搜索资源列表
软磁盘反拷贝加密技术
- 到一位朋友寻找软磁盘的加密资料,这个我也很感兴趣,所以就把以前从书本和网上的资料整理了一下,希望对正在寻找和学习此方面技术的朋友有所帮助^_^ -friends to find a floppy disk data encryption, I am also very interested, So for the past from books and online collate information for a moment. the hope is to find and stud
rtl
- last time when i came here to find some clock references. but most of them can not works well. so this files works well on FPGA board.-last time when i came here to find some clock references. but most of them can not works well. so this works well o
c2
- 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/ float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
calendar
- VB语言编的小日历程序,较适合学生做作业使用.-I wrote this calendar app to fill a need I had. Feel free to modify the code however you want, but don t re-distribute your modified code under the same name {calendar.zip}, unless it fixes a MAJOR bug that I omitted (actuall
ProgrammingGroundUp-1-0-booksize
- 再来一份关于Linux下汇编的好书,我找了很久才找到的,现在和大家分享.-Then compile a report on the book under Linux, I am looking for a long time to find, and now share with you all.
SerialMe_v1
- This was created in hopes to show new reversers (myself included) some examples of simple obfuscation, amoung other easy tricks, in a minimal amount of code to hash through. Rules: No patching, find a valid serial. No brute force is required, no
1
- 这是我自己编写的,关于多路树查找-外部查找(B树)【源代码】-This is what I have written, and on the multi-tree search- Find External (B tree) 【Source】
search-matching-string
- 查找匹配的字符串,程序很清晰。里面有截图可以供大家参考。希望对大家有帮助。-Find the matching string, the program is very clear. There are shots you can for your reference. I hope to be helpful.
63054896key_W29C020_musicpcode
- 如你是北京某中学的英国学生麦克,给你的朋友杰克写一封信,谈谈北京和伦敦的异同 -The music player of the source code, but is wrong. To find the right please change another place。So much yet.Xi an city of Seoul de.How have you been?Since I came to Beijing,I found something different betwee
63
- 用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。如求17的平方根,可以用17相继减去奇数1、3、5、7、…,当结果为 负数时停止,即: 17-1-3-5-7-9<0 可以看出,17在减去5次奇数后结果变为负数,可以近似认为17的平方根在4与5之间,计算NUM的平方根,如果NUM=17,则ANS中保存结果4。 -Save odd-frequency method, find a number of approximate square root of
FASMWSourceCode
- 这个是个好东西啊,作者太牛了,用自己本身就能编译出自身的可执行文件,学FASM的好东东啊,只是我还没有找出它的编译原理和编译代码段。-This is a good stuff ah, author too cattle, by itself will be able to build their own executables, FASM good, I just can t find compile principle of it and compile the code segment.
three
- 全盘搜索程序 本程序要用到的 DOS 中断很少,仅为 4EH 和 4FH,功能是查找第一个匹配文件名和继续查找,编程难点是要用到类似于堆栈的数据结构,把找到的子目录名暂时存起来,等当前目录找完后在取出来,然后继续查找下一个目录,我用的方法是开一个缓冲区,定义一个指针,用来指向缓冲区结束的地方。用的是先进先出方式,为了节省空间,每个目录项长度不等长,由每项的前 2 个字节来指向前面一条目录项。 -Comprehensive search program to use this progra