搜索资源列表
最佳适应法
- 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
aspvarhelp
- 很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担! 还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Querystring()等格式语句中的变量提取出来,那是多么领ASP
如何用c语言给一个文件加密
- 如何用c语言给一个文件加密??? 应该可以做到吧?有人吗? 下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user
凯撒加密
- 实现恺撒密码加密、解密以及破译,(破译若编码有困难,可以用文字描述算法) 【要求】:可允许用户输入密钥-achieve Caesar encryption, decryption and deciphered, (if deciphering coded difficulties can be written descr iption algorithm) -- request : allow users to input key
内存管理—FIFO算法
- 请求页式存储管理方案:页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-request page-storage management programs : pages out FIFO algorithm out pages algorithm, and in an out, only to the page in the page table to amend the state spaces. Rather
抓交通肇事犯
- 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic violation, the young man escaped.
自守数
- 自守数是指一个数的平方的尾数等于该数自身的自然数。例如: 252=625 762=5776 93762=87909376 请求出200000以内的自守数-several times refer to a few of the square by using equal to the number of its own natural number. For example : 625762 252 = = = 87909376 5776 93762 200000 out reques
java8543535462
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interfa
银行家算法(C Sharp)
- 操作系统银行家算法实习程序,可以输入资源和进程信息,计算安全序列,能否为某个请求分配资源-operating system bankers algorithm attachment procedures, can be imported resources and process information, computing security sequence, Can a request for the allocation of resources
请求分页存储管理方式
- 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
qp
- 此程序是根据操作系统的调度算法的要求而写的优先级调度算法-This procedure is based on the scheduling algorithms operating system, and a request made to the priority scheduling algorithm
staticpages
- 静态分页管理模拟系统 模拟操作系统的静态分页管理系统,实现了位视图、请求表、页表等数据结构,实现了地址转换功能-static simulation system simulation operating system static page management system that the position of view, the request table on page questionnaire data structure to achieve the NAT function
2004122219403543932
- 一个足以让高级程序员惊讶到哭的小程序此程序为1997年世界程序员大赛冠军作品,大赛要求每个程序员以第一人称来模拟一个虚拟的3D环境场景,限时3天完成,编写程序的语言种类不作任何要求。此作品的作者仅仅用了不到20分钟的时间就编写完成整个程序,然后转身走人,在场所有考官无一不为之震惊,看着这段程序代码都傻眼了。 此程序需要在dos下编译执行,执行方法:下载解压缩后,把3.txt的文件放在c盘的根目录下,然后打开dos窗口在提示符下敲入debug < 3.txt回车即可,看过后保证让你
fuzzyprogrammingofyounger
- 这个程序,是学习模糊数学和软计算的基础,很难得的求隶属度的基础算法!用VB实现,希望大家能够支持,同时要求多加点数!-this procedure is learning fuzzy math and calculated on the basis of soft, it is difficult for the membership based algorithm! VB hope you will support it and request more points!
Circleb
- 定义一个圆类(Circle),属性为半径(radius),要求用友元函数来求圆的面积和周长。-definition of a category yen (Circle), the properties of the radius (radius). UF yuan function request to seek a round of the area and perimeter.
MemoryManager
- 内存管理函数myalloc() ,myfree()以及测试使用时遇到的全部情况如:请求内存时遇到的内存不足,以及能满足请求的几种情况:1.空闲区刚好和请求区大小一样2.空闲区比请求区大,但余下的不能划分会一个分区3.空闲区比请求区大但余下的可以划分为一个空闲区。释放内存时也有好多种情况如:1.已经释放了的内存,再次要求释放2.请求释放的内存不属于myalloc分给的内存区3.释放成功,但释放块没有和前后空闲区合并4.释放成功,释放块和前空闲区合并5.释放成功,释放块和后空闲区合并6.释放成功,释
vmm
- 请求分页存储管理方式的模拟实现,包括相应的说明文件-request tabbed storage management methods to achieve the simulation, including the corresponding notes
MyNewGame
- 自己做的一个小游戏程序(五子棋),其中的算法设计,我还是比较满意的。各位可以根据自己的要求去扩充它的功能。其他的就不多说了。看程序吧!-have done a little game (331), in which the algorithm design, which is quite satisfactory. You may, at its request to expand its functions. Others are not more. See procedures!
tulusuanfa
- 这是一个图论的算法程序,是关于求关节点的程序,经过调试完全好用.-This is a graph algorithm procedure is a key point on the request procedures are followed, debugging completely handy.
Request-page-storage-management-C
- 请求页式存储管理 C++ 运行环境vc6.0-Request page storage management C
