资源列表
mqsample
- 使用消息队列的例子,用于新学习消息队列示范-use the example for the new learning model Message Queue
div
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
HEAT2D
- 计算二维热传导问题的有限元程序代码,利用fortran编制。-to calculate two-dimension heat transfer problems which is programmed by Fortran.
2
- 编写一个程序分别比较选择排序,插入排序,自底向上排序,合并排序,快速排序的平均比较次数。-err
readram
- 易语言下开发的,读写内存的例子,和各位新手共同进步-Developed under the easy language, reading and writing the memory example, and the common progress of all new
ant1_c
- Simple Implementation of ACO
shubiaogouzi
- VB编写,全局鼠标钩子,在XP sp3下用VB6测试成功,主要功能为:在看不见程序本身(失去焦点)时,鼠标单击任意地方产生事件-VB preparation, global mouse hook, with VB6 in XP sp3 successfully tested under the main functions are: the invisible process itself (loss of focus), the mouse click anywhere in producin
code2c
- 易语言写的源码转换程序,实现原理是子文本替换,类似于宏替换的功能,可以将一种源代码转换成另一种形式-Easy language to write source code conversion process to achieve the principle of sub-text replacement, similar to the function of macro substitution, can be a source code into another form
jkhkjsa
- 查看文件后缀相关信息及应用,很不错的易语言源码,易爱好者可以下载使用-View the file suffix information and applications, a very good source of easy language, easy to use fans can download
main
- 这是个关于高性能堆分配器的代码.它将告诉用户如何扩张分配器来得到调试功能以及额外的接口功能-High Performance Heap Allocator
SearchFiles
- 在控制台程序中(当然也可以在MFC中)遍历指定文件夹及子文件夹,查找需要的文件。-To traverse the specified folder and subfolders to find the desired files in Console programs (MFC as well).
MyOQAM
- OFDM/OQAM调制解调源码,另外增加了上变频部分,中心频率30KHz-OFDM/OQAM modulation and demodulation ,also include up frequency to 30Khz