资源列表
MRTDwithoutfarfield
- 求解电磁辐射近场的时域方法程序,96年提出的MRTD,有点像FDTD程序-Solution of the electromagnetic radiation near-field time domain methods and procedures, 96-year proposed MRTD, FDTD program somewhat like
AbsolutePrimeNumber
- 中 大 老 师 给 的 绝 对 素 数 源 码-Absolute prime number
qiugen
- 用弦截法实现求方程的根,并且利用c++实现,计算精度高 -Secant Method used to achieve the root of equation, and using c++ to achieve high precision
DSPshow
- 基2浮点FFT 实现,用了一个复数类,对理解FFT非常有帮助-2 floating-point FFT-based implementation, with a complex class, very helpful in understanding the FFT
ampl.exe
- 一个优化工具,可以解非线性,大规模优化问题
CAM
- 相关分析法的C++实现,适用于数学计算和相关应用。-Correlation analysis in C++ implementation for mathematical calculations and applications。
FuzzyComputing
- 本人使用C++开发的控制台程序,能够辅助进行模糊控制参数的运算-C++ development of the console program, to assist the operation parameters of the fuzzy control
greedyknapsack
- 贪心算法之背包问题。背包问题的贪心算法要求按照单位容量效益值的高低的量度标准进行排序,然后再分级选取,求得最优解。实现此算法,物品个数,每件物品的效益值,容量值,背包容量值都由键盘输入;输出结果要有每件物品的详细信息。-Greedy algorithm for knapsack problem. Knapsack problem greedy algorithm efficiency requirements in accordance with the unit value of the ca
greedyjs
- 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
voidCmpGuassSeuder
- 计算电磁学中,用c++语言编写的高斯赛德尔迭代计算函数-Computational electromagnetics, c++ language with a high Sisaideer iteration function
01pack
- 0-1背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0.不能将物品i装入背包多次,也不能只装入部分物品i。-0-1 pack
jiehefugai
- 给定一个实例I = (X , F),X为一个有限集合,F为X的子集的集合,使得X中的每个元素至少属于F中的一个元素,则认为子集F覆盖了X的元素。集合覆盖问题就是,找出含X的子集个数最少的子集C属于F,使得C覆盖了X中的所有元素-ji he fu gai
