资源列表

« 1 2 ... .13 .14 .15 .16 .17 818.19 .20 .21 .22 .23 ... 3005 »

[汇编语言ditui

说明:递推算法,相关代码,欢迎查看,递推算法,相关代码,欢迎查看-Recursive algorithm code, welcome to view
<嫣然> 在 2025-01-21 上传 | 大小:22kb | 下载:0

[汇编语言taociyuantong

说明:超声振动模态分析的应用实际例子,以陶瓷圆筒为例子-Ultrasonic vibration modal analysis
<刘政> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[汇编语言LCD12864

说明:LCD12864液晶显示器制作的计算器,代码可用-LCD12864 liquid crystal display production calculator code available
<李余明> 在 2025-01-21 上传 | 大小:38kb | 下载: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

[汇编语言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-21 上传 | 大小: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-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

[汇编语言TEST5_1

说明:汇编:输入一个十进制数,将它转成二进制数并显示。-Assembly: Enter a decimal number, turn it into a binary number and displays.
<徐子浩> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[汇编语言txtread

说明:多TXT文件的批量读取,不是写很多行代码一个个读的哦,批处理的。-The bulk of the multi-TXT file read, not write many lines of code a read Oh, the batch.
<熊礼阳> 在 2025-01-21 上传 | 大小:1kb | 下载: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
« 1 2 ... .13 .14 .15 .16 .17 818.19 .20 .21 .22 .23 ... 3005 »

源码中国 www.ymcn.org