-
785643
设置多重群组的打印报表,C++Builder精选编程学习源码,很好的参考资料。(Print statements to set multiple group, C++Builder select learning programming source code, a good reference.)
- 2013-11-28 10:34:35下载
- 积分:1
-
lab25-AD
说明: TMS320F28335 片上有 1 个 12 位 A/D 转换器,其前端为 2 个 8 选 1 多路切换器和 2 路
同时采样/保持器,构成 16 个模拟输入通道,模拟通道的切换由硬件自动控制,并将各
模拟通道的转换结果顺序存入 16 个结果寄存器中(DSP28335 AD TI example)
- 2020-06-17 01:40:02下载
- 积分:1
-
gzip压缩和解压实例,支持gzip,deflaute
gzip压缩和解压实例,支持gzip,deflaute...(gzip and deflaute (de)compression demo)
- 2018-08-23 09:45:23下载
- 积分:1
-
PCA9685+STM32开发资料
说明: 里面有手册和资料,有STM32的简单控制舵机和LED的程序,用的IO口仿I2C(There are manuals and materials in it. There are simple procedures for STM32 to control steering gear and led. The IO port used is similar to I2C)
- 2020-07-10 17:08:55下载
- 积分:1
-
C
说明: c语言程序设计———————谭浩强第三版(c)
- 2010-12-01 13:41:34下载
- 积分:1
-
Ri230-v1
c++ 利用ADO操作数据库,供初学数据库编程的人参考(c++ to operate the database by ADO)
- 2010-12-04 20:49:35下载
- 积分:1
-
18b20
使用51单片机和18B20采集温度,并用数码管显示(Use 51 And 18B20 collecting temperature and with digital display)
- 2013-09-20 09:16:20下载
- 积分:1
-
C++ tcp_client
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 2, 2 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
/* Tell the user that we could not find a usable */
/* WinSock DLL. */
return;
}
/* Confirm that the WinSock DLL supports 2.2.*/
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
/* requested. */
if ( LOBYTE(
- 2022-07-21 00:36:24下载
- 积分:1
-
Hanoi
简单的汉诺塔算法,采用归约算法的思想,实例是三个盘子,三个柱子(Simple HANOR algorithm)
- 2012-07-16 20:48:59下载
- 积分:1
-
AD12864
ad采集及12864显示额程序 基于atmega128(ad 12864)
- 2012-07-25 23:55:10下载
- 积分:1