资源列表
book
- 实现双机互联,通信实现led灯的控制,让您方便控制。-To achieve two-plane interconnect, communications, led lights to achieve the control that allows you the convenience of control.
MathAlalysisforJavaAcm
- ACM_JAVA 数学分析原理 里面是关于java的acm分析 -MathAlalysisforJavaAcm
QinghuaUniversityofACM(forInternal)
- 清华大学ACM学习资料,内部使用,资料内容很好的-QinghuaUniversityofACM(forInternal)
ZHEDAACMMOBAN
- 浙江大学ACM模板,非常不错的,可以快速提高你的能力,站在千人的肩膀上-ZHEDAACMMOBAN,is very good to your programming and enhance your ability
DataStructLearningSoftware
- 非常好的数据结构学习软件,可以方便地运行,给你不错的感觉-DataStructLearningSoftware,very nice to your feeling,,,
CProgramSkill
- C语言技巧,是c语言技巧篇的源代码,希望对大家有好处-c programming skills,and is very classical for everyone,,,
PROB
- For prob This program
paixu
- 常见几种排序算法的实现,包括数字排序和字符串排序-The implementation of several common sorting algorithms, including sorting and string sorting numbers
47651458yj12
- MutiobjectiveOptimize.rar] 多目标遗传算法源码,包含遗传算法的各个步骤,适合于研究多目标优化的朋友 (2007-07-14, Visual C++, 5KB, 90次)
8
- 实验目的:熟悉对运算符的重载 实验内容: 对运算符的重载-class Time { public: Time(int hour, int minute, int second) Time operator ++(void) Time operator++(int) void showTime(void) private:
9
- 实验目的:熟悉对输入/输出运算符的重载 实验内容: 熟悉对输入/输出运算符的重载-#include <iostream.h> class Time { public: Time (int hours = 0, int minutes = 0, int seconds = 0) friend istream & operator >>(istream &, Time &) friend os
10
- 实验目的:熟悉继承的概念,掌握定义并使用基类与派生类的方法 实验内容: (1) 程序清单:10.1 -#include <iostream.h> #include <iomanip.h> class Time { public: Time(int h = 0, int m = 0, int s = 0) { hrs = h, mins = m, secs = s } ~Time