资源列表
[汇编语言] taociyuantong
说明:超声振动模态分析的应用实际例子,以陶瓷圆筒为例子-Ultrasonic vibration modal analysis<刘政> 在 2025-01-21 上传 | 大小:1kb | 下载:0
[汇编语言] pam-kangzao
说明:通过MATLAB仿真实现对M-PAM调制解调过程中M值不同的系统抗噪性能进行比较,绘制出抗噪性能曲线图-MATLAB simulation to compare the performance of anti-noise system with different values of M M-PAM modulation and demodulation process, draw the graph of<王嘉伟> 在 2025-01-21 上传 | 大小:4kb | 下载: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-21 上传 | 大小:1kb | 下载: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-21 上传 | 大小:2kb | 下载:0
[汇编语言] cpuid-intel
说明:CPU ID utility, by using CPUID instruction, example<MUTANT> 在 2025-01-21 上传 | 大小:55kb | 下载:0
[汇编语言] cifafenxiqi
说明:词法分析器C++语言的编写,对编译原理里面词法分析的理解-Lexical analyzer C++ language written inside the compiler theory lexical analysis to understand<wangshixian> 在 2025-01-21 上传 | 大小:1.35mb | 下载:0
[汇编语言] zhongnandaxuejiaotongdeng
说明:这是微机原理与接口课程设计-交通灯的设计及源代码,希望对大家有所帮助-This is the principle of microcomputer and interface curriculum design- the design of traffic lights and the source code, and they hope to help everyone<桃子> 在 2025-01-21 上传 | 大小:154kb | 下载:0