资源列表
berest
- 数字电话各模块的独立M文件实现,及系统功能的实现。-digital telephone module independent of the M-file and system functions.
精确数学运算类
- 提供一系列针对双精度数值进行精确数学运算的函数方法
Liner
- 线性数值积分c++代码已通过上机验证适合于数值计算学习者编程欢迎下载-Linear numerical integration c++ Code has passed the validation machine is suitable for numerical calculation programming learners welcome to download
deal
- 多线程发牌程序。用多线程模拟竞争发牌示例程序-Licensing procedures for multi-threaded. Competition with multi-threaded simulation example licensing procedures
finiteDifferenceNumericalSimulationProgramOfLayerM
- Ⅰ层模型声波波场数值的有限差分模拟程序,利用有限差分方法,对声波在地下的传播进行模拟-Ⅰ layer model acoustic wave finite difference numerical simulation program using finite difference method, the spread of sound waves in the ground to simulate
shannon
- 此程序为香农编码的程序实现的过程及相关参数和结果。-shannon
alg_FFT
- FFT(快速傅里叶变换)的实现,思想源于《算法导论》-FFT (Fast Fourier Transform) implementation
beibao
- 用贪心法解决背包问题:设有不同价值、不同重量的物品n件,求从这n件物品中选取一部分物品的方案, 使选中的物品的总重量不超过指定的限制重量,但选中物品的价值之和最大。-Knapsack problem with a greedy method to solve: with different values, different weights of items n pieces, find items from n items in the select part of the program
Tree
- 实现二叉树的建立及遍历查找,二叉树为线索二叉树,实现他的基本操作-construct Tree and search and find fuck you you give me your egg
Joseph
- 约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。设计程序输出出列顺序。-Joseph circle
bucket-sort
- 数据结构排序算法之桶排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithms bucket sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
mergesort
- 《算法导论》第三版中合并排序伪码的C语言实现-"Introduction to Algorithms" third edition merge sort pseudo-code in C language