CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - find i

搜索资源列表

  1. 软磁盘反拷贝加密技术

    0下载:
  2. 到一位朋友寻找软磁盘的加密资料,这个我也很感兴趣,所以就把以前从书本和网上的资料整理了一下,希望对正在寻找和学习此方面技术的朋友有所帮助^_^ -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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8.03kb
    • 提供者:zy
  1. rtl

    0下载:
  2. 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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:FLY
  1. c2

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:29.04kb
    • 提供者:xie
  1. calendar

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:12.4kb
    • 提供者:zhangming
  1. ProgrammingGroundUp-1-0-booksize

    0下载:
  2. 再来一份关于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.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:610.03kb
    • 提供者:chyxion
  1. SerialMe_v1

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:13.08kb
    • 提供者:zhou wan
  1. 1

    0下载:
  2. 这是我自己编写的,关于多路树查找-外部查找(B树)【源代码】-This is what I have written, and on the multi-tree search- Find External (B tree) 【Source】
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:张岩
  1. search-matching-string

    0下载:
  2. 查找匹配的字符串,程序很清晰。里面有截图可以供大家参考。希望对大家有帮助。-Find the matching string, the program is very clear. There are shots you can for your reference. I hope to be helpful.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:24.65kb
    • 提供者:火麒麟
  1. 63054896key_W29C020_musicpcode

    0下载:
  2. 如你是北京某中学的英国学生麦克,给你的朋友杰克写一封信,谈谈北京和伦敦的异同 -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
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3.12kb
    • 提供者:欧涛
  1. 63

    0下载:
  2. 用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。如求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
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:646byte
    • 提供者:张一
  1. FASMWSourceCode

    0下载:
  2. 这个是个好东西啊,作者太牛了,用自己本身就能编译出自身的可执行文件,学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.
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:204.79kb
    • 提供者:
  1. three

    0下载:
  2. 全盘搜索程序 本程序要用到的 DOS 中断很少,仅为 4EH 和 4FH,功能是查找第一个匹配文件名和继续查找,编程难点是要用到类似于堆栈的数据结构,把找到的子目录名暂时存起来,等当前目录找完后在取出来,然后继续查找下一个目录,我用的方法是开一个缓冲区,定义一个指针,用来指向缓冲区结束的地方。用的是先进先出方式,为了节省空间,每个目录项长度不等长,由每项的前 2 个字节来指向前面一条目录项。 -Comprehensive search program to use this progra
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5.49kb
    • 提供者:衣谷
搜珍网 www.dssz.com