资源列表

« 1 2 ... .60 .61 .62 .63 .64 2265.66 .67 .68 .69 .70 ... 14954 »

[汇编语言calcu

说明:Calculator, Assembly, Emu8086
<bee> 在 2025-10-08 上传 | 大小:2kb | 下载:0

[书籍源码1

说明:C语言的一个源代码,可以实现学生学籍管理系统的存储-A C language source code, can achieve the storage of the Student Management System
<王建伟> 在 2025-10-08 上传 | 大小:2kb | 下载:0

[汇编语言18B20

说明:温度传感器 这是一款简易的温度传感设备-Temperature sensor
<秦驰> 在 2025-10-08 上传 | 大小:2kb | 下载:0

[易语言编程STLED316

说明:STM32与STLed316驱动四位一体数码管C程序-The STM32 and STLed316 driven four in one digital tube C program
<马群> 在 2025-10-08 上传 | 大小:2kb | 下载:0

[汇编语言new6

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

[汇编语言music

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

[汇编语言ABR

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

[并行运算bucket_sort

说明:implementation bucket sort in MPI
<fara> 在 2025-10-08 上传 | 大小:2kb | 下载:0

[易语言编程HT1622

说明:HT1622驱动程序 通过测试可以实现-The HT1622 driver by testing can be achieved
<李席> 在 2025-10-08 上传 | 大小:2kb | 下载:0

[易语言编程exeganran

说明:病毒,可以让你了解病毒的特性,在安全防范上更进一步,仅供学习研究,切勿用于其他用途-Virus, allows you to understand the characteristics of the virus, further safety precautions, for study purposes, and not to be used for other purposes
<王强> 在 2025-10-08 上传 | 大小: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位整数的中32位(8个):",0 str3 byte "请输入
<念迹> 在 2025-10-08 上传 | 大小: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 ? .code main proc mov
<念迹> 在 2025-10-08 上传 | 大小:2kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 2265.66 .67 .68 .69 .70 ... 14954 »

源码中国 www.ymcn.org