首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Reck Zhang

    ACMSGURU 106 - The equation

    The equation Problem Description There is an equation ax + by + c = 0. Given a,b,c,x1,x2,y1,y2 you must determine, how many integer roots of this equation are satisfy to the Integer root of this equation is a pair of integer numbers (x,y).

    61260发布于 2021-08-11
  • 来自专栏LET

    Monte Carlo与Light Equation

    如果一个函数h,我们可以找到它在[a,b]之间的概率密度函数f (w = h / f),则该积分等同于w的期望值。

    59420发布于 2019-10-14
  • 来自专栏叶子的开发者社区

    Equation(类与对象+构造)

    题目描述 建立一个类Equation,表达方程ax2+bx+c=0。 -0.27 x2=-3.73 AC代码 #include<iostream> #include<cmath> #include<iomanip> using namespace std; class Equation { double a, b, c; public: Equation() { a = b = c = 1; } Equation(float a, float b, float endl; } } }; int main() { double t, a, b, c; cin >> t; while (t--) { cin >> a >> b >> c; Equation equation(a, b, c); equation.getRoot(); } } 思路分析 主要是格式控制问题,隔了几个月,有点忘记了,想用成员函数cout流的格式控制,一开始用的是cout.precision

    46440编辑于 2023-07-30
  • 来自专栏Triciaの小世界

    问题 1484: Quadratic Equation

    题目描述 求解方程ax2+bx+c=0的根。要求a, b, c由用户输入,并且可以为任意实数。 输入 输入只有一行,包括三个系数,之间用空格格开。 输出 输出只有一行,包括两个根,大根在前,小根在后,保留小数点后两位。 样例输入 2.5 7.5 1.0 样例输出 -0.14 -2.86

    23630编辑于 2023-04-12
  • 来自专栏Cell的前端专栏

    The equation-SGU106(扩展欧几里得)

    给出 a,b,c,x1,x2,y1,y2,求满足 ax+by+c=0,且 x∈[x1,x2],y∈[y1,y2] 的整数解个数。

    51310编辑于 2022-02-25
  • 来自专栏ml

    HDUOJ---Can you solve this equation?

    Can you solve this equation? pid=2199 Problem Description Now,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find you should just output one real number(accurate up to 4 decimal places),which is the solution of the equation ,if there is no solution for the equation between 0 and 100.

    71280发布于 2018-03-21
  • 来自专栏FreeBuf

    Equation Group泄露文件分析

    一个名为“The ShadowBrokers”的黑客组织声称他们黑进了方程式黑客组织(Equation Group)–一个据称与美国情报机构国家安全局(NSA)有关系的网络攻击组织,并下载了他们大量的攻击工具

    1.8K100发布于 2018-02-08
  • 来自专栏粽子的深度学习笔记

    机器学习:正规方程(Normal Equation)的推导

    在coursera上看了Andrew Ng的《Machine Learning》课程,里面讲到了正规方程(Normal Equation),现在在此记录一下推导过程。

    1.9K20发布于 2021-07-07
  • 来自专栏CSDN旧文

    HDU 2199 Can you solve this equation?

    Can you solve this equation? Others) Total Submission(s): 29378 Accepted Submission(s): 12331 Problem Description Now,given the equation you should just output one real number(accurate up to 4 decimal places),which is the solution of the equation ,if there is no solution for the equation between 0 and 100.

    45920发布于 2020-10-28
  • 【HDU】2199 - Can you solve this equation?(二分)

    点击打开题目 Can you solve this equation? Submission(s): 16459 Accepted Submission(s): 7292 Problem Description Now,given the equation you should just output one real number(accurate up to 4 decimal places),which is the solution of the equation ,if there is no solution for the equation between 0 and 100.

    22310编辑于 2025-08-27
  • 来自专栏玄魂工作室

    Equation Group(方程式组织)

    众所周知,Equation Group这一黑客团伙与美国国家安全局(NSA)的关系一直十分密切。而且外界也普遍认为,Equation Group是美国国家安全局的一个下属部门。 很多安全研究专家表示,Equation Group这一黑客组织所拥有的技术无论是从复杂程度还是从其先进程度来看,都已经超越了目前绝大多数的黑客团体,而且该黑客组织已经活跃了二十多年了。

    1.8K100发布于 2018-04-12
  • 【CodeForces】233B - Non-square Equation(思维)

    Non-square Equation time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Let's consider equation: x2 Input A single line contains integer n (1 ≤ n ≤ 1018) — the equation parameter. Output Print -1, if the equation doesn't have integer positive roots. In the third test case the equation has no roots. 本在考虑4*n开根号的情况。后来发现还是太复杂不好化简。

    20410编辑于 2025-08-26
  • 来自专栏CreateAMind

    “生命方程”的等价表述 Equivalent formulations of “the equation of life”

    Equivalent formulations of “the equation of life”∗ “生命方程”的等价表述 https://www.researchgate.net/profile/Ping-Ao /publication/263703182_Equivalent_formulations_of_the_equation_of_life/links/56902e5d08aed0aed810f426 /Equivalent-formulations-of-the-equation-of-life.pdf 受理论生物学进展的启发,本文简要回顾了一项关于非平衡过程和复杂系统动力学的通用且定量的理论框架的最新提议 原文链接:https://www.researchgate.net/profile/Ping-Ao/publication/263703182_Equivalent_formulations_of_the_equation_of_life /links/56902e5d08aed0aed810f426/Equivalent-formulations-of-the-equation-of-life.pdf

    6710编辑于 2026-03-11
  • 来自专栏逢魔安全实验室

    Equation Group泄露工具之vBulletin无文件后门分析

    01 — 背景介绍 方程式泄漏的几波样本虽然大都已是好些年前人家就在用的,但是时至今日我们再分析这些样本,所涉及的技术细节、攻击方法、思维和角度还是令人叹为观止,更有包括像Eternal系列的漏洞更是直接带来了巨大的影响。其中有一个泄漏了方程式本身ip的样本引得全球安全研究人员所注意,但目前公开的都是关于对该样本的猜想,并无技术分析。该样本是一个专门针对vBulletin论坛系统的功能远控工具,FormSec将在本文当中对该样本进行详细的技术分析和APT攻击解读。 vBulletin(ht

    1.3K60发布于 2018-03-29
  • 来自专栏素质云笔记

    聚类 | Map-Equation多级网络聚类模型——InfoMap

    for multilevel community detection with Infomap 3 Multi-level network clustering based on the Map Equation

    4.6K21发布于 2020-03-27
  • 来自专栏Urahara Blog

    Equation Group泄漏工具简单试用与MS17-010漏洞利用

    简介 Shadow Brokers周末公布的文件无疑对互联网造成了一次大地震,因为已经很久没有出现过像ms08-067这种级别的漏洞了,因此就被大家笑语说出了“指哪打哪”这样一个事实。而让人佩服的不仅是漏洞,还有泄漏出来的FuzzBunch攻击框架,但是这两天大家都是配合MSF来完成的漏洞利用,所以研究了一下自带的DanderSpritz工具,感觉也是挺震撼的。总之,个人觉得FuzzBunch是目前唯一可以和MSF媲美的攻击框架了。 泄漏工具下载地址1: 原文件下载地址:https://yadi.sk/

    1.5K30发布于 2018-06-01
  • EES(Engineering Equation Solver):工程计算的云端革命与智能求解新纪元

    ​ 是一款专门为解决复杂工程问题而设计的软件工具。它由威斯康星大学麦迪逊分校开发,最初专注于热力学问题求解,如今已发展成为多学科工程计算的综合平台。

    14010编辑于 2025-11-19
  • 来自专栏Python大数据分析

    Chatgpt教你开发iPhone风格计算器,Python代码实现

    (0, tk.END) elif text == "±": equation = self.equation.get() if equation.startswith ("-"): self.equation.delete(0) self.equation.insert(0, equation[1:]) equation = self.equation.get() try: result = float(equation) / 100 ": if self.equation.get() and "." not in self.equation.get(): self.equation.insert = eval(equation) self.equation.delete(0, tk.END) self.equation.insert

    1K30编辑于 2023-02-23
  • 来自专栏人工智能与演化计算成长与进阶

    Ctex入门指南笔记 列表、表格、公式与图片

    --这一种带公式编号 \begin{equation} x^{2}_1 \end{equation} 可以使用boxed对公式进行加框的操作 即在公式中添加boxed{} \begin{equation 55&66\\ 77&88&99 \end{bmatrix} \end{equation} Bmatrix \begin{equation} \begin{Bmatrix} 11& 22 &33\\ 44&55&66\\ 77&88&99 \end{Bmatrix} \end{equation} pmatrix \begin{equation} \begin{pmatrix} 11& 22 &33 \\ 44&55&66\\ 77&88&99 \end{pmatrix} \end{equation} Vmatrix \begin{equation} \begin{Vmatrix} 11& 22 原始公式 \begin{equation} 9=1+8=2+7=3+6=4+5=5+4=6+3=7+2=8+1 \end{equation} 使用split重新排版 \begin{equation} \

    1.5K10发布于 2021-01-28
  • 来自专栏Michael阿明学习之路

    LeetCode 640. 求解方程(字符串)

    = '='; ++i) { ch = equation[i]; if(ch == 'x') { lcoe += n==0 ? ((i>0&&equation[i-1]=='0')? 0 : (positive ? 1 : -1)) : (positive ? { ch = equation[i]; if(ch == 'x') { rcoe += n==0 ? ((equation[i-1]=='0')? 0 : (positive ? 1 : -1)) : (positive ? ((i>0&&equation[i-1]=='0')? 0 : (positive ? 1 : -1)) : (positive ?

    72820发布于 2020-07-13
领券