-
arrangements
说明: 根据回避原则,要求评委不能阅自己学校的试卷,请给出试卷合理的均衡分配方案的数学模型,使各评委阅卷工作量均衡(In accordance with the principle to avoid asking the judges can not read the papers in their own school, please give a balanced and rational distribution of papers in the mathematical model of the program to balance the workload of the judges scoring)
- 2009-08-21 13:23:12下载
- 积分:1
-
C_Classical-algorithm
经典算法 虽然小,但是经常用到。尤其是有的时候面试(Classical algorithm may be small, but often used. Sometimes the interview, especially)
- 2011-05-18 11:23:09下载
- 积分:1
-
MATLABEngClass
说明: VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。
但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。(VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC to. Note, however, when used, should matlab local folder where the extern in the lib and include added to the VS project properties go to lib and include paths. And to add four lib.)
- 2021-03-01 18:49:34下载
- 积分:1
-
kz
说明: fluent udf dpm particle diamter
- 2011-04-09 02:54:56下载
- 积分:1
-
AddMatrix
用三元组表为结构,实现稀疏矩阵的加法并输出。(Achieve sparse matrix addition)
- 2014-02-19 19:59:00下载
- 积分:1
-
状态机
/*
*状态机实现由switch和函数指针两种方式:
在实现有限状态机时,使用switch语句是最简单也是最直接的一种方式,其基本思路是为状态机中的每一种状态都设置一个case分支
一个函数指针数组可以像下面这样声明:
void (*state[MAX_STATES]) ();
如果知道了函数名,就可以像下面这样对数组进行初始化。
extern int a(),b(),c(),d();
int (*state[]) ()={a,b,c,c};
可以通过数组中的指针来调用函数:
(*state[i]) ();
* */
- 2022-02-05 14:21:47下载
- 积分:1
-
排样算法参考,对算法进行优化
利用遗传算法和蚁群算法进行排样,可以进行学习研究的参考
- 2023-08-13 20:05:02下载
- 积分:1
-
Parabol
方程求根的是抛物线法则,写的不好。仅供参考(Roots of the equation is parabolic law, badly written. Reference)
- 2011-09-27 10:42:25下载
- 积分:1
-
dlisparser.c
DLIS parser. Oilfield file format.
- 2014-10-09 07:39:03下载
- 积分:1
-
1、音乐播放器
中级和高级例程我们会不断更新,此例程主要结合实际开发给用户提供一些实实在在的例程。
程序仅供参考,如有问题可参考基础实验例程内的一些基础程序理解。只要将基础例程学习好,中级和高级都是在此基础上扩展的。本公司不对此部分内容技术支持。(Intermediate and advanced routines will be constantly updated, this routine mainly combined with practical development to provide users with some real routines.
The program is for reference only. If you have any questions, you can refer to some basic programs in the basic experimental routine. As long as the basic routines are well studied, both intermediate and advanced levels are extended on this basis. The company does not provide technical support for this part of the content.)
- 2020-06-18 02:00:02下载
- 积分:1