搜索资源列表
ArrayMalloc
- 用VC实现了动态数组分配的 包括所有源代码-with VC dynamic array allocation, including all source code
AES
- 一个AES加密算法C源代码, 明文分组长度为192 状态列数为6。
java完数算法源代码
- 如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3.编程 找出1000以内的所有完数。球从100米高度自由落下,每次落地后反跳回原高度的一半;再落下,求它在 第10次落地时,共经过多少米?第10次反弹多高?有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?输入某年某月某日,判断这一天是这一年的第几天?输入三个整数x,y,z,请把这三个数由小到大输
maspline
- 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
xx
- 题目:取一个整数a从右端开始的4~7位。 程序分析:可以这样考虑: (1)先使a右移4位。 (2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4) (3)将上面二者进行&运算。 2.程序源代码: -dedfgefwe
calculateBesselFunction
- 本代码为计算贝塞尔函数及其导数的源代码。在电磁场数值计算中解决亥姆霍兹方程中有广泛的应用-This code for calculating Bessel function and its derivative of source code. The electromagnetic field numerical computation of solving helmholtz equation is widely used
Rotation-matrix-in-C
- 数学输出旋转矩阵源代码,输入行数和列数,自动计算好,支持C-Mathematical rotation matrix output source code, input the number of rows and columns, automatically calculate the support C
lagelangrichazhi
- 高等数中拉格朗日差值算法的源代码代码,希望能对大家有所帮助!-The high number of Lagrangian difference code!
FB_MultipleRegression
- 多元回归源代码。回归方式:配置为0表示进行多元线性回归;1进行多项式回归;2进行多元二次回归。变量/阶数:回归方式配置为0时表示参与回归的变量数,配置为1时表示回归的阶数;(默认待回归变量不超过6个或拟合阶数不超过6次) -Multiple regression source code. Regression: Configure multiple linear regression polynomial regression 2 multivariate quadratic regre
partition
- 贪心算法-会场安排问题的源代码 【问题描述】 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的算法进行安排。 这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。 编程任务:对于给定的 k 个待安排的活动,编程计算使用最少会场的时间表。 【贪心策略】 根据会场安排问题的定义,首先将问题简化为:找出两个活动i和j,若它们满足start
code
- 文档包含了八个北大ACM上题目:进制转换,分解因式,词典,浮点数加法,集合加法,画家问题,密码,数根,特殊日历计算,两倍的解决方案和源代码。-North ACM document contains eight questions on: binary conversion, factorization, dictionaries, float addition, a collection of additions, painter problem, passwords, few roots, s
FFT
- 快速二维傅立叶变换源代码:包含数组预处理,倒序算法以及复数运算 -Two-dimensional fast Fourier transform source code
Dynamic-reading-array
- C++动态读取数组源代码,实现数组大小自动增长-Dynamic reading two-dimensional array
CFD
- 这是一个求解NACA0012翼型在不同马赫数与攻角下的流场的Fortran源代码。计算格式采用了原始AUSM、AUSMDV以及AUSM+格式。为了提高计算精度,使用了不同限制器的MUSCL插值。-This is a Fortran source code for solving the flow field around the NACA0012 airfoil at different Mach numbers and angles of attack. The scheme of AUSM,
dsjc
- 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
pengyie_v42
- 未来线路预测,分析误差,内含心电信号数据及运用MATLAB写的源代码,信号维数的估计。- Future line prediction, error analysis, ECG data and includes source code written in MATLAB, Signal dimension estimates.
maijan_v89
- 分形维数计算的毯子算法matlab代码,内含心电信号数据及运用MATLAB写的源代码,多抽样率信号处理。- Fractal dimension calculation algorithm matlab code blankets, ECG data and includes source code written in MATLAB, Multirate signal processing.
manfui_v59
- 外文资料里面的源代码,仿真效果非常好,信号维数的估计。- Foreign materials inside the source code, Simulation of the effect is very good, Signal dimension estimates.
mengai_v29
- 外文资料里面的源代码,包括主成分分析、因子分析、贝叶斯分析,信号维数的估计。- Foreign materials inside the source code, Including principal component analysis, factor analysis, Bayesian analysis, Signal dimension estimates.
gai
- 内含心电信号数据及运用MATLAB写的源代码,信号维数的估计,包括四元数的各种计算。- ECG data and includes source code written in MATLAB, Signal dimension estimates, Including quaternion various calculations.