资源列表
number_test.cpp.RAR
- //*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *// // Name: Number Test // // Descr iption:This program executes a very precise test to determining if the user input is a number. // This test valid for any real numb
ODD
- 解决光驱图标消失问题,自编批处理修复解决!-Solve the problem of drive icon disappeared, self-repair solution batch!
copyfile
- 使用操作系统提供的拷贝命令不能拷贝隐含或系统属性的文件,因为在拷贝过程中系统会提示“File not found”。下面的小程序可以解决这个问题。-Provided by the use of the operating system copy command can not copy hidden or system file attributes, as in the copy process will be prompted to " File not found" . T
Text1
- 2.定义一个Dog类,包含name、age、sex、weight等属性以及对这些属性操作的方法。实现并测试这个类。 -(2) defines a Dog class that contains the name, age, sex, weight and other properties, and method of operation of these properties. Implement and test this class.
firework
- 这是一个屏幕模拟烟花的源代码,可以在C环境下编译运行,运行后可以看到漂亮的烟花,很好看的哦!-This is a simulated fireworks display source code can be compiled to run, you can see in the C environment after running the beautiful fireworks, good to see Oh!
ComDetect
- VC++扫描计算机上所有的串口,COM1,COM2,...通过搜索注册表检测计算机串口,串口编程,-VC++ on all serial scan your computer, COM1, COM2, ... by searching the registry to detect computer serial port, serial programming,
multisvm
- Matlab code for multiclass Classification using inbuilt SVMClassify function.
DFT
- C++实现数字信号处理中的DFT算法,不是快速算法,是基础DFT算法-C++ implementation of digital signal processing DFT algorithm, not a fast algorithm is the basis of DFT algorithm
duoxianshi-nihe
- 多项式曲线拟合的两个例子 比较基本的程序-Two examples of polynomial curve fitting
Runge_Kutta
- 在经验PID参数下的水轮机调速系统数值仿真(龙格库塔法)-Numerical simulation (Runge-Kutta method) turbine governor systems at the experience of PID parameters
ZL
- 响铃程序:从键盘接收输入的字符,如果是数字N(0~9),则响铃N次;如果不是数字,则不响铃;当键入空格键(Space)时退出程序-Bell program: receiving input the keyboard characters, if it is digital N (0 ~ 9), the N rings times if not a number, no bell exiting the program when you type the spacebar (Space) w
77
- 用数组实现7阶魔方矩阵。所谓的N阶魔方矩阵是指把1~N*N的自然数按一定方法排列成N*N的矩阵,使得:任意行、任意列以及两个对角线上的数之和都相等(N为奇数)。例如下面的5阶魔方矩阵,任意行、任意列以及两个对角线上的数之和都为65。 5阶魔方如下: 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 12 19 21 3 11 18 25 2 9 奇数阶魔方矩阵的算法如下: 第1步:将1放入第一行的正中处。 第2步:按如下的方法