搜索资源列表
阈值计算
- 对于图片阈值的计算,能够直接计算出你的图片的阈值,非常方便!-Photo threshold for the calculation can be directly calculated your pictures threshold, a very convenient!
计算 HASH 值的 C 语言源代码
- 计算 HASH 值的 C 语言源代码 -calculated hash value of the C language source code
VISA卡校验值CVV及PIN校验值PVV的计算
- VISA卡校验值CVV及PIN校验值PVV的计算-VISA card checksum CVV and PIN checksum calculation Link
计算 HASH 值的 C 语言源代码
- 计算 HASH 值的 C 语言源代码 -calculated hash value of the C language source code
VISA卡校验值CVV及PIN校验值PVV的计算
- VISA卡校验值CVV及PIN校验值PVV的计算-VISA card checksum CVV and PIN checksum calculation Link
阀值和黑像素之人脸识别
- 一个基于计算阀值和黑像素值的生物识别软件,用vb编写,界面剪接,使用方便!-a threshold calculation based on the black pixel values and biometrics software, used vb preparation, editing interface, easy to use!
表达式求值2
- 另外一个关于表达式求值的程序,功能强大,可以计算带有次方的表达式 ,而且可以先输入字母,再对字母赋值-A program which can calulate the value of a expression, it owns powerful function, and can calculate the expression which has limited power, also it can input letters fi
实验2-插值与拟合
- 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation met
三相预处理
- 离散值与有效值的计算 对电压 和电流都适应- 绂绘暎鍊?and 鏈夋晥鍊?the computation all adapts to the voltage and the electric current
vb等值线图的绘制方法※编程实践※水论坛
- 等值线 在科学计算和现实生活中,常常会遇到y=f(t)这类函数关系,例如,正弦、余弦等等。函数y=f(t)往往是以离散的观测值形式f(ti)(i=1,....N)表现出来的。例如,令股民朋友如醉如痴的K线图,与千家万户性命攸关的河流水位曲线图等等。离散函数关系有不少数据处理课题,例如,数据拟合、插值和平滑等等。最令人兴奋的还是预测,如果股民朋友能够准确把握y=f(t)的走向,钞票就会源源不断涌入口袋。如果水文学家能够准确预测河流水位
中缀表达式求值
- 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
阈值计算
- 对于图片阈值的计算,能够直接计算出你的图片的阈值,非常方便!-Photo threshold for the calculation can be directly calculated your pictures threshold, a very convenient!
T_2CCZ
- 二次插值的计算方法,其它优化设计方法的基础。-quadratic interpolation method of calculation, other optimization approach.
chazhejisuanfangfa
- 利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
SISO系统噪信比的计算
- 单输入单输出系统噪信比的计算:%SISO系统噪信比的计算 clear all; a=[1 -0.4]; b=[1]; c=[1 -0.3]; %对象参数A、B、C na=length(a)-1; nb=length(b)-1; nc=length(c)-1; %各多项式阶次 n=max(max(na,nb),nc); a0=[a zeros(1,n-na)]; b0=[b zeros(1,n-nb)]; c0=[c zer
汇编作业题目:输入0-100之间的n值,计算Fibonacci数,以十进制数输出等
- 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 等一共四道题
开关电源变压器的计算
- 线径的计算: 一般铜线截面积每平方mm取值5安培电流。(高频取4.95,低频取3.5.)(Calculation of wire diameter: The average copper wire section is 5 amperes per square mm. (high frequency takes 4.95, low frequency takes 3.5.))
PI
- 编写程序计算 PI 值 要求: ① 采用至少两种 线程分配方法; ② 使用时间函数统计每个线程的计算时间,对比分析哪种分配方法更优; ③ 程序调试及运行,输出运行结果。(Write programs to calculate PI values Requirements: 1.Use at least two kinds of thread allocation methods; 2.Use time function t
unwrapphase
- 计算基于路径积分的相位解包裹算法中残差点残差值的计算以及基于路径相位积分的方法(Calculation of residual points in phase unwrapping algorithm based on path integral)
编写程序求解n阶行列式值的程序
- 编写程序求解n阶行列式值的程序,并在Visual Studio上调试、运行分别计算5阶,9阶,20阶,25阶行列式的值并输出结果。(Write a program to solve the value of n-order determinants, and debug and run on Visual Studio to calculate the value of 5, 9, 20, 25-order determinants a