搜索资源列表
sogoNETBIT
- 嵌入式浏览器,可以实现在手机中的浏览网页,包含内存管理,html解析,显示等-embedded browser, can be achieved in the mobile Web browsing, includes memory management, html parsing display
C_Programming_arts.rar
- 本书揭示了C++程序员创建世界级软件的奥秘。程序设计大师Herbert Schildt通过将C++语言广泛应用于功能强大的编程任务中,全面展示了C++语言的多功能性,敏捷性,和艺术性。本书内容包括探索C++的功能,创建内存管理的垃圾回收器子系统,开发线程控制面板,建立译码器以扩展C++的功能,开发可断点续传的Internet文件下载工具,创建财务分析库,用基于AI的搜索技术探索人工智能,建立定制的STL容器,以及开发Mini C++解释程序。,This book reveals the C++
1
- 操作系统进程内存管理模拟 -Operating system memory management process simulation
memory
- 在linux下模拟计算机内存管理,功能较为全面,有较为简单的界面-semulate the management of the memory
mmOnline_src
- another IOCP tcp/ip, threadpool, memory management implementation. intended for large scale game server.
MBuf
- 这是从伯克利BSD的mbuf中提取的实现代码,如果使用者看过TCP/IP详解2的朋友就会在开篇看到这个代码, 我将其改写,虽然还是没有支持cluster的操作,但是基本可以从中知道这个实现的过程了。 关于Balloc是我为嵌入式系统定制的小型内存块管理系统,用4字节管理128个字节的内存。 MBuffer 是基于其上实现的。(如果没有使用Balloc,dtom将不能得到正确的结果)。-This is the mbuf from the Berkeley BSD implementat
AWE_IOCP_SOCKET_MEMPOOL
- 具有优秀的内存管理,的一个IOCP服务器源代码,大家看看吧!-Has excellent memory management, an IOCP server source code, we see it!
xmlparser
- XML解析器在XML文件中载入一个满内存,它解析文件,它会产生一个树结构代表XML文件。当然,你也可以解析XML数据,你已经储存自己变成一个内存缓冲区中。此后,你可以很轻易地“探”树,让你的数据。你也可以使用“添加修改树”和“删除”功能和再生一个XML字符串从subtree格式化。-Here is how it works: The XML parser loads a full XML file in memory, it parses the file and it generates a
ACE-tutorial
- 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library packag
LINUX_program_whitebook
- linux编程白皮书,本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -linux programming White Paper, the book made an overall introduction to the Linux operating system and its pr
testiocp2
- IOCP服务器,acceptEx,内存管理,心跳-The IOCP server acceptEx, memory management, heartbeat
VirtualMemory
- 内存管理的介绍,主要是内存的互斥访问策略。比如说MUTEX,SEMPHORE还有一些消息或者标志位的控制-The introduction of memory management, memory mutually exclusive access policy. For example, the MUTEX, SEMPHORE some message or logo bit control
Ass2-skeleton
- * Copyright (C) 2009 - c506001 (email: c506001@cse.hcmut.edu.vn ) * * Content: * -------- * Functions of memory management * * System and Networking Department * Faculty of Computer Science and Engineering * Ho Chi Minh City
um_s3c2412_rev106
- This manual describes SAMSUNG s S3C2412-This manual describes SAMSUNG s S3C2412X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance mic
Linux-Memory-Management
- Linux 内存管理,讲解了嵌入式linux系统的硬件及软件构成,内核编程语言,配置linux内核-Linux memory management, explain the hardware and software configuration of embedded linux system kernel programming language, configure linux kernel, etc.
COSP0.11
- 操作系统COS+0.11 系统有 1.区分特权等级 2.多进程 3.系统时钟 4.键盘中断 5.系统调用门 6.Shell 8.显示 9.内存管理-perating system COS+0.11 System 1 distinguished privilege level 2 multi process 3 system clock 4 keyboard interrupt 5 system call gate
best_fit
- Best fit algorithm for memory management in linux
first_fit
- First fit algorithm for memory management in linux.
worst_fit
- Worst fit algorithm for memory management in linux
Simulation-file-management
- 在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统 退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。-Open up a space in memory as a file store, and implement a simple file system on its When you exit this file system, you need to save the content of the file system to
