CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vc get
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - vc get - List
[
Communication
]
RS23程序
DL : 0
一个用VC写的串口RS232的源程序,并附有详细的文档说明,看后会有收获的-A program written by VC is on RS232, with detail document description. Sure to get something after reading.
Date
: 2008-10-13
Size
: 64.9kb
User
:
feng
[
Communication
]
udpSvr
DL : 0
vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,服务器端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, server
Date
: 2008-10-13
Size
: 5.33kb
User
:
刘芳非
[
Communication
]
tcpClie
DL : 0
vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
Date
: 2008-10-13
Size
: 5.15kb
User
:
刘芳非
[
Communication
]
udpClie
DL : 0
vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client
Date
: 2008-10-13
Size
: 2.36kb
User
:
刘芳非
[
Communication
]
QueueTest
DL : 0
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, \"hello!\") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, \"hello!\") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox(\"put queue error\") } else { MessageBox(\"put queue success\") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category ///////////////////////////////////////// / / this is a example for using Queue ///////////////////////////////////////// # include "Queue . h "/ / define queue data struct QueueData struct (char data [20] int nId) / / define queue typedef TQueuelt; QueueDatagt; TMyQueue / / put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data)) / / try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success"))) / / get data from QueueData data queue (memset (data, 0, sizeof (data))
Date
: 2008-10-13
Size
: 33.71kb
User
:
zj
[
Communication
]
QueueTest
DL : 0
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue /////////////////////////////////////////# include "Queue . h "//define queue data struct QueueData struct (char data [20] int nId)// define queue typedef TQueuelt; QueueDatagt; TMyQueue// put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data))// try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success")))// get data from QueueData data queue (memset (data, 0, sizeof (data))
Date
: 2025-12-31
Size
: 33kb
User
:
zj
[
Communication
]
RS23程序
DL : 0
一个用VC写的串口RS232的源程序,并附有详细的文档说明,看后会有收获的-A program written by VC is on RS232, with detail document description. Sure to get something after reading.
Date
: 2025-12-31
Size
: 133kb
User
:
feng
[
Communication
]
udpSvr
DL : 0
vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,服务器端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, server
Date
: 2025-12-31
Size
: 5kb
User
:
刘芳非
[
Communication
]
tcpClie
DL : 0
vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
Date
: 2025-12-31
Size
: 5kb
User
:
刘芳非
[
Communication
]
udpClie
DL : 0
vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client
Date
: 2025-12-31
Size
: 2kb
User
:
刘芳非
[
Communication
]
usbhidio_vc2003
DL : 0
一款可以检测USB通信数据的工具及其代码,里面有三种方式(报告、特征报告和读写文件的方式)来测试HID通信PC TO HOST AND HOST TO PC 的数据,我在模拟HID接口时受益非浅。在XP VS2003 环境下面测试通过!这里希望能达到抛砖引玉的作用!-one can detect USB data communication tools and code, which has three methods (report, Feature reports and documents through the reading and writing) to test communications HID PC TO HOST AND HOST TO PC The data, I simulated HID benefited greatly from the interface. In XP VS2003 below the test environment! Here hope to get feedback from the role!
Date
: 2025-12-31
Size
: 63kb
User
:
谭里见
[
Communication
]
led
DL : 0
led取模软件自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打开BMP图。只需要修改少许代码就可以按自己的要求实现功能。-You can get the zimo ,to display int the led displayer,and it use the vc++
Date
: 2025-12-31
Size
: 172kb
User
:
赵英伟
[
Communication
]
cnCOMM
DL : 0
一个封装得比较完整的COM串口通讯类接口,支持同步、异步操作,调用方法也简便,在BC、VC,、GCC等下编译通过,不过用时候需要配置一些参数,否则会报错导致通讯失败。 -Get a more complete package COM serial communications interface, supports synchronous, asynchronous operation, call the method is also simple, in BC, VC,, GCC wait for the next compiler, but by the time you need to configure some parameters, otherwise it will lead to communication failure error .
Date
: 2025-12-31
Size
: 19kb
User
:
陈文仪
[
Communication
]
vc-mscomm-serial-communication
DL : 0
基于vc6.0串口通讯上位机温度软件,可以画出实时曲线,显示时间和接收的温度,我花了很长时间才搞定。-PC-based serial communication vc6.0 temperature software, you can draw the curve in real time, display time and receive the temperature, I took a long time to get it.
Date
: 2025-12-31
Size
: 4.24mb
User
:
兆升
[
Communication
]
HSKJ_Trans
DL : 0
使用vc++6.0编写,tcp/ip向服务器传输数据-->获取当前路径,搜索指定文件夹文件,字符转换,文件转移,网络传输.-Vc++6.0 writing, tcp/ip-> Get the current path, the search for the specified folder file, character conversion and file transfer, network transmission, the transmission of data to the server.
Date
: 2025-12-31
Size
: 7.77mb
User
:
houxianfeng
[
Communication
]
HttpC
DL : 0
vc++实现http的get请求获取网页内容-vc++ achieve http get requests for Web content
Date
: 2025-12-31
Size
: 7.35mb
User
:
panjie
[
Communication
]
nbtstat-vc
DL : 0
本源码实现了网段扫描器的功能,为了快速得到同网段机器的信息,而不需要特别可靠的连接确认机制,该源码采用了UDP来实现。-The source to achieve the function of the network of scanners, without the need for a reliable connection acknowledgment mechanism in order to quickly get the information for the machine on the same segment, the source code using UDP.
Date
: 2025-12-31
Size
: 64kb
User
:
高翔飞
[
Communication
]
GetAllPort
DL : 0
获取串口号的代码,用的是VC++6.0编写的代码-Get the serial number of the code, using a code written VC++6.0
Date
: 2025-12-31
Size
: 1.78mb
User
:
石小月
[
Communication
]
CMD
DL : 0
cmd 返回信息通过CMD获取 VC++编译代码,通过界面获取CMD返回的内容,并进行操作-cmd CMD Get VC++ return information through the compiled code, CMD returned through the interface to obtain content and operation
Date
: 2025-12-31
Size
: 35kb
User
:
李月东
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.