搜索资源列表
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
the-art-of-ecc
- 书\"The art of error correcting code\"的源代码,unix下的C文件,在windows下的vc编译环境下要修改部分引用的头文件和函数。-book "The art of error correcting code" of the source code, unix under the C documents the windows of vc compiler environment to revise the first part cite
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.
C++SPI
- 开发的关于串口通信的C++上面的ARM通信测试文件,学习了从上到下的
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
serial.rar
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). serial.c-----HART主机端源代码,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 from the communication p
hart_2
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). hart_2.c-----包含了HART主机需要调用的计算校验函数,串口发送函数和HART数据帧生成函数.-I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART protocol between the h
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
code
- 利用windowsAPI(非组建/控件等)编写的comm通信程序库,能够实现comm单字节/多数据发送接收,延时处理等。使用前如不调用.h中的初始化函数,则使用默认频率。.c文件为一个小的测试程序,使用时包含.h即可。-The use of windowsAPI (non-set up/control, etc.) prepared comm communication library, to achieve single-byte comm/data to send more than rec
c-talk
- 用基于TCP/IP协议连接方式, 实现了服务器转发,多客户连接,好友列表上线了自动更新,程序托盘,当有消息时,如果程序最小化,跟QQ一样,托盘的图标会闪烁.有提示音.实现ctrl+enter与enter转切换. 基本类似于QQ群. 由于是SQL库的,所以能很方便的集成到你的OA系统中。 (注意,请把"客户端目录的face和music两个文件夹放到您编译的目录中去,也就是放到Debug或者Release中去) 和这个是一样的,不过我的是源代码而已。可以自己定制。-Use based o
VR_Time
- VR_TimeCastSrvr.c是展示组播安全通信的源码文件(sources file)之一。 * 本实现为组播通信方式的时间服务器(时间发送端),可用于1毫秒~1秒低精度的组播组 * 时间同步。 * 与本时间服务器程序对应的是客户(接收)端的VR_TimeCastClnt.c。 * 当VR_TimeCastSrvr进入运行后,组播组的其他成员只需运行VR_TimeCastClnt即可 * 达到有通信安全保障之下利用组播进行低精度的时间同步。-VR_T
socket
- 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
4_1
- c语言编写的通讯录,可以在TC2.0中运行,有1个.h文件,3个.c文件-An address list programmed in C.
VCPtransportUDP
- 为初学者学习编写的 C++ 文件传输源代码-Written for beginners to learn C++ file transfer source code
demo1_FileCopy
- C # 文件流的传输,简单好用,能够很好的表达-C# multi-threaded, to achieve a variety of communication, welcome to download, simple to use
thread.c
- 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer
SiemensPLC通信
- 1.C#语言开发,采用NET4.0框架,模块化设计,通信效率不怎么高 可以凑合用。 2.工程结构类似OPC通讯方式,采用Tag的方式,通过标签名就可以读写寄存器。 3.采用XML配置式标签的方式实时读写PLC内部寄存器,可读写寄存器包括I、Q、PI、PA、M、DB。 4.具有PLC断线重连功能,通讯稳定可靠。 5.完全开源免费、包括Dll文件、附件内包含源代码。(1.C# language development, the use of NET4.0 framework, modular des