资源列表

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

[LabViewLabVIEW

说明:此资料为Labview宝典一书所引用的相关VI源码.-The VI source of information for the Labview Collection book references.
<謝富臣> 在 2025-01-18 上传 | 大小:18.15mb | 下载:0

[LabViewMy-Vi

说明:一个用labview语言编写的使用基本组件的计算器应用程序,运行环境需要2012labview版本的run-time.-Labview language written in a calculator application, running basic components need 2012labview version of the run-time environment.
<謝富臣> 在 2025-01-18 上传 | 大小:13kb | 下载:0

[汇编语言2-n-power

说明:汇编 求2的n次方 include irvine32.inc IsZero proto ,address: ptr dword ,kind:dword 判断正数还是负数还是0 Negation proto ,address: ptr dword ,kind:dword 求相反数 .data str1 byte "请输入16进制的96位整数的低32位(8个):",0 str2 byte "请输入16进制的96位整数
<念迹> 在 2025-01-18 上传 | 大小:2kb | 下载:0

[汇编语言Multiplied-by-large-Numbers

说明:汇编 大数相乘 include irvine32.inc value3=value1*value2 .data str1 byte "请输入16进制的32位整数(乘数)(8个):",0 str2 byte "请输入16进制的32位整数(被乘数)(8个):",0 str3 byte "相乘结果为:",0 value1 dword ? 乘数 value2 dword ? 被乘数 value3 dword
<念迹> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[操作系统开发routing-algorithm-paper

说明:Performance Evaluation of Intelligent Ant sense and AODV Routing Protocols for Personal Area Network in Different Mobilities
<elmustafa> 在 2025-01-18 上传 | 大小:500kb | 下载:0

[汇编语言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
<念迹> 在 2025-01-18 上传 | 大小:2kb | 下载:0

[操作系统开发csc317l16

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

[编译器/词法分析uart1

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

[编译器/词法分析led3

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

[编译器/词法分析led_tog1

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

[编译器/词法分析led1

说明:this the code for beginners-this is the code for beginners
<anish> 在 2025-01-18 上传 | 大小: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-01-18 上传 | 大小:5kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 10311.12 .13 .14 .15 .16 ... 14959 »

源码中国 www.ymcn.org