搜索资源列表
FA_Demo
- 我本来想用的是.ocx控件,最后发现,对于自定义struct,它似乎是无能为力(有谁知道.ocx可以的话请联系我)。最后采用的是vc++6.0中的ATL。下面给出了如何调用含自定义结构的组件函数senddata,ReceiveData。组件中的参数传递与下面的代码是一模一样的 ,这里不再重复。(该组件是应用于配电自动化中的,用以实现馈线自动化FA功能,本人自己设计开发)。 -I had wanted to use the. Exe controls and found that, since t
SendData
- 上微机与单片机的通讯,实现上微机向单片机的数据发送。-on PC and SCM communications, computer to achieve the SCM data transmission.
sendData
- C#示例程序开发 硬件开发--通过串口发送数据 C#示例程序开发 硬件开发--通过串口发送数据
senddata
- 本代码根据服务器的地址从服务器获取数据,并保存到数据库。
CETestCOPYDATA.rar
- WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例 1.SendData工程文件 2.ReceiveData工程文件,WinCE using COPYDATA news in the process of sending and receiving data between code examples 1.SendData project file 2.ReceiveData project file
SendData.rar
- 非常好的串行数码管显示程序!!! 可以自定义需要更改的任何一位!而不影响其他位的现实。刷新稳定!非常稳定! 比如说led[7]=8 led[0]=1 SendDate(led) 即可以将数码管第8位和第1位分别更改显示为8和1而其他位的显示不受影响的。 因为从52转到AVR,所以对两种单片机均做支持。文件中已经做出很好的替换说明,按照说明复制粘贴即可更改为自己需要的版本,和自己需要的现实位数。 现在是8位的版本,自带锁存器(串行的肯定带)。 该版本为CAUC 2009电子设计大赛培训期
TCP-SendData
- VB6编写的通过TCP端口模拟发往ip地址端口的二进制数据流-VB6 TCP port analog prepared by ip address port sent to the binary data stream
SendData
- DELPHI 开发的使用sock控件的网络通讯程序,程序由发送程序与接收程序2部分组成,都已经写上了注释。-DELPHI developed using sock control network communications program, the program by sending program receiving program, have been written on a note.
linux_socket
- linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () f
0723
- procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end
SendData
- 把数据库中已经存在的数据通过网络发送出去,实现数据共享-Send the existed data in the database via network and share the data
SendData
- 用VC2005 编写的通过Socket发送数据 实现两台计算机之间的通讯-vc2005 send data socket
mt8880send
- MT8880_DTMF实验senddata-MT8880_DTMF senddata
SendData
- 利用socket实现双机之间发送数据的功能,发送的数据需从本机硬盘中读取-The use of dual socket send data between the functions of the data sent from the local hard disk to be read
senddata
- 用矩阵键盘输入你拨的号码,用LCD1602显示所拨号码,按F键进行电话拨出-Matrix keyboard you dial the number, using LCD1602 displays the number dialed, press F key on the phone to allocate
senddata
- 实现STC单片机的多机通信功能,这是单片机通信功能实现的子函数-STC microcontroller to achieve multi-machine communication function, communication function is implemented SCM Functions
eFiat-100
- Source code Linux Terminal SendData GetData-Source code
SendData
- 可运行在windows mobile平台上的手机发送程序-windows mobile software
iccavr_source
- M8 TLC2543 PB5-DATADIN PB0-DATAOUT PB1-#CS PB2-CLOCK //本程序没有使用tlc2543的EOC(转换结束标志)信号,片选一直处于选中,也可以自己加入片选信号 unsigned int tlc2543(unsigned char senddata) { unsigned int recdata = 0 unsigned int i = 0 senddata = 0B11010000 //控
SendData
- UDP实例,本实例为udp开发初学者的指南,简单易于接收,通过查看即可大体掌握udp的通讯传输机理,比如如何创建套接字,如何创建连接,以及收发数据等基本操作-UDP example, beginners in this instance the development of guidelines for the udp, simple and easy to receive, you can generally see through the master udp communication t