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

搜索资源列表

  1. BTREE

    0下载:
  2. 读写数据用直接地址而不用单元个数 全局变量的命名规则是所有首字母大写,其它命名规则是"驼峰命名法" 由于读取的数据的主码是账号都是正整数,所以如果索引中key为负值的话则表示该关键字为空 插入的方式是首先插入到数据文件中,如果索引启动了再维护索引文件. -Read and write data directly address the number of units rather than global variables naming the first letter of the rul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:28642
    • 提供者:kaiyu
  1. wdf_kmdf_basic_src

    0下载:
  2. serial port read/write,对USB和com端口的数据读写可以实时操作,但是com端口必须未被其他程序占用,如果被占用,将会无法打开。-serial port read/write, and com port on the USB data read and write real-time operation, but the com port must have not been occupied by other programs, if occupied, will be
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:5636
    • 提供者:langqichao
  1. gy16

    0下载:
  2. 超简单新闻文章更新系统增强版 增加了二级分类功能 增加了图库功能 增加了自动友情连接功能 增加了留言功能 增加了公告功能 网站开关 评论开关 连接申请开关 安全日志:登陆安全记录 数据管理:压缩数据,备份数据,恢复数据,空间占用查看 阅读排行,最近更新,分类导航,推荐阅读生成JS 完全在线管理,初始设置:admin/wzxz.asp 管理登陆:admin/logo.asp 用户名:admin 密码:gy16.co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:874506
    • 提供者:huangfl1116
  1. 1

    1下载:
  2. 对大批量数据排序,可以从外部读入数据,效果还行,大家试试看-Sort of large quantities of data can be read from external data, the effect of line also, we try
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:245549
    • 提供者:陈进
  1. jpeg_decode

    0下载:
  2. jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:155375
    • 提供者:wgd
  1. ReadExample1

    0下载:
  2. 简单的txt数据读入程序适合初学者自学!运用向量,读入长串数据。-Simple txt data read into the procedures for self-learning beginners! The use of vector, read a long string of data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1442
    • 提供者:noway
  1. WriteExample

    0下载:
  2. 简单的txt数据输出程序适合初学者自学!内有注释简单易懂。-Txt simple data output procedures for self-learning beginners! There are easy-to-read notes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:847
    • 提供者:noway
  1. analis

    0下载:
  2. 包含向量数据读入输出,以及分析。具有很高的实例性,适合初学者借鉴。-Contains the vector data read into the output, as well as analysis. Examples of highly suitable for beginners to learn from.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:2515
    • 提供者:noway
  1. test_serial

    0下载:
  2. 智能手机通过蓝牙与监控设备通信程序,VS2005编写,读取虚拟串口数据,实时绘制波形,并显示心率数据。有问题联系我:14562024(QQ)-Smart phone via Bluetooth and monitoring equipment, communication procedures, VS2005 prepared to read a virtual serial port data, real-time rendering waveforms, and display the he
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:33993
    • 提供者:zhangliangz
  1. LABVIEWTDMSReadAndWrite

    0下载:
  2. 在LABVIEW平台中对TDMS数据格式进行读写操作的源代码-In LABVIEW platform of TDMS data format of the source code to read and write operations
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:49138
    • 提供者:田凯文
  1. dll(loader)

    0下载:
  2. 说明: 1 例子程序在 vc6.0 +windows xp 编译测试过 2 需要阅读者对程序进程空间,编译,pe结构有一定的理解 3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍 -Descr iption: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:327774
    • 提供者:周晓宇
  1. Access

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 -In Windows2000 environment,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15232
    • 提供者:陈媛
  1. xsxxgl_Vc

    0下载:
  2. 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。-1) can be read from the screen of a student s info
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1604
    • 提供者:刘昌松
  1. ADO

    0下载:
  2. ADO数据库用法,详细建立连接,直接通过ADO读、写Access文件示例实现用ADO从Access文件中读取相应数据并显示出来-ADO database usage in detail to establish a connection directly through ADO reading, writing sample Access file from Access using ADO to read the corresponding data file and displayed
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-26
    • 文件大小:3223763
    • 提供者:mary
  1. romfs

    0下载:
  2. I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:836065
    • 提供者:Showna
  1. StateManager

    0下载:
  2. 读取微软的DirectX使用的 .x 文件,能够获得.X文件中每一个节点的数据(如Mesh中每一个点的坐标)。需要DirectX的环境才能编译运行。-Read Microsoft s DirectX use. X files, can be. X document, each node of data (such as Mesh in the coordinates of each point). DirectX environment need to be able to run the co
  3. 所属分类:DirextX

    • 发布日期:2017-04-10
    • 文件大小:1666571
    • 提供者:fishjam
  1. IICToy

    0下载:
  2. 通过IIC总线对EEPROM数据读写程序-Through the IIC bus to read and write data to the EEPROM process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:171072
    • 提供者:Searph
  1. C++StudentsManagementSystem

    0下载:
  2. vc学生信息管理系统 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 、、、、、、 -vc student information management system 1) can be read from the screen a student s information and infor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8843
    • 提供者:benny
  1. VBAProject

    0下载:
  2. 应用vba在Excel中进行数据处理,对文件格式进行读写,并画出图表-Application of vba in Excel for data processing, the document format to read and write, and draw diagrams
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:2930
    • 提供者:米德风
  1. hahuman

    0下载:
  2. 改程序利用MALABE处理,将一个文件内容读入后,对利用哈佛曼结构对里面的数据进行编码-Change procedures to deal with the use of MALABE will read the contents of a file after using the Harvard man inside the data structure of encoded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1342
    • 提供者:shenjun
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com