-
VC-part-2
一本学习VC的很好的图书,其中第二部分,全书共16部分(A learning VC' s good books, of which the second part of the book, Part 16)
- 2012-06-04 17:11:52下载
- 积分:1
-
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
-
C++ U盘格式化 UFormat
实现U盘格式化,有很好的学习价值。安装自动释放源码。(Realize U disc format, have good learning value. The installation of an automatic release of source code.)
- 2020-06-26 03:00:02下载
- 积分:1
-
mfc_odbc
本例主要讲述了使用MFCODBC开发数据库的方法和步骤(In this case focuses on the development of databases using MFCODBC methods and steps)
- 2007-10-10 15:54:10下载
- 积分:1
-
CalRemainder
可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。(CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up procedure and a direct calculation program, for verification purposes. This program can be the perfect solution the CRC16 programming problem, the CRC32 and CRC8 also be of use.)
- 2012-02-18 12:56:17下载
- 积分:1
-
GridSample
VC非常好的表格控件。初学Beginners must see者必看,很经典的。(VC a very good form control...Beginners must seeBeginners must see)
- 2018-08-31 13:41:42下载
- 积分:1
-
1
说明: 本程序是window平台下,使用virtual C++编写文件下载程序,使用了Http协议(This program is a window platform, use the virtual C++ writing the file download process, using Http protocol)
- 2012-10-17 09:10:34下载
- 积分:1
-
MA1
线性表的操作,包括插入,删除,更改,打印,销毁,得到前驱后继还有规定地址的数据
(Linear table operations, including insert, delete, change, print, destroy, receive predecessor successor address of the data are provided)
- 2009-11-16 13:05:47下载
- 积分:1
-
Wave
读取Wav格式音频文件信息,调节Wav格式音频文件音量大小,并显示波形(Read Wav format audio file information, adjust the volume Wav format audio files and waveform display)
- 2013-08-08 20:46:14下载
- 积分:1
-
video_trans
基于udp协议和openCV编程实现的视频传输程序,具有自动获取本地IP地址功能,客户端输入服务器端IP,点击发送,服务器端可实现实时的接收和播放,在可靠的局域网环境下,多次测试传输可靠,除此以外具有原理简单,可扩展的优点。(Udp protocol and openCV programming-based video transmission program has automatic access to the functions of the local IP address, server-side IP client input and click send, the server side can receive and play real-time, reliable LAN environment, several testsreliable transmission, in addition to a simple principle, scalable advantages.)
- 2021-03-30 17:39:10下载
- 积分:1