搜索资源列表
MapFile.zip
- 文件内存映射的C++封装类,非常好用。推荐使用这种方式进行文件操作,使用方便,高效。,Memory-mapped file C++ Package type, very easy to use. Recommend the use of this approach to file operations, user-friendly and efficient.
ShareMemory.rar
- 怎样用delphi内存映射实现共享内存的实例, FMap := CreateFileMapping($FFFFFFFF, nil, PAGE_READWRITE, 0, size, PChar(name)) ,how to share memory using Delphi
Memorymappingfile
- vc++中使用内存映射文件处理大文件,是一个文章,可以下下来-vc++ using memory-mapped file handle large files, a paper, you can look down under
Exe_through_memory_mapped_implementation_procedure
- 通过内存映射实现Exe程序间的数据交换,windows环境下内存和用户程序数据交换学习性程序。-Exe through memory-mapped implementation procedures for data exchange between, windows environment user program memory and data exchange procedures of study.
MapView
- 完成文件映射内存,操作文件像操作内存那样简单。-Complete file mapping memory, operating documents as simple as the operation of the memory.
mapfile
- 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -Create or open a file kernel object, the object is used to identify the disk you want to be used as memory-mapped file to create a file-
FileMapTransTxt
- VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。-VC++ through the memory map in the process exchanging data, through this small example, you will learn the following skills: in-memory imag
GHUsefulTinyKits
- 封装了许多用的很多却又懒得复制、粘贴的东西.比如内存映射文件的完整封装、取得路径名、播放一个文件的声音,获得MAC, 硬盘序列号-Package but many do not bother with a lot of copy and paste things. Such as memory mapped file a complete package, get the path name, playing a sound file, get MAC, hard drive serial nu
computer_systems_a_programmers
- 深入理解计算机操作系统 英文 2th 本书从程序员的视角详细阐述计算机系统的本质概念,并展示这些概念如何实实在在地影响应用程序的正确性、性能和实用性。全书共12章,主要内容包括信息的表示和处理、程序的机器级表示、处理器体系结构、优化程序性能、存储器层次结构、链接、异常控制流、虚拟存储器、系统级I/O、网络编程、并发编程等。书中提供大量的例子和练习,并给出部分答案,有助于读者加深对正文所述概念和知识的理解。 本书的最大优点是为程序员描述计算机系统的实现细节,帮助其在大脑中构造一个层次型
zookeeper
- Hadoop-0.20.2中的SecondaryNameNode只是用来周期性从NameNode下载镜像(fsimage)和日志(edits),将其合并形成新的镜像后上传给NameNode,这个过程被称为CheckPoint。运行SecondaryNameNode节点的内存中没有命名空间和数据块Block与DataNode的映射信息,所以当NameNode宕机时,无法完全恢复元数据,只能恢复上一次做CheckPoint时的元数据。 因此,Hadoop-0.21.0中引入了一个BackupNo
Memory-mapped
- 这是一个内存映射交互的方法,包含了服务器和客户端用来做进程测试-This is a memory-mapped interaction method includes server and client used to make the process test
MapFile
- 内存映射的VB例子,可以帮助你快速读入大文件-Maps a file into your process s memory space
Projects
- 分为process1和process2,两个进程可以通过内存映射机制传递数据。-Divided into process1 and process2, the two processes can transfer data through memory mapping mechanism.
myncyshDlg
- 内存映射小程序,文件大小不受限制,无需read and write-neicun yingshe
memozymszory
- The use of memory-mapped files 内存映射文件的使用-The use of The memory- mapped files using memory mapped files
盘锦苍龙千年服务端(商业版)
- 本服务端来自《盘锦的千纸鹤》 开千年服务器就这样简单: 准备: 1、如想对外开放必须有公网IP(如果是网吧开放就需要在路由上做几个端口映射就可以了,一般是是80、3053、3054端口映射到你内部的IP。) 2、装有windows2000/2003系统、内存至少1G的电脑一台 3、得到千年服务器端一套 4、合理的调整方法 在压缩包内包含全部服务端全部文件: 1、人物部分属性查看器。 2、DB编辑器。 3、DB再线修改器。 4、暴率修改程序:Y1000SZ。 5、后台记录程
dvjxxs11
- The use of memory-mapped files 内存映射文件的使用()
My_CPU_and_Memory_System_Design
- 实现内存到Cache的直接映射模拟,利用串行执行方式实现五级流水线。(The direct mapping simulation of memory to Cache is realized, and five level pipelining is realized by serial execution.)
xdtoexn45
- 通过内存映射实现进程间的数据交换,有兴趣的朋友可参考下代码()
javaWeb网上订餐系统
- SSH是struts+spring+hibernate集成的web应用程序开源框架。 Struts:用来控制的,核心控制器是Controller。 Spring:对Struts和Hibernate进行管理,整合的。 Hiernate:操控数据库 struts标签库:Struts2默认的表达式语言是OGNL(Object-Graph Navigation Language),通过它可以存取对象的任意属性、调用对象的方法、遍历整个对象的结构图、实现字段类型转换等功能。 J
