CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - real-time

搜索资源列表

  1. 语音通信

    0下载:
  2. 这个是用C++编程出来的实时的语音通信程序可以听到自己和别人的声音,应该说挺好的-the C programming is the real-time voice communication procedures can hear his own and other people's voices should be said that in very good shape;
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:454630
    • 提供者:豆豆
  1. 动态域名

    0下载:
  2. 一个基本的动态域名程序,可在有外网地址的机器上实现动态域名转发。并可实时更新域名ip信息。-a basic dynamic domain procedures, which are outside the network addresses of the machines on the dynamic domain name forward. May ip domain real-time updates of information.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:323504
    • 提供者:高龙
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the data in the form of binary st
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:21036
    • 提供者:张sir
  1. pci驱动程序(平面光栅)

    0下载:
  2. 个人根据海德汉平面光栅Windows下的程序编写得Linux下的驱动程去源码,在Linux实时内核下使用,部分驱动内容需要RTAI不定才能使用!-individuals under HEIDENHAIN plane grating Windows programmers in the Linux source code to drive way in the Linux kernel using real-time, part-driven content RTAI volatility can
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:53965
    • 提供者:张sir
  1. OscopeDemo

    0下载:
  2. 一个以位图切换技术实现波形实时显示的程序-a bitmap switching technology to achieve real-time waveform display procedures
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:49322
    • 提供者:贺小虎
  1. uCOS-II_LPC2000

    0下载:
  2. pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOS
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14859
    • 提供者:hyh
  1. StaticCounter_src

    0下载:
  2. 一个用二极管来显示时间的类。对于时间显示或是采集数据的实时显示有很大的用处-diode a time to show the class. For the time displayed or acquisition of real-time data show a great deal of use
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:8462
    • 提供者:钱龙
  1. netphonecode

    0下载:
  2. 实时网络ip电话源代码,用户可自行设计界面-The code for the net IP phone on real time. The interface can be designed by the user.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71070
    • 提供者:张东
  1. 局域网群聊

    0下载:
  2. 局域网聊天程序,获取局域网内活动机子(10人左右),实时。TAB为发关消息快热键。仅供局域网使用,学习资料-LAN chat program, LAN access within the machine (about 10), real-time. TAB for the quick hotkey related news. Only LAN use, learning materials! !
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27397
    • 提供者:石磊
  1. sorted_base

    0下载:
  2. 排序的列表的基类一种实时内存数据库组织与管理方法-ranking list of base class a real-time memory database organization and management methods
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:62737
    • 提供者:范天成
  1. TCP.UDP协议的实时监听

    0下载:
  2. 这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况-dephi used for the preparation of the surveillance tcp / udp port procedures to real-time monitoring of various ports
  3. 所属分类:网络编程

    • 发布日期:2014-01-21
    • 文件大小:206057
    • 提供者:王博
  1. s2trace

    0下载:
  2. 同时监测两个串口的数据,并实时显示和存盘。-two simultaneous monitoring serial data and real-time display and archiving.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3207
    • 提供者:董时舫
  1. 串口温度数据采集并实时显示

    1下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:249880
    • 提供者:周波
  1. net_voice

    0下载:
  2. 实时声音单向传输实验文档,是SendVoice和ReceiveVoice的文档-one-way real-time voice transmission experiment documentation, and is SendVoice ReceiveVoice Documents
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:180821
    • 提供者:魏伟
  1. 4D1

    0下载:
  2. 实时事务代理 事务订阅,发布,事务代理(c++中所说的指针)-real-time subscr iption services, publishing, Acting (c described in the guide)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:21561
    • 提供者:关霖
  1. AnimateLine1

    1下载:
  2. 实现动态实时显示波形,对于波形实时更新,并且能及时释放内存-dynamic, real-time waveform, waveforms for real-time updates and timely release of memory
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:40043
    • 提供者:孙类
  1. HTMLLog

    0下载:
  2. 一种实现实时记录操作log文件,以html方式保存,方便用户查看。利用VC++6.0在Win XP 下实现.-a real-time recording log documents to html kept, user-friendly look. VC 6.0 Win XP achieve.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:32907
    • 提供者:dd
  1. ThreadPool_src

    0下载:
  2. 当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下-current more popular threads POOL class, it can be used to achieve real-time processing server model, under the code-vc7
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9200
    • 提供者:dd
  1. TeeChart ActiveX v5

    2下载:
  2. Deliver high performance charting solutions. teeChart Pro allows you to create general purpose and specialized chart and graphing applications for all areas including business, engineering, financial, statistical, scientific, medical, real-time, and
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:8840253
    • 提供者:王云
  1. NETaudio

    0下载:
  2. 用低层音频函数实现局域网音频实时传送的小程序 C-audio function with the lower LAN audio real-time transmission of small programs in C
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:30397
    • 提供者:zhou
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com