资源列表

« 1 2 ... .71 .72 .73 .74 .75 876.77 .78 .79 .80 .81 ... 3005 »

[汇编语言new6

说明:串口通讯,可以收发字符,实现两台PC机通讯-Serial communication
<韩鹏宇> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言music

说明:北京邮电大学微机原理硬件实验,关于音乐盒的实现-Beijing University of Posts and Telecommunications Microcomputer Principle hardware experiments, on the realization of the music box
<李子龙> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言ABR

说明:完全查找二叉树源码,无需修改可直接运行 二叉树 二叉查找树-Fully find the binary tree source, and can be run directly without modifying
<mi> 在 2025-01-23 上传 | 大小:2kb | 下载: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-23 上传 | 大小:2kb | 下载: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-23 上传 | 大小:2kb | 下载:0

[汇编语言led

说明:利用C8051F310单片机设计一个LED灯控制器-C8051F310 microcontroller design of an LED lamp controller
<veryshi> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言hash

说明:哈希表的构建,信息的插入,信息的查询,信息的删除,信息的查询-A hash table build, the insertion of information, the information query, information deleted, information query
<郭宇> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言Attiny13twopwm20ms

说明:利用Attiny13单片机来产生两路PWM信号来控制无刷电机的速度-Using Attiny13 MCU to generate two PWM signal to control the speed of the brushless motor
<5566> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言30075831ch

说明:一个出租车计价器的汇编语言源代码 有详细的文字说明-A taxi meter assembly language source code
<赵健伟> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言runnian-panduan

说明:这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a judgment whether or not a given year is a leap year program, run executable programs Ifleap.exe enter a specific year, output is the message thi
<赵健伟> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言chengxu

说明:大学汇编实验用8255实现led灯的左右循环移位,很简单,见代码-University of assembly experiments with 8255 led lights around the cyclic shift, very simple, see code
<luhao> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言jisuanqi

说明:五位数(任一位数)乘法,加法的汇编实现。汇编初学者-Five digits (any digit) multiplication, addition assembler implementation
<guo> 在 2025-01-23 上传 | 大小:2kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 876.77 .78 .79 .80 .81 ... 3005 »

源码中国 www.ymcn.org