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

搜索资源列表

  1. BiosId

    2下载:
  2. Delphi里 用于读取计算机的BIOS信息,对于软件加密等等有不少用处-Delphi for the computer to read the BIOS information, and so on encryption software for a number of useful
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:290465
    • 提供者:扩大卡
  1. 18B20源程序加上位机温度显示应用程序包(1)

    0下载:
  2. 用c写的18b20驱动程序 功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶振请跟据DS18B20的资料修改延时参数-used to write the 18b20 driver function : to achieve DS18B20 read Principle : single-bus protocol attention : single-bus protocol to delay re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5992
    • 提供者:燕辉
  1. GenerateXML

    0下载:
  2. 实现读取ini文件的信息,然后生成XML文件。单文档程序-achieve read ini file information and then generate XML documents. Single-file procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67699
    • 提供者:sgs
  1. 用CSharp编写发手机中文短信息Windows服务

    0下载:
  2. 短信收发程序,能从一个目录中固定格式的文本文件中读取出相应的信息,发送出去。-SMS transceiver procedures, from a directory fixed format text file to read out the corresponding information sent.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12268
    • 提供者:ffgg
  1. 硬盘主引导扇区读写程序源代码(汇编)

    0下载:
  2. 硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改。-hard disk's master boot sector literacy program's source code can be used to read hard disk's master boot sector information may also make changes.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14694
    • 提供者:飞机抗敌
  1. 学生数据系统

    0下载:
  2. 学生数据系统,功能比较完整 操作菜单: (可以输入0~14共15个数字键操作,0是退出系统) 1)新建链表? 2)新建文件? 3)读取文件资料? 4)显示成绩的前几名? 5)查找并显示学生个人资料? 6)显示所有学生的成绩? 7)找出学生中重复的号码并显示? 8)删除学生资料? 9)把新建的链表添加到资料中? 10)查询并修改学生资料? 11)统计输入的学生资料总数? 12)排序 (总成绩\\语文\\数学\\英语\\
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7371
    • 提供者:snow
  1. 03055114assembly

    0下载:
  2. 通过调用扩展int13,读出磁盘的分区信息,是汇编语言的课程设计。-by calling the expansion of int13, read out the disk partitioning information is a compilation of language curriculum design.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:50303
    • 提供者:王海军
  1. read_PCICFG

    1下载:
  2. write code to read the PCI configuration information, there are two ways.-write code to read the PCI configuration information, there are two ways.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:17548
    • 提供者:何艺红
  1. Wangmeng_vc23475335

    0下载:
  2. 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-can add new students, students delete, edit student information, and preservation and read into the student information functions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32707
    • 提供者:liu
  1. cifabianyiyuanli

    0下载:
  2. 输入:一段任意的程序(字符串)。 输出:相应的属性字序列。 要求:⒈不处理说明部分,但属性字的符号类除了编码外,应包含更多的信息(如运算符的优先级等); ⒉小子集中包含的符号类应有典型性,且尽可能丰富; ⒊为了使用方便和便于阅读,应有帮助信息,说明可以有哪些符号,属性字的结构如何等; 说明;⒈为了直观起见,属性字中的符号值可以是符号本身,而不是助忆符; ⒉符号的种类以及符号的编码是事先规定的,可考虑扩充的可能性。 -input : a random proced
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15129
    • 提供者:何素素
  1. check_os

    1下载:
  2. 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this progra
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3340
    • 提供者:江河
  1. clock_coms

    0下载:
  2. 从cmos中读取信息,来显示时间的时钟程序-from CMOS Read information to show that the clock procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1740
    • 提供者:康晶
  1. mmc3r10g

    0下载:
  2. SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not repo
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-10
    • 文件大小:1736521
    • 提供者:zyx
  1. CMOS

    1下载:
  2. 可以读取CMOS信息,包括可以读取微机系统的时钟信息和硬件配置信息等。-CMOS can read information, including computer systems can read the clock information and hardware configuration information.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:8317
    • 提供者:michelle
  1. mazhilang

    0下载:
  2. 本程序由汇编语言设计: 功能分四大块: 1:Read Cmos message 读取一些Cmos 中的信息,并显示。 2: Show The Time 显示当前日期和时间。 3:Test the Key_Board 测试按键,每按一键,相应显示该键的Asci 码 和 Scan 码。 4:Math operation 由用户输入算术式,以 = 结束,相应在屏幕上显示结果。运算符号 包括 + , - , * , / 。 5:Escap
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3294
    • 提供者:liuliu
  1. RSSnewsreader

    0下载:
  2. 利用user.profile文件存储频道的Title及URL,后依行读取信息,通过WebClient类将相关的资源下载到本地文件中,并加载到mlDataDocument文档中,后根据文档中的内容并将其存储到Article类中,后添加到profile.Feeds索引中去,通过TreeView控件关联profile.Feeds索引进行相关操作。用WebBrowser控件浏览对应的网页。-User.profile file storage channels using Title and the UR
  3. 所属分类:Editor

    • 发布日期:2017-04-03
    • 文件大小:122763
    • 提供者:fyt
  1. read

    0下载:
  2. 本源码可以用于读取一个文本文件中带字母的数据行,从而可以快捷的获取自己想得到的信息。-The source can be used to read a text file with a letter rows, so you can quickly access their desired information.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:312423
    • 提供者:拖鱼
  1. DiskRecv

    0下载:
  2. 是一个关于读取硬盘信息的一些相关编程,可以很好的恢复一些被删除的文件-Is a hard to read information about some related programming, can be very good to recover some deleted files
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-08
    • 文件大小:1631824
    • 提供者:原志伟
  1. CSharp-acquire-disc-information

    0下载:
  2. 用C#编程实现磁盘信息的读取,并以此对磁盘进行常规判断,预防入侵的发生-Programming in C# to read the disk information, and thus routine to determine the disk to prevent the invasion from happening. . .
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:7156
    • 提供者:
  1. Hardware-information-read

    0下载:
  2. 硬件信息读取,包括声卡显卡等 还有特殊的硬件加密方法~可用作软件授权时取硬件码的工具-Hardware information to read, including sound card graphics, etc. There are special hardware encryption method can be used as a software license to take hardware code tools
  3. 所属分类:ELanguage

    • 发布日期:2017-05-11
    • 文件大小:2502423
    • 提供者:李化
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com