资源列表
guass_0_1
- 用C语言仿真高斯分布-C language simulation Gaussian distribution
crack
- Compuware.DriverStudio.v3.1 cracker
jieggongy
- 结构体和共用体简单演示-sharing and the structure of a simple demo -
jiafaqi
- 实现四位加法器的VHDL代码,里面含有全加器的代码-achieve four Adder VHDL code, which contains the full adder code
dijkstra
- 最短路经的求法,Dijkstra算法。 可以通过调用该算法求最短路。
Tab
- 自绘的tab,改变了标签的背景颜色,里面有五个窗口-Since the painted tab, change the background color of the label, which has five windows
Iteration_Singular
- computing singular value of matrix by iteration-computing singular value of matrix by iter ation
45666014matlab_AHP
- 很好的一个源代码,看了你就想下 由高深的选手编写-a good source code, you want to read under highly by the players prepared
f19_2
- 用数组制作动画
StaticClock
- 时钟类的实现,熟悉析构函数,构造函数,成员函数,并声明一个静态成员,完成实现-The realization of the clock type, familiar with the destructor, constructor, member functions, and a member of a static statement, the completion of the realization of
cup
- 第四节百度杯A题答案。水杯的问题!To solve this problem, you should know that the volume of one cup is pi * (r * r + R * R + r * R) * h / 3. If you don t know this formula, you could find by this formula: s * h / 3. It s the formula to calculte the volume of ta
多项式约化
- 简单的对多元多项式进行约化运算 但是存在一些瑕疵 还有待改进