登录
首页 » Others » diliver

diliver

于 2008-07-09 发布 文件大小:1761KB
0 83
下载积分: 1 下载次数: 37

代码说明:

  本程序采用NI公司Labwindows CVI 开发平台,分为数据发送和数据接收两部分,数据发送部分发送一个字符串,数据接收部分接收数据发送部分发送的字符串。 (This procedure using NI companies Labwindows CVI development platform, the data sent and data is divided into two parts to receive the data sent in part to send a string, data receiving part receiving data sent in part to send the string.)

文件列表:

diliver
.......\Reader
.......\......\cvibuild.Reader
.......\......\...............\build.ini
.......\......\...............\dependencies.bri
.......\......\...............\Reader.nidobj
.......\......\...............\resources.res
.......\......\Reader.c
.......\......\Reader.cws
.......\......\Reader.h
.......\......\Reader.prj
.......\......\Reader.uir
.......\......\Reader_dbg.cdb
.......\......\Reader_dbg.exe
.......\Writer
.......\......\cvibuild.Writer
.......\......\...............\build.ini
.......\......\...............\dependencies.bri
.......\......\...............\resources.res
.......\......\...............\Writer.nidobj
.......\......\Writer.c
.......\......\Writer.cws
.......\......\Writer.h
.......\......\Writer.prj
.......\......\Writer.uir
.......\......\Writer_dbg.cdb
.......\......\Writer_dbg.exe

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RINEX格式的GPS观测文件matlab读取序(附测试数据)
    RINEX格式的GPS观测文件matlab读取程序(附测试数据),建议读者先弄清楚RINEX的格式,然后再来根据需要修改代码
    2020-11-28下载
    积分:1
  • Proteus 实现的篮球计分器
    内含:Proteus实现 完整运行的篮球积分器和一份实验报告报告含:具体程序(汇编),程序流程图,实现原理,实验结果截图本设计可以实现:1、能记录整个赛程的比赛时间2、能随时刷新甲、乙两队在整个过程中的比分,输入错误时能够纠正比分3、中场交换比赛场地时,能交换甲、乙两队比分的位置
    2020-12-08下载
    积分:1
  • 气象空间插值序之二
    气象空间插值程序之二,非常非常有用的插值程序,程序有详细的注释说明。
    2020-12-09下载
    积分:1
  • 掌纹识别代码matlab
    关于掌纹识别的matlab源代码,包括预处理、特征提取、匹配等
    2020-12-06下载
    积分:1
  • ReadTiff
    visual c++ code to read a tiff file.
    2011-06-18 19:05:31下载
    积分:1
  • MATLAB
    filter audio signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.(an example filtering signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.)
    2020-06-19 23:40:01下载
    积分:1
  • C++ GUI Qt4
    说明:  教程详细讲述了使用更新的Qt版本进行图形用户界面应用程序开发的各个方面。全书分为四个部分,共24章及4个附录:第一部分介绍Qt的基础知识和编写图形用户界面应用程序时所需的基本概念;第二和第三部分主要讲解Qt的中、高级编程,包括布局管理、事件处理、二维/三维图形、拖放、项视图类、容器类、输入/输出、数据库、多线程、网络、XML、国际化、嵌入式编程等内容;第四部分为附录,分别介绍了Qt的获取和安装、Qt应用程序的构建、Qt Jambi和C++的基础知识。(QT software tutorial)
    2020-11-16 10:06:23下载
    积分:1
  • VC++下的语音识别源代码
    这是一个VC++下的语音识别的完整程序,做语音识别的朋友可以借鉴一下
    2020-11-30下载
    积分:1
  • 图像超分辨率处理
    超分辨率图像处理,matlab源码,效果远远优于三次插值
    2020-12-12下载
    积分:1
  • C2风格的局域网聊天序,实现局域网中两个Client聊天。这个序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是...
    C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号相同,且两个Client的IP地址不同,即不在同一电脑上),就能实现一个Client和另一个Client聊天(当然Server必须运行,且必须按提示输入信息),本程序基于UDP协议,并且利用多线程编程实现了程序的背景音乐(系统的Beep声音必须打开才能听见)以及正常退出功能(点右上角的“差”是非正常退出!),当初设计的时候使得两个Client端口号必须相同,今后会设计出两个Client端口号不同,这样就能在一台机子上执行程序了。 -This program has the function that it can make two Clients communicate on the LAN.The program has Server and Client two parts.However,it is different from the popular CS chat program which has the function of communicating from Server and Client on the web.It makes two Clients chat.The server only be assigned to transmit messenger from one Client to another.So,you should have more than two Computer to run the program,and to ensure that two Clients on the different Computers which is on the same LAN.The LAN has one Server is OK
    2022-12-17 06:10:05下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载