搜索资源列表
transaction
- CORBA交易服务的实现源码。目前已经将CORBA标准中的CosTransactions.dll,CosTSInteroperation.dll,CosTSPortability.dll转化为c++代码,用户只要实现里面的CORBA存根,就可以实现一个CORBA交易服务。-CORBA transaction services to achieve the source. Now to the CORBA standard CosTransactions.dll, CosTSInteroperat
notification
- 开源的CORBA项目MICO里面的通知服务,从CORBA标准中下载通知服务的相关DLL说明,然后编译成C++代码,目前实现了大约70%的代码,希望社区里的高手帮组继续完成这个工程。-open-source projects MICO inside CORBA notification service, from the standard CORBA notification service to download the related DLL note, and then compiled C
高速字符串处理功能的 C 语言源程序
- 高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?-string-handling functions of the C language source code, as amended, can be transferred to other procedures?
面就是用C语言编写控制串行口的程序
- RS232的串行通讯源代码~~~~~~~~~~~~,完成各种类型的串行通讯。-RS232 serial communication ~~~~~~~~~~~~, complete source code of all types of serial communications.
ZMODEM code
- MODEM 调制解调器开发的C语言源程序 BC或MSC编译 适用于嵌入式系统-C source codes for modem developing.You can compile it in Borland c compiler or Microsoft C. It is fit for embedded system as well.
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.
编程论坛-用C简单编写通讯录源代码(经典)申请加精
- 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
ICQ12345
- QQ远代码当前页面:论坛首页 C/C++ & JAVA 讨论区 我的毕业设计,模拟ICQ的通信 软件。源代码下载 << [1] [2] [3] [4] >> → 发表新贴 ← → 发表回复 ← 作者: 标题: 我的毕业设计,模拟ICQ的通信软件。源代码-QQ from the current code pages : Home Forum C / C JAVA discussion area, I graduated from the design and simulat
CSharpUSBSocket.rar
- C#版USB通信编程(接收和发送数据)。。,C# version of USB communication programming (receiving and sending data). .
BCJR_turbo
- turbo code encoder decoder communicacion
C++beginerscod2
- this is a c++ source code for a new beginers part2
3UCS VoIP ocx安装程序及二次开发C++源码
- 3UCS VoIP ocx安装程序及二次开发C++源码,主要用作呼叫中心业务软件开发,提供了VoIP软电话功能、呼叫中心业务方法如监听、插话、录音等等 -3UCS VoIP ocx installation procedures and the secondary development of C++ source code, mainly for software development, call center operations, providing a VoIP soft-pho
IMUcode
- IMU 数据采集和处理,可连接IMU 实际使用或用来学习-IMU code for communicate and learn
I2C
- I2C通信协议以及相关源代码,该源代码是用C写的,已经验证通过!-I2C communication protocol and the related source code, the source code is written in C, has been verified!
crc8-code
- 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
c-for-Assistant-serial
- c语言实现的串口编程,实现了串口助手的功能,代码详尽易读。-c language serial programming, serial assistant exhaustive readable code.
ASCII-code
- 完整的ASCII码表,对C,C++编程的各位非常有帮助。-Full ASCII code table for C, C++ programming you very helpful.
CPP-code-for-rbt-
- c++实现可靠传输协议,计算机网络大作业,英文原版-c++ code for reliable transport protocol, the English original
SOES-master
- Simple Open Source EtherCAT Slave ==== SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave stack that is very easy to use and provides a small footprint. It is a good alternative to more complex stacks on the market.
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S