-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1
-
STEP_MOTOR
TMS320F28335的步进电机驱动程序,对于初学步进电机的使用非常有益,在使用程序时,请把程序放在你的以往的程序的文件加下面(TMS320F28335 stepper motor driver, stepper motor use for beginners very useful when using the program, please put the program on your previous program file plus the following)
- 2013-08-22 23:18:35下载
- 积分:1
-
DSP2812-PID
基于DSP2812的无刷直流电机伺服控制程序,用PID算法控制电机的转动.(Based on DSP2812 brushless DC motor servo control program, with the rotation of the motor control PID algorithm.)
- 2014-12-20 16:45:24下载
- 积分:1
-
fakeQQ123
全面模仿QQ,基本具备QQ功能,非常值得学习(Fully mimic QQ, with QQ basic functions that are worth learning)
- 2009-02-09 12:46:41下载
- 积分:1
-
Calibration
this is reference about calibration using visual c++.
- 2010-12-23 17:26:02下载
- 积分:1
-
PMS
本系统模拟一个计算机病员监护系统(Patient Monitoring System, PMS)。该系统随时接受并监视病人的生理信号(脉搏、体温、血压、心电图等),定时记录病人情况以形成患者日志,当某个病人的生理信号超出医生规定的安全范围时向值班护士发出警告信息。当护士需要时还可以要求系统打印出某个指定病人的病情报告。
本系统全部代码采用MFC在Visual Studio .Net环境中编写。患者所有信息保存在Access数据库(PMS.mdb)中。
(A computer simulation of the system Patient Monitoring System (Patient Monitoring System, PMS). The system is ready to accept and monitor the patient s physiological signals (pulse, temperature, blood pressure, ECG, etc.), regularly records the condition of patients to form a log of patients, when a patient s physiological signals beyond the scope of the required safety of doctors to the nurses on duty to issue a warning message . When nurses need also can ask the system print out a report of the designated patient. All the system code using MFC in Visual Studio. Net environments prepared. Patients all the information stored in the Access database (PMS.mdb) in.)
- 2007-11-15 10:24:42下载
- 积分:1
-
Cdraw
画图源码,VC平台开发,MFC框架实现一个画图程序,实现Windows的画图功能,并将扩展其功能(Source drawing, VC-platform development, the MFC framework to achieve a paint program, Windows drawing functions, and to extend its functionality)
- 2012-03-26 22:39:29下载
- 积分:1
-
What_const_Really_Means
说明: 在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解(In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail)
- 2010-04-30 17:27:52下载
- 积分:1
-
READ_WAV
读取.wav文件 C语言编写用于音频语音信号处理(Read. Wav file C language for audio speech signal processing)
- 2021-04-17 12:58:53下载
- 积分:1
-
初学c的心得
关于初学者c入门的一些心得。特别是链表与数据结构部分相关的地方(Some experience about beginner C.Especially where linked lists are related to data structure)
- 2020-06-21 14:40:01下载
- 积分:1