资源列表
dashu
- 大数定理的实验,用c语言编程并实现所有的功能,正常运行-Law of Large Numbers of experiments, using c language programming and to achieve all of the functions, normal operation
josephus
- 问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。
2
- 算法C语言实现源代码之二:牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-Algorithm C language source code of the two: Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisaideer
FFT2_test
- FFT函数,附带一个算例。好用,简单,不错的程序-FFT
longint
- 长整数的加减,能够实现长整数的加和减,如: -32423 4+3562435324-Long integer addition and subtraction, can achieve long-integer addition and subtraction, such as:-324 234 234+3562435324
yiyuan
- 一元多项式的运用,实现其相加减,利用链表,强化技能- Just two hours a day spent keeping the mind and body busy is as effective at warding off dementia as drug treatment, research reveals.
dianhuaben
- 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 - the phone book Write a c++ program to complete the following functions:
CFFT
- 对FFT(快速傅立叶变换)算法进行封装,调用过程得到简化,输入既可以得到输出-implementation of FFT, capsulated in a class CFFT
madBI
- 有乘加减等运算功能的大整数类运算器实现代码,……即为大数的运算-Large integer multiplication addition and subtraction and computing capabilities calculator code, ... is the large numbers of operations
quanjusoushuotsp
- 能较好解决小规模tsp问题,采用全排列进行搜索-Can better way to solve the problem of small-scale tsp full array search
tree
- 给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own
list
- data structure that keeps data sorted and allows searches, sequential access, insertions, and deletions in logarithmic time
