资源列表

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

[汇编语言java

说明:编写一个程序。在窗口四角绘制4个50×50的蓝色矩形,在窗口正中绘制1个100×50的色椭圆形。4个矩形之间用橙色粗实线连接。-To write a program. 4 5050 blue rectangle is drawn in the window corners, and a 10,050-color oval drawn to the middle of the window. With four rectangular t
<陈俊欢> 在 2025-04-29 上传 | 大小:1kb | 下载:0

[汇编语言Train

说明:关于员工培训的数据库系统,通过员工的训练项目等-Database about the train of workers。
<李朝> 在 2025-04-29 上传 | 大小:3.13mb | 下载:0

[汇编语言Assembly-language-overflow-Summary

说明:汇编语言溢出情况总结,分析了可能产生溢出的指令-Summary assembly language overflow instruction might produce overflow
<君君> 在 2025-04-29 上传 | 大小:4kb | 下载:0

[汇编语言diaocha

说明:很早之前写的一个调查系统,感觉还好。大家可以看一下-Long ago wrote a survey system, feeling better
<xialiluo> 在 2025-04-29 上传 | 大小:30kb | 下载:0

[汇编语言ditui

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

[汇编语言taociyuantong

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

[汇编语言LCD12864

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

[汇编语言cpuid-intel

说明:CPU ID utility, by using CPUID instruction, example
<MUTANT> 在 2025-04-29 上传 | 大小:55kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 2218.19 .20 .21 .22 .23 ... 3005 »

源码中国 www.ymcn.org