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

搜索资源列表

  1. PDFViewDemo

    0下载:
  2. PDF文件批量读取和显示,支持内存读取,是批量打印PDF文件的首选控件。-quantities read PDF files and display, memory access support, batch printing the PDF document of choice for control.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1386511
    • 提供者:karl
  1. usb接口信息编程

    0下载:
  2. 是一个获得USB设置的程序,可以获取系统的USB接口,USB的设置信息,并可以读取U盘的内容-USB access is a set of procedures, the system can access USB, USB configuration information, and can read the contents of the U -
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:60313
    • 提供者:李顺古
  1. CNetControl

    0下载:
  2. 图形显示CPU内存利用率 1.本程序分两种情况来获取CPU的利用率,NT下利用ntdll.dll中没有公开的API: NtQuerySystemInformation, 9x下利用注册表来获取CPU的利用率 2.通过 GlobalMemoryStatus来获取内存的使用情况 3.程序中封装了两个类 CcpuUsgesCtl和CmemUsgesCtl,使用这两这个类可以实现CPU,内存利用率的定时读取,并以图形化的形式显示出来-graphics CPU utilization of a
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:144853
    • 提供者:王勃
  1. windowsbios

    0下载:
  2. 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapV
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:67690
    • 提供者:王涛
  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. Encrypt

    0下载:
  2. What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in \"c\" also.) Program fl
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9683
    • 提供者:刘博
  1. 数据加密算法

    0下载:
  2. 目前企业面临的计算环境和过去有很大的变化,许多数据资源能够依靠网络来远程存取,而且越来越多的通讯依赖于公共网络公共网络(如 Internet),而这些环境并不保证实体间的安全通信,数据在传输过程可能被其它人读取或篡改。-currently facing the enterprise computing environment and past a great change, many data resources to be able to rely on remote network acce
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5568
    • 提供者:王齐
  1. USBdetection.rar

    0下载:
  2. 一款可以读取及侦测USB设备监测插入及安全弹出示例。可以获取操作系统所关联的所有驱动器设备。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。同时可以允许用户安全弹出移动设备。,Can read and detect a USB device to monitor the insertion and security pop-up sample. Associated with the operating system can access all the devic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:19678
    • 提供者:rogerge
  1. memory

    0下载:
  2. 跨进程内存读取.通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败.不同的进程的虚拟地址被映射到了物理内存中不同的页面.每个进程的虚拟地址的范围是相同的,但是实际的映射却是物理内存内中的不同部分.假如我们直接读取目标进程的虚拟地址映射的物理地址,是否可以达到预期的要求.当然这是肯定的,!-Cross-process memory read. In general, cross-pro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:693118
    • 提供者:qiurun
  1. memmap

    0下载:
  2. windows 内存共享事例程序详细介绍了WINDOWS内存的访问读写-windows shared memory examples procedures described in detail WINDOWS memory access to read and write
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:20540
    • 提供者:wcl
  1. CMos

    0下载:
  2. 吐血奉献,在Windows XP/2000下直接读写访问端口,并演示了保存恢复CMOS信息的功能,演示了破解CMOS/BIOS密码的一种算法。基于DirectPort.dll。 并详细分析CMOS数据信息。 -direct I/O access,read and write cmos data,can save to a file and restore from a file in Windows XP/2000.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:61215
    • 提供者:宋益波
  1. chrdev_led_five_function

    0下载:
  2. 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the le
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3291
    • 提供者:lifegnwei
  1. Read-the-broadband-password

    0下载:
  2. 易语言写的获取adsl宽带帐号密码的源码,东西虽好,请不要用于非法行为-Easy language to write the ADSL access to broadband account number password source code, although the thing is good, please do not used for illegal behavior
  3. 所属分类:系统编程

    • 发布日期:2017-03-31
    • 文件大小:10422
    • 提供者:吕鹏飞
  1. DESEncryptionDecrypt

    0下载:
  2. 编写的DES 对称加解密技术,可随时进行明文密文之间的转换,有需要的朋友可以下载测试!本人目的打算对后台数据库的敏感信息字段用该方法加密,然后用软件权限控制读取,这样即使直接SQL后台取数,也得不到明文数据。-Write DES symmetrical encryption technology, may at any time for conversion between plaintext cipher, friends in need can be download test! I pur
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:25444
    • 提供者:向建华
  1. BitwiseInputStream

    0下载:
  2. An object that provides bitwise incremental read access to a byte array.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1226
    • 提供者:juilougai
  1. fastdb-3.36.tar

    0下载:
  2. FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。通过降低数据传输的开销和非常有效的锁机制提供了高速的查询。对每一个使用数据库的应用数据库文件被影射到虚拟内存空间中。因此查询在应用的上下文中执行而不需要切换上下文以及数据传输。fastdb中并发访问数据库的同步机制通过原子指令实现,几乎不增加查询的开销。fastdb假定整个数
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1187652
    • 提供者:贺龙
  1. read

    0下载:
  2. linux下访问物理内存,内存映射,字符型设备可免驱动-Access to physical memory, Linux memory mapping, character device can drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:559
    • 提供者:
  1. BitwiseInputStream

    0下载:
  2. An object that provides bitwise incremental read access to a byte array.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1218
    • 提供者:vojapou
  1. ZipFile

    0下载:
  2. This class provides random read access to a ZIP-archive file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4336
    • 提供者:hafezao
  1. monreader

    0下载:
  2. This item delivers a new Linux API in the form of a misc char device that is usable user space and allows read access to the z VM Monitor Records collected by the MONITOR System Service of z VM. -This item delivers a new Linux API in the form of a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:7875
    • 提供者:dhqbdr
« 12 3 4 5 »
搜珍网 www.dssz.com