资源列表
lingoclasselectricity
- 用LINGO求解教室用电问题,通过规划手段解决开启哪一些教室比较合理-LINGO classrooms with electricity problem solving, planning means to resolve the open through which some of the more reasonable classroom
DrawArcs
- VIZATO HARQE NE JAVA
test5
- 一种极值搜索控制算法的matlab仿真程序,以一个非线性系统为控制对象,能够实现系统输出的极值控制-a extremum control algorithm matlab simulation program, in which a nonlinear system is controlled with its extreme output
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步:按如下的方法