搜索资源列表
md5_crazyd
- 这段代码用嵌入式汇编写成,md5最为核心的部分用汇编写成,具有很高的运算速度,比C代码快将近两倍-embedded with the code compiled languages, md5 most part with the core compilation languages, have a very high computational speed, faster than the C code almost twice
buddy_算法
- Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所
lianliankan1
- 利用递归来求的,其实连连看的搜索算法也就是搜索从一个点到另外一个点的不超过两次转弯的最短距离!-use recursion to seek the 1000 block of Terry Avenue fact, the search algorithm is a search from one point to another point of not more than twice the minimum distance betw
liaotianv1.0
- 程序名称:不需要注册的聊天程序beta 0.1 编程环境:ASP 程序介绍:使用asp制做的一个基本的聊天室程序!这是三思第一次制做聊天室程序,遇到了些技术上的问题,发现的程序里已经解决,但因为本身技术水平的限制,程序内肯定还存在其它各种各样的问题,希望大家试用后如果发现有什么问题,能尽快反馈到三思这里来! 功能方面跟网上流传的聊天室基本相同!但是机制却大不相同,本聊天室并非网络中常见的数据库形式的积分泡点程序。因
homewoke
- 学生作业管理系统 1、能够随时查询学生的各种成绩 2、能够计算出学生的综合成绩 3、设计报表打印出学生的综合成绩 4、能够输入各种实际数据 5、其他约定: a.缺勤超过两次考勤成绩为0,超过4次,该门课程取消考试资格 b.作业未交3次,取消考试资格 c.各种成绩比例:考勤:10%,作业10%,实验:10%,期末考试:70% -students an operations management sys
google9_3
- You are given a String[] grid representing a rectangular grid of letters. You are also given a String find, a word you are to find within the grid. The starting point may be anywhere in the grid. The path may move up, do
Burges98.ps
- 非常有效的支持向量机算法,它比目前其他的算法快一倍-very effective support vector machine algorithm, it other than the current twice as fast algorithm
Rational_ClearquestHandBook
- ClearQuest是一种对缺陷与记录的变化进行跟踪管理的工具。它体现了一个BUG的完整的生命周期,从提交到关闭记录了BUG的改变历史。我读了两遍,很受启发,推荐给大家~文档有两份有点不同,大家随意选择。-ClearQuest is a record of defects and tracking changes in management tools. It is the expression of an BUG complete l
byzl
- sch图,可以分析.交流输入直流二倍压输出,用作试验高压电源-sch map can be analyzed. AC to DC twice the output pressure, high voltage power supply to be used in the trial
check_form
- 表單驗證 調用為 onBlur=checkform(fname1,fname2,types,value1,value2) 輸入框的驗證 onSubmit subt(this.id) 表單提交時的驗證 兩者需要一起使用 fname1=驗證的項目名 fname2=驗證的副項目名 types=驗證的方式 value1=驗證的值1 value2=驗證的值2 驗證的方式值:(多驗證方式用\"|\"分
RplColor
- When I wrote this function my problem was to replace one color by an other on transparent bitmaps. My images were resources bitmaps, which I store in an ImageList for easy transparency. There is no easy way to dire
data_compression
- Intel 5.2 版本的zlib 库实现, 比zlib 1.2.3 库在压缩时有很大的速度提升大于两倍, 解压大文件时也有明显速度优势-5.2 version of the Intel zlib library realized, zlib 1.2.3 than in the compressed greatly enhance the speed of more than twice that Unpack the document
FeitecCMS20060703
- 在V1.42版本基础上进行了如下更新: 1、解决以前版本的BUG; 2、制作双文章系统(文章及教程,后台可自由关闭其中一个系统,默认教程系统关闭); 3、设置20多个标签,可在任何页面、任何部位调用,使FeitecCMS Free成为了一个积木式的程序,为风格制作者及程序使用者带来更大的方便及灵活性; 4、彻底解决以往版本的首页运行速度慢的问题,新版本比原来的程序运行速度至少快一倍以上; 5、风格采用1024分辩
changeTwo
- 使用双线性插值和三次卷积法对图象进行扩大两倍的处理,存储于一个dat文件中-use bilinear and cubic convolution interpolation method of image expanded twice the processing, storing in a paper dat
VC++jiandanyuanma2
- 接上面那个,怕太大上传太慢所以分两次!!!跟上个不一样,但都是些简单的代码-received the top, fear too slow so much uploads twice! ! ! Keep up with a different, but they are some simple code!
huiduChange
- TIC5402Simulator下的一个图象扩大两倍的程序,已经调试通过,并附有说明文档。-TIC5402Simulator image of an expanded twice procedures, Debugging has been adopted, together with documentation.
dddgvdaddds
- /*本人先后编了两次,第二次进行了改进。改进的思想主要是注意到棋盘上每一点的下一可到达点的个数 (下称为权值)不同,对于可到达点较少(权值小)的点应该先跳上去,这样后来跳的点可跳的方向就比 较多,回溯的现象就比较少,这样就可以大幅度提高速度*/-/ * I have compiled twice, the second time for improvements. Improved thinking is that every
Gl_ShadowsVolumes.ZIP
- The purpose of this demo is to create shadows using a technique called stencil shadow volumes in a 3d scene. To do this we will not need the shadow matrix from previous demo. In fact in order to perform this all w
Jtagtwice
- AVR JTAG+STK500二合一,AVR TWICE
Jtagtwice
- AVR JTAG+STK500二合一,AVR TWICE-AVR JTAG+ STK500 two-in-one, AVR TWICE