搜索资源列表
os_2
- 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
哈夫曼译码
- [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
EditOperation
- 编写程序对内存数据的操作,实现系统的剪切、复制和粘贴、删除的功能。-procedures for the preparation of data memory, the operation to achieve the cut, copy and paste, delete functions.
AddFeature
- 这是一个比较好,功能相对独立的例子,它包含从引入MapX对象,加载地图数据,设置地图边界,创建临时图层,添加图层字段,添加地图数据等功能,并比较了两种临时图层方式(本地文件和内存表)对添加图元速度的时间参数。临时表的方式非常适合工控,电信端子责备监控,GPS监控的要求地图上能快速反映监控状态变化的应用。-This is a good, relatively independent of the functional examples, ranging from the introduction
lwork
- 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生
TestMem
- C#下内存共享的测试例子,在大容量的数据高效交换使用。-shared memory under test case, the large capacity of data exchange and efficient use.
ProducerandConsumer
- 在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。
OpenCard
- C#操作非接触卡读写器例子 包括存取内存数据 机器日期操作 机器锋鸣等
模拟WINDOWS计算器
- #制作了一个类似Windows中的计算器。本计算器的基本功能如下: 1实现了计算器的基本功能:加、减、乘、除 2实现开平方根 3实现清除屏幕 4实现了清除内存 5实现了对屏幕数据的复制和粘贴-# produced a similar Windows calculator. The basic functions of the calculator is as follows : a realization of the basic functions of the calculator : ad
project1
- 本项目主要完成对局用程控交换机的二进制磁带卸载数据,按照一定的格式要求,转化成标准ASCII码格式并以文本形式输出,然后再经过内存排序后,提供给后续计费模块进行批价处理。-The project was completed for the binary PBX game with tape unload data, according to certain format requirements, into a standard ASCII format Type and output as
Share-memory
- 用C#写的共享内存的源码,封装好了读写byte和string的API函数,可用于和其他软件进行数据交换-Code compile with C# for share memory in window.
TireTree
- Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
XbaseSitePublisher
- 内存数据库的实现,用c#实现简单数据库,包括数据增、删、改、查操作(转)-memory database
ShareMemory
- 利用内存数据共享,实现进程间的数据交互,这是常用三种进程间数据交换的一种-The use of memory, data sharing, data exchange between the realization of the process, which is commonly used three kinds of data exchange between the process of a
canting
- 餐厅预订管理的设计与实现.系统设计,包括内存数据结构设计、数据文件设计、代码设计、输入/输出设计、用户界面设计、处理过程设计。要求内存数据用链表组织,数据文件用文本文件,用户界面用字符界面。至少实现数据记录的增加、修改、删除、查询(查询应能按不同数据项进行)。-Restaurant reservations management design and implementation. System design, including memory data structure design, da
CSharpvariable
- C#变量名是内存中存放数据容器的名称!就好像整个中国就是内存,而北京,上海,广西地名就相当于变量名及VS2008应用。-C# variable name is stored in memory data container name! As if the whole of China is the memory, while Beijing, Shanghai, Guangxi names equivalent to the variable name and VS2008 applicatio
chang-memory
- 内存修改器,修改游戏和其它程序的内存数据-Memory data memory modify, modify, games and other programs
GameChange
- C#调用系统API编写的游戏修改工具,可修改游戏内存数据-C# call the system API to write the game editing tools, you can modify game data in memory
mgen-blockingReadMemoryStream
- 大数据缓存,内存块读写核心代码,包括read,write的块操作。应用于大文件、大数据集的缓存或快速读取操作。(Large data cache, memory block read and write the core code, including read, write block operation. Cache or quick read operations for large files, large data sets.)
dll
- C#工具库 kernel32.dll 可以用于读内存数据什么的(C# Library kernel32.dll can read memory data)