CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 文件 映射

搜索资源列表

  1. TestDlg

    0下载:
  2. 对话框的抽屉效果,内存文件映射实现源码,注意是VS2005工程-Dialog box drawer effect, the memory file mapping implementation source code, note the VS2005 project
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:61753
    • 提供者:xielonglong
  1. CMemFileDemo

    0下载:
  2. vc——使用内存映射文件来共享数据\CMemFileDemo的程序源码,值得一看!-vc- memory mapped files to share data \ CMemFileDemo the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:27473
    • 提供者:陈荣富
  1. pci9054_dll

    0下载:
  2. 该应用程序调用pci9054驱动程序,实现pci板卡到PC机的数据传输,并在磁盘存盘。 2.主要优点:增加了本进程的工作集,开了较大的缓存,能用于大量突发数据的实时性传输。使用文件映射的方式写盘,速度很快。 3.使用方法:在你自己的应用程序中直接显式的或隐式的调用该DLL即可。该程序已在windows XP平台上测试通过 -The application calls pci9054 driver to achieve the pci card to a PC data transfer and
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-19
    • 文件大小:5262519
    • 提供者:
  1. imm

    0下载:
  2. GSM/WCDMA/TD-SCDMA 干扰矩阵管理。利用文件映射方式,对干扰矩阵进行高效的管理。-Interference Matrix Management Model for TD-SCDMA Radio Network.
  3. 所属分类:3G develop

    • 发布日期:2017-04-16
    • 文件大小:9181
    • 提供者:jerry
  1. OS

    0下载:
  2. 本课件是本站最全的操作系统课件了,相比其他的来说更加丰富,达14M大小,是我曾经学习过的,是一个学期的总结了,欢迎大家下载 操作系统找到该程序,检查其类型 用户告诉操作系统执行hello程序 检查程序首部,找出正文和数据的地址 文件系统找到第一个磁盘块 父进程需要创建一个新的子进程,执行hello程序 操作系统需要将执行文件映射到进程结构 操作系统设置CPU上下文环境,并跳到程序开始处 程序的第一条指令执行,失败,缺页中断发生 操作系统分配一页内存,并将
  3. 所属分类:OS Develop

    • 发布日期:2017-06-01
    • 文件大小:14298925
    • 提供者:小邓
  1. ZhanYaoCheckCan

    0下载:
  2. 对windows文件映射的利用,对文件的读写跟直接在内存中一样。-Using the Windows File Mapping,we easily can read or write the file just like it is in the RAM
  3. 所属分类:File Operate

    • 发布日期:2017-05-19
    • 文件大小:5436459
    • 提供者:钱文良
  1. windows

    0下载:
  2. windows系统编程有关示例代码,包括事件,文件映射,管道,进程实例程序-The windows system programming related to the sample code, including events, documents, maps, pipelines, process instance of the program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:6608
    • 提供者:刘超
  1. FileMapping

    0下载:
  2. 一个文件映射的wince例子程序,对学习有帮助-Wince example of a file mapping procedures, learning
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1131110
    • 提供者:lzg
  1. mapfile

    0下载:
  2. 将硬盘文件映射到内存,然后显示文件内容编译环境windows汇编
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1168
    • 提供者:朱润磊
  1. udp_echo_plus

    1下载:
  2. 实现TR143 udp echo plus 并通过文件映射内存,供TR69等进程直接访问此内存实现参数的读取。 具体参见TR143文档需求-TR143 udp echo plus
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-09-10
    • 文件大小:3917
    • 提供者:Yolanda
  1. FileEye

    0下载:
  2. FileEye文件夹/文件映射的驱动器上创建和更改事件,可以启动一个新的流程,用户定义。FileEye也可以发送简单的电子邮件警告或通知-Folder/file FileEye mapped drive to create and change events, you can start a new process, user-defined. The FileEye can send a simple e-mail warning or notice
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-11
    • 文件大小:82084
    • 提供者:品绿茶
  1. DiskVariable

    0下载:
  2. 实现了文件随机读写的一个C++类。使用CDiskVariable类操作磁盘,可以随机读写文件。 使用CDiskMap可以将文件映射到数组中。在CDiskMap类被析构的时候,数据自动存入文件的指定地址。-Random read and write files to achieve a C++ classes. Use CDiskVariable class action disk, you can randomly read and write files. Use CDiskMap Fil
  3. 所属分类:File Operate

    • 发布日期:2017-12-01
    • 文件大小:1656
    • 提供者:雷志鹏
  1. ModuleRun

    0下载:
  2. 运行程序脱离文件映射困扰,程序运行后可对程序做任意操作,包括删除程序,内存中保留代码. 用rundll32.exe加载dll,然后在dll中重新加载自身并FreeLibrary原先加载的那份脱离隐射-Run the program from the file mapping problems, after running the program can do any action, including the deletion of the program, the memory reser
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-23
    • 文件大小:79726
    • 提供者:jha334201553
  1. MapFileCalcServer

    0下载:
  2. 内存文件映射方法实现进程间通信,Server负责完成计算Client的计算请求。-Memory file mapping method to achieve inter-process communication, Server Client is responsible for the calculation of the request to complete the calculation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:264475
    • 提供者:nomicgr
  1. MapFileCalcServer

    0下载:
  2. 内存文件映射方法实现进程间通信,Server负责完成计算Client的计算请求。-Memory file mapping method to achieve inter-process communication, Server Client is responsible for the calculation of the request to complete the calculation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:264522
    • 提供者:Carneys
  1. MapMemory

    0下载:
  2. 在VB中用文件映射来进行进程通讯,有需要的就下载吧。-In VB using file mapping for interprocess communication, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3528
    • 提供者:清拌蟹肉
  1. driver

    0下载:
  2. 1:将内核文件映射到我内核空间去; 2:path KiFastCallEntry重定向 一:加载内核 1:关于加载 我代码里用了两种方法,一种被我注释了的: a:使用ZwCreateSection + ZwMapVieOfSection 结合 SEC_IMAGE 标志来加载,此时加载的地址必定是位于user-mode空间,可以简单的用MDL锁定,然后映射这些页面到kernel-mode空间,也可以直接ExAllocatePool 然后 copy加载的镜像
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-17
    • 文件大小:30668
    • 提供者:www
  1. HandleFile

    0下载:
  2. 本程序是统计大文件特殊字段的通用MFC实现,解决了现在能搜到的大部分文件映射错误。多线程处理,速度快,容错性好。-This program is a special field of statistics large files common MFC, can now be found to solve the majority of file mapping error. Multi-threaded processing speed, fault tolerance is good.
  3. 所属分类:File Operate

    • 发布日期:2017-05-25
    • 文件大小:8361301
    • 提供者:谢钦杰
  1. Message

    0下载:
  2. windows API下通过文件映射实现两个进程间的通信.CreatrFileMapping\OpenFileMapping-Under windows API to communicate between two processes through file mapping. CreatrFileMapping \ OpenFileMapping
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-02
    • 文件大小:13977524
    • 提供者:asd
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object implements synchronization, file mapp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:李为智
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com