-
Software easy68K use for embedded compiler (.Asm)
Software easy68K use for embedded compiler (.Asm)
- 2022-02-25 14:42:32下载
- 积分:1
-
an ordinary music source!
一个普通的音乐演奏源程序!-an ordinary music source!
- 2022-01-31 12:50:47下载
- 积分:1
-
dmi读取工具,能够读type0
dmi读取工具,能够读type0-4的所有信息,兼容版本2.0-2.4-dmi reading tool, Reading type0-4 all the information compatible versions 2.0-2.4
- 2022-11-16 08:30:03下载
- 积分:1
-
a song under dos
use masm6.0
to get exe
to go
music can change any tim...
a song under dos
use masm6.0
to get exe
to go
music can change any time
- 2023-08-12 07:35:02下载
- 积分:1
-
汇编语言实现的烟花效果,包括源代码和EXE文件,C.
用汇编实现的一个烟花效果,包括源代码和exe文件,直接可以看效果-Assembler to achieve a fireworks effects, including source code and exe files, can be seen the direct effect of
- 2022-02-14 23:21:12下载
- 积分:1
-
设置关联文件的易源码
设置关联文件的易源码-To set associated with the file easy to source ..............
- 2023-02-26 12:05:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
基于mips指令集矩阵乘法实现
基于mips64的指令集,采用汇编实现矩阵乘法,在模拟器上可以自行输入矩阵的行数、矩阵的列数等信息,
然后自己设计矩阵的数据进行计算,感觉实现还是比较灵活的,但是也可以再改进一下
- 2023-01-08 15:05:03下载
- 积分:1
-
黄金分割的4个子程序
黄金分割的4个子程序-the Golden Section 4 sub-procedures
- 2023-04-09 01:40:03下载
- 积分:1
-
GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…
gal16v8及gal20v8的编译程序源码,小日本写的,用optasm编译(该编译软件我也没找到,手上有的朋友请告诉一声,兄弟感激不尽),可以将eqn格式的文件编译成jed格式的文件-gal16v8 gal20v8 and the compiler source, the small Japanese writing, with optasm compiler (compiler software that I have not found the hands of some friends tell that as soon as the brothers eternally grateful), eqn format can be compiled into a document format documents jed
- 2022-09-14 07:45:02下载
- 积分:1