-
C++时钟模拟时钟,准备模拟时钟的分钟操作…
C++ 时钟模拟 可以准备模拟时钟的时针分针秒针的运行-C++ clock analog clock, ready to simulate the operation of the clock the minute hand second hand
- 2022-04-08 03:16:52下载
- 积分:1
-
asp.net中如何使用office web component.rar
asp.net中如何使用office web component.rar-how to use office web component.rar
- 2022-11-25 07:10:03下载
- 积分:1
-
RandGen。H
randgen.h
almost 1.72KB
- 2022-03-15 06:33:15下载
- 积分:1
-
小录音程序,可以完成将用户输入的语音录制和播放的功能。...
小录音程序,可以完成将用户输入的语音录制和播放的功能。-small recording procedures will be completed user input voice recording and playback function.
- 2022-03-23 11:46:51下载
- 积分:1
-
This is a windows mobile 5 can be video, photographs of procedures, want to lear...
这是一个在windows mobile 5下可以录像,拍照的程序,想学习手机录像的朋友可以参考一下。-This is a windows mobile 5 can be video, photographs of procedures, want to learn mobile phone video of a friend for reference.
- 2022-10-02 22:25:04下载
- 积分:1
-
vc++6.0插件,对程序员很好,帮助完成代码编写!
vc++6.0插件,对程序员很好,帮助完成代码编写!-vc++ 6.0 plug-in, for good programmers to help complete coding!
- 2022-01-29 00:35:40下载
- 积分:1
-
FAT12,FAT16,FAT32 file system with ATA
与ata结合的fat12 fat16 fat32的文件系统实现,代码完整!-FAT12,FAT16,FAT32 file system with ATA
- 2022-02-16 07:21:22下载
- 积分:1
-
数字传输工程…课本的john.b.anderson
DIGITAL TRANSMISSION ENGINEERING....Text Book By John.B.Anderson
- 2022-05-22 22:07:01下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
Microsoft mci interface, the use of MFC utility to set up working into vc++ to r...
使用微软mci接口,利用MFC工具建立的vc++工成,实现了语音朗读和语音识别功能-Microsoft mci interface, the use of MFC utility to set up working into vc++ to realize voice and speech recognition capabilities to read
- 2022-03-14 07:51:09下载
- 积分:1