资源列表

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

[汇编语言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

[汇编语言TEST5_1

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

[汇编语言txtread

说明:多TXT文件的批量读取,不是写很多行代码一个个读的哦,批处理的。-The bulk of the multi-TXT file read, not write many lines of code a read Oh, the batch.
<熊礼阳> 在 2025-02-03 上传 | 大小:1kb | 下载: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

[汇编语言led

说明:利用C8051F310单片机设计一个LED灯控制器-C8051F310 microcontroller design of an LED lamp controller
<veryshi> 在 2025-02-03 上传 | 大小:2kb | 下载: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
« 1 2 ... .13 .14 .15 .16 .17 2218.19 .20 .21 .22 .23 ... 3005 »

源码中国 www.ymcn.org