搜索资源列表
Computmethod
- 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
Erlang_e
- 爱尔兰 公式这个公式主要适用于通信网中的阻塞率计算。以及在电话网中的仿真也可以用上
表达式解析器源代码(可以计算各种函数)
- 表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
chap15
- 计算面积公式源代码,用于快速计算面积值,位防止计算值出错设计-Formula for calculating the area of the source code for fast calculation of area values, calculated values to prevent error-bit design
DevicePriceList
- 工程报价清单格式(含公式自动计算),模板,只需填写项目内容就可以了-Device List and Price, formulator for auto compute.
school
- 为校园工资管理系统,包含教授,普通教授,勤工学生等。由学校发工资者。通过输入工资计算公式即可。-Salary management system for the campus, including professors, ordinary professor, attendance students. Wages were by the school. You can pay by entering the formula.
entrop
- 这是信息论中熵的计算公式,很实用,希望对大家有所帮助。-This is the formula of entropy in information theory, it is useful, we want to help.
rsn
- rsn算法RSA算法的描述 1、选取长度相等的两个大素数p和q,计算其乘积: n = pq 然后随机选取加密密钥e,使e和(p–1)(q–1)互素。 最后用欧几里德扩展算法计算解密密钥d,以满足 ed = 1(mod(p–1) ( q–1)) 即 d = e–1 mod((p–1)(q–1)) e和n是公钥,d是私钥 2、加密公式如下: ci = mi^e(mod n) 3、解密时,取每一密文分组ci并计算: mi = ci^d
Romberg
- Romberg求积在计算机上用等距节点求积公式时,若精度不够可以逐步加密节点.设将区间-double RombergIntegral( double (* f)( double x), double a, double b) { int k( 0 ) double h = b- a
5
- 编写的一个图形界面应用程序(Application),输入身高和体重,按BMI公式计算体重指数-Preparation of a graphical interface application (Application), enter the height and weight, body mass index calculated according to BMI
gsty
- 高斯投影正反算公式及换带计算,有需要的可以下载-Gauss projection formula for calculating pros and conversion with calculation, need to be downloaded
电力系统课程设计
- 33节点系统潮流计算,风险计算 采用pq分解法进行编写,公式对应文档(33-node system power flow calculation, risk calculation)