资源列表
chap01
- c#学习第一步,入门级的程序实例,能帮助大家快速进入C#的学习阶段-c# study a first step, the entry-level procedures for example, can help you quickly enter the C# the learning stage
MIC3680
- MIC3680的驱动程序,已调试成功。目前主要是用于串口通信。-MIC3680 driver, debugging success.
shiyan1
- 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 Fibonacci数列的计算公式如下:
8_8
- 已知一个有理数类Zrf_Ratio,实现如下的操作符重载形式: friend std::ostream& operator< (std::ostream&, const zrf_Ratio&) friend std::istream& operator>>(std::istream&, zrf_Ratio&) friend bool operator==(const zrf_Ratio&, const zrf_Ratio&) friend bool
C_programming_language_syntax_class_code
- C语言语法类编程经典代码实例C programming language syntax class example of the classic code -C programming language syntax class example of the classic code
lift
- 一个电梯的程序。一共3台电梯,10层的楼。电梯的初始位置分别为一层,5层,10层。-A lift procedure. A total of 3 elevators, 10-storey building. The initial position of the elevator floor, respectively, 5 layers, 10 layers.
110511346150
- 定义复数类Complex,使用友元,完成复数的加法、减法、乘法、除法运算,以及对复数的输出。-Define complex class Complex, with a friend, complete the complex addition, subtraction, multiplication, division, and the complex output.
Ball-Tracking2
- this program is for ball tracking
COMWIN32
- windows操作系统C++语言串口驱动完整的程序源代码,支持多线程-windows operating system C++ language serial driver complete source code, supports multiple threads
bengtiu
- 有井曲线作为输入可计算其地震波的衰减,可以提取一幅图中想要的目标,加入重复控制。- There is a well attenuation curve as input to calculate its seismic waves, Target can be extracted in a picture you want, Join repetitive control.
dlg2
- 不使用MFC,创建窗口!代码简洁,运行快!-Do not use MFC, create a window! Code simple, run faster!
DigtalClock
- 1.熟悉VC++ 6.0开发环境。 2.了解CTime类的使用方法。 3.掌握WM_TIMER消息映射方法。 4.掌握SetTimer函数和KillTimer函数的使用方法。-1. Be familiar with vc++ 6.0 development environment. 2. To understand the use of the CTime class. 3. Grasp the WM_TIMER message mapping method. 4. Ma
