资源列表
LogUtil
- a simple logging cla-a simple logging class
PowerSystemSTATCOM
- Power System based on STATCOM Algorithm-Power System based on STATCOM Algorithm, from my graduate projects
eg
- DS18B20加1602的温度显示的C程序,读取温度,转换温度,显示温度等有详细程序对照-DS18B20 increase the temperature of 1602 shows C program, read the temperature, the transition temperature, the temperature of such a detailed process control!!
2155
- 2155 二维线段树,实现的比较简单,利于刚刚开始学习的人 。-2155 two-dimensional segment tree, simple implementation, which will help people who have just started learning.
test
- 请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续 判断第二个字母。-Please enter the day of the week, the first letter to determine what day of the week, if the first letter, then continue to determine the second letter.
winio
- VC C++ WinIo按键 键盘模拟(转换delphi代码) 20100203终于调试成功~~~ 内流满面了-Button keypad VC C++ WinIo analog (convert delphi code) 20100203 finally successful commissioning ~ ~ ~ flow sounded
c_spac
- fluent UDFs 粒径分布规律的UDF文件,可用于模拟C_SPEC沙砾的分布-fluent UDFs particle size distribution law
bbwenti
- 这个是用c语言写的背包问题,用贪心算法实现的-The knapsack problem is written in c language, greedy algorithm
gausstiaoshi
- gauss列主元求解线性代数方程组;自动或手动选主元,数值计算原理书上的相关实验题-gauss main-element solution of linear algebraic equations automatically or manually pivoting, numerical calculation principle books on related experimental questions
Stepper-motor-speed-reduction
- 51单片机控制步进电机调速,51单片机进阶程序。-Stepper motor speed reduction
Ex6_1161
- 通信工程专业的通信系统仿真和学生信息的结构体的matlab程序-Structure and simulation
cpp
- 定义表示形状的抽象类及相应的派生类,并实现相关操作符重载。 (1)定义表示形状的抽象类Shape: 添加公有成员函数double Area(),用于计算形状面积;定义为纯虚函数; 添加公有成员函数void Show(),用于显示形状信息,定义为纯虚函数; 定义虚的析构函数; 重载比较操作符:==、>和<,用于比较两个形状面积的大小关系,返回值类型为bool,可以定义为成员函数或友元函数。 (2)从形状类Shap