资源列表
schedule
- 一个任务调度的作业的实现,是我们上数据结构时的一个大作业-A task scheduling implementation of operations, we structure data on a big job
212
- 具有常数红利界限的带干扰Erlang_2__省略_险模型的Gerber_Shiu-Boundaries with constant dividend omission _ with interference Erlang_2__ risk model Gerber_Shiu
Zero
- Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronecker • class Gauss_Jorda
jpeglsv2.2
- JPEG连续色调静止图像无损压缩的最新标准JPEG LS的C语言实现,还带有一个很友好的图形用户界面,那些学习图像编码的工程师可以参考一下这个实现的源代码。
eightQueue
- 用回溯法,求解八皇后问题。该算法是算法设计与分析的一个常用例题的求解-By backtracking to solve the eight queens problem. The algorithm is algorithm design and analysis to solve a common example
rounds-of-disaster
- 关于灾情巡视路线问题的数学模型,利用的是Floyd算法以及Hamilton圈改良算法-a modeling about rounds of disaster,taking advantage of the Floyd algorithm and improved Hamilton circle algorithm
SeqList
- 我才学C++,这个是我写的一个数据结构事例程序,虽然简单,但是却是一个很好的教学例子
mfile
- 文件中包含掌握与精通Matlab书中的所有程序源代码。-File contains the master and the master book, all of the programs Matlab source code.
JOSEPHUS
- 约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man out of the line, and go on, unti
memetic
- Memetic算法的PDF格式文献,介绍局部优化的Memetic算法-the PDF of Memetic algorithm
HW1b
- Simulation of the real time traffic signals
reference1
- 请编写算法,生成任意一个集合的幂集。集合元素用1,2,3,…表示,采用线性表存储。 例如:若集合S={1, 2, 3},则其幂集为: {1}, {2}, {3}, {1, 2,}, {1, 3,}, {2, 3}, {1, 2, 3} -computing power set