CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存读写

搜索资源列表

  1. LCA51

    1下载:
  2. LCA51单片机实验书付实验程序,数据排序,二进制数转换成ASCII码 ,内存块移动,数据传送子程序,查找相同数个数,脉冲计数(定时/计数器实验),扩展存储器读写实验, P1口输入、输出实验-LCA51 experimental single-chip experimental procedure to pay the book, data sorting, binary into ASCII code, the memory block for mobile data transmission
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:442968
    • 提供者:浅漓
  1. Javaio

    0下载:
  2. Java读写文件文本文件的示例,这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 * 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) -Java to read and write text files of the sample document, contains three examples here, that is
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1515
    • 提供者:zzh
  1. readram

    0下载:
  2. 易语言下开发的,读写内存的例子,和各位新手共同进步-Developed under the easy language, reading and writing the memory example, and the common progress of all new
  3. 所属分类:其他小程序

    • 发布日期:2017-04-14
    • 文件大小:2659
    • 提供者:lin
  1. sbull-2.6.22

    0下载:
  2. 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:133489
    • 提供者:黄伟
  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1058
    • 提供者:sbyygyfd
  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3137
    • 提供者:一零
  1. drivers2

    0下载:
  2. 通过编写驱动,可以读写任意地址的内存内容,进而可以修改系统DLL的功能-Through the development driver, you can read and write the contents of arbitrary memory addresses and thus can modify the system DLL functions
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:9312
    • 提供者:bohaifeng
  1. duxieneicun

    0下载:
  2. 用于外挂基址调试读写内存整数/字节/字节集/文本-duxieneicun
  3. 所属分类:MiddleWare

  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. 2

    0下载:
  2. Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3998
    • 提供者:老胖
  1. Windows_Driver_Programming_Tutorial

    0下载:
  2. 第一章 字符串 6 1.1 使用字符串结构 6 1.2 字符串的初始化 7 1.3 字符串的拷贝 8 1.4 字符串的连接 8 1.5 字符串的打印 9 第二章 内存与链表 11 2.1内存的分配与释放 11 2.2 使用LIST_ENTRY 12 2.3 使用长长整型数据 14 2.4使用自旋锁 15 第三章 文件操作 18 3.1 使用OBJECT_ATTRIBUTES 18 3.2 打开和关闭文件 18 3.3 文件的读写操作 21
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:70551
    • 提供者:chenzifeng
  1. Drwm

    0下载:
  2. 驱动读写内存易模块源代码,附编译好的模块!-Drive easy to read and write memory module source code, with a compiled module!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14566
    • 提供者:Jerry
  1. 2009122018401186148

    0下载:
  2. 一个易语言的读写模块,可以用于读写内存,无需注册-it open by e language
  3. 所属分类:游戏

    • 发布日期:2017-04-25
    • 文件大小:307893
    • 提供者:王博
  1. memaccev

    0下载:
  2. win2000、xp物理内存访问,可以对内存进行监视、读写等。-win2000, xp physical memory access, memory can be monitored, read and write and so on.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:469811
    • 提供者:xuxuebo
  1. 51MCU_net

    0下载:
  2. PC端开发环境是visual stidio 2005 C#,单片机代码的开发环境是keil,此代码的功能是通过PC端的软件读写单片机内存,并显示在PC界面上,本代码是对单片机外部模块RTLS8019as的寄存器的读写,并且对其内存的批量读写。代码注释详细,具有很好的学习性-PC-side development environment is a visual stidio 2005 C#, microcontroller code development environment is keil,
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:93676
    • 提供者:李里飞
  1. 2004061909413817542

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

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

    0下载:
  2. 跑商的脚本,模拟键盘和鼠标,不读写内存,安全可靠-Run operators
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-14
    • 文件大小:4571
    • 提供者:asfga
  1. Planting

    0下载:
  2. 天龙八部种地用的,利用画圆公式模拟鼠标来找NPC,不读写内存-Tian Long Ba Bu used in farming, using the formula Circle simulate the mouse came to NPC, do not read and write memory
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:2361
    • 提供者:asfga
  1. mm

    0下载:
  2. 易语言读写内存例子、学习易语言的可以看看,不错的例子-Easy to read and write memory, examples of language, learning the language can be easy to look good example
  3. 所属分类:其他小程序

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:John
  1. 213123123123123

    0下载:
  2. 驱动级读写内存模块-Drive-level access to memory modules. . . . . . . . . . .
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-14
    • 文件大小:3969
    • 提供者:何舒
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com