资源列表

« 1 2 ... .06 .07 .08 .09 .10 10311.12 .13 .14 .15 .16 ... 14954 »

[汇编语言Fibonacci-Sequence

说明: 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword ? .code main proc mov
<念迹> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[操作系统开发csc317l16

说明:Computer Organization & Architecture mapping algorithm for cache memory
<elmustafa> 在 2025-06-14 上传 | 大小:126kb | 下载:0

[编译器/词法分析uart1

说明:this is uart based verilog code for all the beginners
<anish> 在 2025-06-14 上传 | 大小:140kb | 下载:0

[编译器/词法分析led3

说明:lcd interface in spartan3e code with verilog domine
<anish> 在 2025-06-14 上传 | 大小:285kb | 下载:0

[编译器/词法分析led_tog1

说明:the code given here is not for the hackers who wanna to make the thing easy
<anish> 在 2025-06-14 上传 | 大小:209kb | 下载:0

[编译器/词法分析led1

说明:this the code for beginners-this is the code for beginners
<anish> 在 2025-06-14 上传 | 大小:236kb | 下载:0

[并行运算N!

说明:利用数组计算一万以内的阶乘。当你需要计算大数时非常有用。-The use of an array to calculate the factorial of less than ten thousand. Very useful when you need to calculate large numbers.
<翼之璞> 在 2025-06-14 上传 | 大小:5kb | 下载:0

[杀毒978-7-302-16923-9

说明:可以了解一下计算机病毒方面的知识,以及病毒的类型,以及怎么防御病毒-computer virus
<黄萌> 在 2025-06-14 上传 | 大小:20.15mb | 下载:0

[Dephi控件源码New_BB_Logger

说明:Hi again, i just found what i needed and now i can get mep information from phone just add this to my previous OnClick event.
<AWIE> 在 2025-06-14 上传 | 大小:481kb | 下载:0

[汇编语言cpuid-intel

说明:CPU ID utility, by using CPUID instruction, example
<MUTANT> 在 2025-06-14 上传 | 大小:55kb | 下载:0

[中文信息处理Listas

说明:lista implementadas concretas
<darkevil> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[操作系统开发week10Code

说明:Cigarrette Smoker Multi Thread
<Lex> 在 2025-06-14 上传 | 大小:38kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 10311.12 .13 .14 .15 .16 ... 14954 »

源码中国 www.ymcn.org