-
MFC俄罗斯方块
Windows下基于MFC的俄罗斯方块,拥有绚丽的界面。对于方块使用4*4的数组进行存储,游戏所在的墙同样使用数组存储,每次由定时器触发一次更新,如果方块能够下降则下降,否则随机生成一个方块以及一种颜色,通过每次下降前做碰撞检测来实现。
- 2022-02-28 18:45:13下载
- 积分:1
-
基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。...
基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。-Givens transformation based on the QR decomposition. Their use need to call Givens transformation process.
- 2022-12-18 18:05:03下载
- 积分:1
-
Introduction queuing theory, mathematical modeling in 2009 good material.
介绍排队论,是2009年数学建模的好材料。-Introduction queuing theory, mathematical modeling in 2009 good material.
- 2022-03-28 10:55:36下载
- 积分:1
-
CRF跨平台源代码
条件随机场源代码,本人对其进行了修改,可以在linux平台和window平台执行,不用修改代码,可以直接执行。
- 2022-03-24 00:34:24下载
- 积分:1
-
通过星历文件计算卫星的坐标,当然星历数据有限,如果要计算更多的星历数据,需要更改源代码...
通过星历文件计算卫星的坐标,当然星历数据有限,如果要计算更多的星历数据,需要更改源代码-Through the calculation of satellite ephemeris file coordinates, of course, ephemeris data is limited, if calculated more ephemeris data, need to change the source code
- 2022-04-07 16:56:43下载
- 积分:1
-
遗传算法工具箱
遗传算法工具箱 超全的代码,包含很多个小程序,要是下载这个,就不用担心再去其他地方找了
- 2022-09-24 12:00:02下载
- 积分:1
-
实现阶乘算法,1000以内的数字都可以实现
实现阶乘算法,1000以内的数字都可以实现-factorial algorithm to achieve, within the 1000 figure can be achieved ..................................
- 2022-03-22 10:33:38下载
- 积分:1
-
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)...
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
- 2022-05-19 06:04:19下载
- 积分:1
-
数值分析第八版的负担和菲尔斯(源程序)
Numerical Anaysis 8th Edition Burden and Faires (Fortran Source)
- 2022-03-25 18:49:00下载
- 积分:1
-
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS...
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。
void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。
void div(int p[])
void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。
最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
- 2022-01-30 11:44:24下载
- 积分:1