资源列表
1
- C编写的一元稀疏多项式计算器 1,输入并建立多项式 2,输出多项式的数学表达式 3,可计算多项式在x处的值 4,求多项式a的导函数a 5,多项式a+b,建立多项式a+b 6, 多项式a-b,建立多项式a-b 7,多项式a*b,建立多项式a*b 所用函数及说明: void paixu(JD *h)——对输入输出多项式进行排序 JD *jia(JD *ha,JD *hb)——求a+b的值 JD *jian(JD *ha,JD *hb)——求a-b的值
wgn 高斯白噪声
- 高斯白噪声
ExFontDialog
- 扩展MFC CFontDialog以支持自定义字体颜色(CFontDialog只支持有限的颜色)。-Extended the MFC CFontDialog to support custom font color (CFontDialog supports only limited color).
bpnet
- BP 算法,从网上找到的,国外一个网站 BP algorithm
msn.txt.tar
- This is basically to explain how to use an automation out of proc server. So I used MSN Messenger. My article explains a few things about MSN Messenger. It has one ATL class CIMSGEvents which handles the events fired by MSN Messenger. It catches even
MATLABprograming
- 用matlab编程实现一些最优化问题的求解,运筹学中的问题-Matlab programming to realize some of the most optimization problems, the problems in Operations Research
jingueyanshisuanfa
- vb 精确延时算法,比sleep函数更加精确,使用方便-vb accurate delay algorithm is more accurate than the sleep function, easy to use
stack2
- 两个stack共享一个数组的存储空间 共享一个数组作为存储空间时,我们采用两个栈分别从左右两边开始存储,即可以定义top1和top2,分别作为两个栈的栈顶,stack1采用从前往后存,stack2采用从后往前存储,所以当两个栈都在存储,且总的存储空间不大于数组的长度时,该数组的空间将得到最大的利用。-The two share a stack array of storage space to share an array as storage space, we use two stack
cd
- 简易下载器,方便,快捷,Vc编写的
statemachine11.2
- 推荐下载,verilog状态机实例.体现了流水线思想的应用 -recommend downloading Verilog state machine example. Pipeline reflects the thinking of the application
HANUOTA
- 本人编写的一个比较经典的C语言递归程序,古老的经典益智游戏。-I prepared a classic comparison of C language recursive procedure, the ancient classical educational games.
hash
- 实现哈希表的创建、查找、插入,可以用开放地址法解决冲突问题
