搜索资源列表
FileCtrlPrj
- 这是一个文件版本控制程序,采用C/S结构来实现的(VSS用文件共享方式有很多缺点),可惜由于人力原因个人无法完成,现在把已经完成的部分(包括文档)放上来,有喜欢的朋友或团队可以完成他-This is a document version control procedures using C / S to achieve the (VSS using file-sharing approach has many shortcomings), but the human personal reaso
ADI_dsp
- ADS dsp process c file
testserialport
- 串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h。 -development in a different way
Soft20060210102824653
- qq最新示例源码 包括: VC++项目源文件(客户端、服务器端)已编译的可执行文件(客户端、服务器端) 供学习C++网络编程参考。-qq latest example source code include : VC projects source document (client, server side) has compiled executable file (client, server side) for learning C network programming referenc
C++readcom
- 一个串行通信的小例子,该程序可以将通信所得到的数据显示出来且可存储为TXT文件,并且可以读取TXT文件恢复波形。-a small example. The communication process can be obtained data can be displayed and stored for TXT documents, and can read TXT file recovery waveform.
CNC_communation
- 这是一个用Windows C编写的应用程序,已经编译成*.EXE文件,在Windows下可以直接运行,下一个上传将是原代码-This is a Windows C applications written procedures, has compiled *. EXE file, Windows can be run directly, the next one will be uploaded the original code
CKERMIT
- c kermit source. kermit is the serial file transfer protocol.
c语言实现软件自动升级
- 用C及ftp实现软件自动升级。通过在服务器端建立FTP服务,实现远程主机的文件更新. 软件启动过程连接服务器,获得软件文件更新列表(此步省略),进行本地文件更新 启动过程进行系统调用执行批处理文件ftpget.bat,调用方式system( \"e:\\\\ftpget.bat\" ) 文件ftpget.bat负责连接服务器下载所需文件,并完成文件的更新-C ftp software and automatic upgrades. Through the establis
fi_exist.rar
- 本人上载的几个c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). fi_exist.c----此文件中的函数用于检测是否有从机设备与主机相连,在主机中使用. ,I uploaded a few c files for their own written code, is the extensive use of automation equipment on the HART protocol between the host and fr
USB2SPI_DEMO.rar
- USB to SPI的工程文件 C++语言,USB2SPI of the project file
VictorComm.v1.5.0.0.Full.Source.CBuilder12.ccrun.0
- Victor 串口 VCL 控件, 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件-Victor serial VCL controls, simple, practical, powerful C++ Builder serial control! This control is free, does not require registration, the authorization and
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
SendFile.bak
- 使用visual c++开发的串口文件发送程序,不像串口调试软件对发送文件大小有限制,波特率、串口数可调,命令行界面-The use of visual c++ Developed serial file procedures, unlike the serial debugging software to send the file size limitations, baud rate, serial number of adjustable, command-line interface
ldpc_c_code
- LDPC码在基于BP (Belief Propagation) 的迭代译码相结合的条件下具有逼近Shannon 限的性能,是继turbo 码后在纠错编码领域又一重大进展。压缩文件中给出了LDPC在高斯信道下的c程序。-LDPC codes based on BP (Belief Propagation) Iterative Decoding of combining conditions with performance approaching Shannon limit on the heel
socket
- 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
phy
- phy for ns2 (c, h file)
VctoExcelClass
- VC输入到Excel通信类代码,附详细的使用说明文档-There are times when we wish to send our output to an Excel file or some text delimited files like comma separated value file or tab delimited file. This class encapsulates the functions for reading and writing to these typ
VR_Time
- VR_TimeCastSrvr.c是展示组播安全通信的源码文件(sources file)之一。 * 本实现为组播通信方式的时间服务器(时间发送端),可用于1毫秒~1秒低精度的组播组 * 时间同步。 * 与本时间服务器程序对应的是客户(接收)端的VR_TimeCastClnt.c。 * 当VR_TimeCastSrvr进入运行后,组播组的其他成员只需运行VR_TimeCastClnt即可 * 达到有通信安全保障之下利用组播进行低精度的时间同步。-VR_T
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
thread.c
- 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer