资源列表
[汇编语言] 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-02-03 上传 | 大小: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-02-03 上传 | 大小:2kb | 下载:0
[汇编语言] cpuid-intel
说明:CPU ID utility, by using CPUID instruction, example<MUTANT> 在 2025-02-03 上传 | 大小:55kb | 下载:0
[汇编语言] cifafenxiqi
说明:词法分析器C++语言的编写,对编译原理里面词法分析的理解-Lexical analyzer C++ language written inside the compiler theory lexical analysis to understand<wangshixian> 在 2025-02-03 上传 | 大小: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-02-03 上传 | 大小:154kb | 下载:0
[汇编语言] matlab-dispersion---curves
说明:系数矩阵、硬地层和软地层声波频散(频率和速度)曲线。-The coefficient matrix, the hard formations soft formations acoustic dispersion curve (frequency and speed).<风禾> 在 2025-02-03 上传 | 大小:7kb | 下载:0
[汇编语言] Calculator_matrix_keyboard_project
说明:This program implements a basic calcultor in a pic18f4550 with 2 7-segment display and a matrix keyboard<Ferpimo> 在 2025-02-03 上传 | 大小:20kb | 下载:0
[汇编语言] 7-segment_display_counter_project
说明:Basic program to generate a count in a pic18f4550<Ferpimo> 在 2025-02-03 上传 | 大小:12kb | 下载:0
[汇编语言] neicunduqu
说明:简单E语言读取源码。针对初学者使用教程-Simple E language to read the source code<旺旺> 在 2025-02-03 上传 | 大小:130kb | 下载:0