-
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
-
Readme-for-Sample
网上找的一些同步资料网上找的一些同步资料(Some synchronization information online to find)
- 2015-09-25 19:56:16下载
- 积分:1
-
Test_Parl
使用VC对并口进行访问和控制的VC程序示例,该程序完全用API完成(parallel to the use of VC visit and control procedures VC example, the procedure is totally complete with API)
- 2005-06-01 20:55:03下载
- 积分:1
-
gaojikuhudanfuwuqi
不错的客户端连接程序,希望大家喜欢,里面是一个客户端的程序,一会会提供服务端的程序(good client procedures in the hope that everyone likes, there is a client process, will provide a service side of the process)
- 2005-05-03 15:12:49下载
- 积分:1
-
ns2-extension
介绍如何对NS2进行多信道多接口扩展,并支持动态信道分配。(NS2 introduce how to carry out the expansion of multi-channel multi-interface, and supports dynamic channel allocation.)
- 2009-03-12 20:28:24下载
- 积分:1
-
LDPC_code
LDPC码编译码程序,C语言,译码位BP译码算法 code&decode BP(LDPC code&decode BP)
- 2013-05-03 16:03:58下载
- 积分:1
-
bacnet-stack-0.8.0
Bacnet steak 0.8 version
- 2013-04-12 09:53:45下载
- 积分:1
-
MODBUS
modbus串口通讯动态链接库
使用同步通讯方式
(modbus serial communication dynamic link library using synchronous communication mode)
- 2013-06-05 12:57:22下载
- 积分:1
-
GPSDIY
说明: GPS串口通信程序,新建了一个数据库ACCESS,在显示当前GPS信息的同时可以存储以前记录过的信息,保存在数据库中,便于以后查阅。当前GPS信息包括:时间,经度,纬度,速度,真实航向以及磁偏移(GPS serial port communication program, a database of new ACCESS, show the current GPS information can be stored at the same time the information previously recorded, stored in a database for easy access later. The current GPS information including: time, longitude, latitude, speed, true course and magnetic offset)
- 2009-08-06 15:19:07下载
- 积分:1
-
microsoft-bluetooth-API
使用 VC++ 调用微软蓝牙 API 函数的示例代码。可以使用 VC++6.0 至 VC++2010 编译代码。(Using VC++ call Microsoft Bluetooth API sample code. You can use VC++6.0 to VC++2010 compiled code.)
- 2020-12-23 09:09:06下载
- 积分:1