搜索资源列表
lan91c111End
- LAN91C111驱动源码,使用C语言写成-LAN91C111 driving source, the use of C language
Making plain binary files using a C compiler (i386
- Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错,对学习c语言,了解编译器很有用。-Making plain binary files using a C compiler, gcc used to be pure binary code. Said very good, to learn c language, understand the compiler useful.
GPRSTest2006
- 用于测试MC55i模块的性能和好坏,使用C++Builder编写经过调试-MC55i module for testing the performance and quality, the use of C Builder after Debugging
lumiMailServer
- 一个关于使用C#编写的邮件服务器的源代码,值得一读。-one on the use of C# prepared by the mail server source code, it is worth a read.
nmqsget
- 接受、发送信息到mq,使用C#作为开发工具-receive, send information to mq, using C# as the development tool
SRC003_ST232R
- 这是使用C++ Builder编写的针对ST232芯片编写的通讯程序,借助虚拟RS232技术实现USB通讯的源程序例程。
SRC004_ST_232_245
- 这是使用C++ Builder编写的将USB通讯转换为RS232和RS245的例程,借助于RS232/245,可以实现USB通讯。
SRC006_TestUsb
- 这是使用C#编写的对USB设备进行测试的一个小工程,希望对使用C#语言进行USB开发的编程人员有帮助。
AlgorithmGossip
- “常见程式演算”主要收集一些常见的程式练习题目,您可以藉这些题目培养一些程式设计逻辑的感觉,对题目的分类只是个大概,方便索引而已,实作的部份是使用 C 及 Java。
C++forsimpleTCPsever
- WinSock API是一套供Microsoft Windows操作系统使用的套接字程序库 文挡详细叙述了建立套接字的步骤,对于用c++编socket的初学者来说有很大的帮助
SocketNet
- 使用C#语言编写的CS结构的Socket通信的示例。
Doscom
- 使用C语言编写的DOS下的串口程序,基于中断。可以接收串口数据
短信猫收发短信C源码
- 使用短信猫收发短信息的C源码,完整工程。
C#发短信源码
- 需要配合短信猫使用
CDT通讯程序
- 基于CDT规约的发送和接收程序,使用C#编写
SnmpSharpNet-0-8-6-bin snmp协议开发 网络设备监控系统 C#
- snmp协议开发 网络设备监控系统 C# 使用SNMP协议获取设备信息-snmp protocol development network equipment monitoring system using the SNMP protocol C# to get device information
Midware_OAM_vers0008.rar
- 一个通信系统中间件的实现,使用C++bulider语言,实现了码字扫描,频谱分析等功能,C++bulider td-scdma
IM
- 使用c++编写的聊天软件,从CSDN上下载的,平台是VC++6.0-Written using c++ chat software, downloaded from CSDN, the platform is VC++6.0
Socket
- 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S