资源列表
DatagramTest
- DatagramTest.zip 好好利用啊,方便啊-DatagramTest.zip make good use ah facilitate ah
1111c
- 一、实验目的:编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);并编制一个扫描子程序,该子程序中每次调用能依次从存放源程序的输入缓冲区中读出一个有效字符。-an experimental Objective : To develop a source of the entry process, from the keyboard, Document text box or import a number of firms statement, in
vb-xiaxue
- 可以让程序界面下雪的源码,你可以加工一下
Eye-detect
- 对于眼睛提取的初步设置,主要是头文件的设置-For the initial set of eyes extracted, is a set of header files
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
多项式约化
- 简单的对多元多项式进行约化运算 但是存在一些瑕疵 还有待改进
jiafaqi
- 实现四位加法器的VHDL代码,里面含有全加器的代码-achieve four Adder VHDL code, which contains the full adder code
dijkstra
- 最短路经的求法,Dijkstra算法。 可以通过调用该算法求最短路。