-
11
说明: 这是一个傅里叶变换与傅里叶逆变换的程序代码,是一个子函数与主函数的合集,分别为不同文件(Fourier transform)
- 2017-04-17 20:58:29下载
- 积分:1
-
3.2
利用上题的线性表,编程下列功能:假设以两个元素依值递增有序排列的线性表A和B 分别表示两个集合,现要求另辟空间构成一个线性表C,其元素为A和B元素的交集,且表C中的元素也是依值递增有序排列。(The use of the title of the linear form, programming the following features: Assuming two elements by incrementing the value ordered linear tables A and B represent two sets, are now required to open up space to form a linear table C, whose elements A and intersection B elements, and the elements in the table C is incremented by an orderly arrangement.)
- 2016-06-20 20:24:17下载
- 积分:1
-
911516
- 2017-09-27 20:09:10下载
- 积分:1
-
amicable-pair
使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
- 2013-09-25 17:29:12下载
- 积分:1
-
calcultor
用C++编写的科学计算器,功能比较齐全实用。(Written in C++ scientific calculator, function more complete and practical.)
- 2015-03-03 16:29:50下载
- 积分:1
-
Manual técnico de la librería ZKSoftwareAPI
Manual para el uso de la api ZKSoftwareAPI en visual studio
- 2017-12-24 04:32:00下载
- 积分:1
-
WritePE
修改pe文件的c程序,用于破解C文件加密狗等等(the source c++ for pe file)
- 2011-05-06 12:01:29下载
- 积分:1
-
WZ修改工具
说明: NEW WZ TOOLS FOR MAPLE STORY
- 2019-01-15 08:23:55下载
- 积分:1
-
BT
说明: B树部分实现。在B-树中查找给定关键字的方法是,首先把根结点取来,在根结点所包含的关键字K1,…,Kn查找给定的关键字(可用顺序查找或二分查找法),若找到等于给定值的关键字,则查找成功;否则,一定可以确定要查找的关键字在Ki与Ki+1之间,Pi为指向子树根节点的指针,此时取指针Pi所指的结点继续查找,直至找到,或指针Pi为空时查找失败。(BTree data structrue)
- 2017-12-09 22:03:02下载
- 积分:1
-
canvas
两个小船在移动的代码,主要是计时器的使用,利用回调函数显示动画(The two boats in the mobile code, the use of the timer, the use of a callback function to display the animation)
- 2012-04-21 11:19:33下载
- 积分:1