CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 读写值

搜索资源列表

  1. INIFileClass

    0下载:
  2. 封装了INI文件的操作,包括添加、删除项;读写键值等-the INI file operations, including adding, deleting; Literacy keys etc.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29430
    • 提供者:陆信天
  1. VB_register_IO

    0下载:
  2. 在VB中读写注册表。有注释,可读写注册表,获取注册表中的字段值。带模块文件,方便嵌入。-in VB literacy registry. Notes there can read and write registry, access to the registry of field values. Module with documents to facilitate the embedding.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6050
    • 提供者:锐一
  1. Control

    0下载:
  2. 根据系统时间的变化来进行加密,主要是得到值后写入一指定目录后进行读写。
  3. 所属分类:加密解密

    • 发布日期:2014-01-16
    • 文件大小:97315
    • 提供者:yuyijun
  1. vb_reg_op

    0下载:
  2. 用VB6操作注册表的详细教程.包括全部键值类型的读写操作.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:67379
    • 提供者:vercettisoft
  1. 特殊磁道加密源代码

    1下载:
  2. 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38856
    • 提供者:李小
  1. VB_INI

    1下载:
  2. VB写的一个DLL,读写注册表键名及键值-VB write a DLL, read and write registry keys and the keys
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3110
    • 提供者:王波
  1. LPT.rar

    0下载:
  2. 使用INPOUT32.DLL的并口调试,可以读写三个寄存器的值,可以自设并口地址,INPOUT32.DLL use of parallel debugging, you can read and write the value of the three registers can be set up Parallel Port Address
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1526943
    • 提供者:wei
  1. 2004061909413817542

    0下载:
  2. 扫雷程序外挂设计,完整的设计风格,可以读写内存值。-De-mining program plug-in design, a complete design style.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:83207
    • 提供者:cao
  1. 20081122878885

    0下载:
  2. 本例程示例怎样用VB做一个修改器读写内存值! -Example of how to use this routine to be a modifier VB to read and write memory value!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:9173
    • 提供者:ytp173211
  1. ADC

    0下载:
  2. 介绍利用telnet来进行读写S3c2410ADC的值-Describes the use telnet to read and write the value of S3c2410ADC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:42041
    • 提供者:丛春龙
  1. msg

    0下载:
  2. 消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:18027
    • 提供者:sdf
  1. inifile

    0下载:
  2. 用于读写参数。用于读写配置文件 1.可以写入指定关键词等于数值及字符串 2.可以读指定文件里指定关键词的值,如未有关键词可附带初值-For reading and writing parameters. Used to read and write configuration files can be written equal to a numeric string specified keywords can read the specified file to specify th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:3607
    • 提供者:Fockey
  1. readBmp

    0下载:
  2. 个低级的BMP图像读写程序,代码内有丰富的注释。改变灰度图像的颜色表蓝色分量的值,察看前后变化,将图像数据存盘,清除缓冲区,pBmpBuf和pColorTable是全局变量,在文件读入时申请的空间-A low-level BMP image read and write procedures, the code is well commented. Change the gray-scale image of the value of the blue component of the colo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:171509
    • 提供者:余灶兴
  1. WriteRegValue

    0下载:
  2. 读和写注册表项值,已经验证,正确。希望能帮助到大家-Read and write registry key value has been verified correctly. Hoping to help everyone
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:8402823
    • 提供者:yezi
  1. Regedit

    0下载:
  2. C++实现的读写注册表的功能,可以直接读取某个键的值,设定某个键的值和删除某个键的值,非常方便。-Read and write C++ implementation of the registry function, you can directly read the value of a key, set the value of a key to delete a key value, very convenient.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1809
    • 提供者:hbhglzl
  1. File-Operations

    0下载:
  2. 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3782
    • 提供者:忆昔
  1. pci_read_write

    0下载:
  2. 读写window下pci设备,这里读取网络设备,并把实时监测网络设备的寄存器值是否正常,如果不正常则修复-read and write pci for windows,And the register values of real-time monitoring network device is normal, if not normal repair
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-11
    • 文件大小:18336639
    • 提供者:柯严
  1. APIWindowsDemo

    0下载:
  2. 扫雷程序外挂设计,完整的设计风格,可以读写内存值。-Demining program plug-in design, complete design style, you can read and write memory values.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3317
    • 提供者:古荤云
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
搜珍网 www.dssz.com