资源列表
KillBios
- 一段汇编语言程序,这个程序可以无条件清除PC机BIOS的密码-section of assembly language procedures, which can be removed unconditionally PC BIOS passwords
Getoutlook
- 利用ipstore获取outlookexpress帐号和密码-use ipstore access account and password OutlookExpress
my_regedit
- 自己写的一个类似Regedit的注册表编辑器,如果自己的注册表编辑器被禁止了,可以用这个来临时替代.-himself in a similar Regedit in the Registry Editor, if your Registry Editor was banned, can use this to temporary replacement.
proc125
- LINUX下的PROC文件系统代码,就象WINDOWS的任务管理器一样的功能-the PROC Linux file system code, Like the Windows task manager for the same function
zhucebiaocaozuo
- 注册表操作,也让你操作计算机底层的机密,-registry operators, but also let you operate the bottom of the computer secrets.
Computmethod
- 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
naadapt
- 在Matlab环境下编写的自动选步长的自适应步长的辛复生公式-in Matlab environment prepared by the automatic election of Adaptive Step-step formula Xin Fu
libsvm-2.81
- svmLight 分类器,使用方便,有原代码可扩充算法。 -svmLight classifier, easy to use, the original code algorithm can be expanded.
ExportADO
- 调出ADO连接对话框,用户可以动态连接数据库-transfer ADO connection dialog, users can dynamically connect to the database
simple2
- 计算流体力学中的simple算法,二维情况-computational fluid dynamics algorithm for the simple, two-dimensional case
Unlockregedit
- 这是一个注册表解锁脚本,注册表被病毒锁定的用户下载后“合并”即可解除注册表的锁定。-This is a registry unlock scr ipt, registry virus was identified after users download the "merger" can lift the registry lock.
ymdd
- 页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数