-
这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。...
这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
- 2023-04-23 18:25:03下载
- 积分:1
-
the GAL compiler tool to prepare for GAL chip, and can be converted into machine...
Atmel提供的GAL编译工具,对GAL芯片进行编写,以及可转换成机器码-the GAL compiler tool to prepare for GAL chip, and can be converted into machine code
- 2022-04-27 10:21:59下载
- 积分:1
-
此模板是纯DOS程序代码,需要MASM5.0,编译时请使用"编译到 DOS"方式...
此模板是纯DOS程序代码,需要MASM5.0,编译时请使用"编译到 DOS"方式
-This template is a pure DOS code, need MASM5.0, compile-time, please use the " compiledDOS quot way
- 2023-07-29 00:50: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
-
c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)...
c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)-c and c++ code essence, this is a PDG format document, please use the latest version of Chaoxing open, it is difficult to get the documents, is vip membership information, preview it:)
- 2023-04-19 03:45:03下载
- 积分:1
-
用汇编语言实现的一个文本编辑器,大家自己看
用汇编语言实现的一个文本编辑器,大家自己看-assembly language of a text editor, we see ourselves
- 2022-02-07 05:25:23下载
- 积分:1
-
用汇编语言实现了计算器的功能。实验已经通过
用汇编语言实现了计算器的功能。实验已经通过-Using assembly language to achieve the functions of the calculator. Experiment has been passed
- 2022-01-26 04:05:50下载
- 积分:1
-
智能控制,安防源代码,单片51的汇编源程序,供大家研究
智能控制,安防源代码,单片51的汇编源程序,供大家研究-intelligent control, Security source code, a compilation of 51 single source for all research
- 2023-08-22 02:50:03下载
- 积分:1
-
微机原理课程设计,设计一段音乐,根据音调在发光二极管上对应闪烁,并在七段数码管上显示已播放时间。...
微机原理课程设计,设计一段音乐,根据音调在发光二极管上对应闪烁,并在七段数码管上显示已播放时间。-Computer Principles of curriculum design, the design of a section of music, according to pitch in the corresponding LED flashes, and Seven-Segment LED display has been broadcasting time.
- 2023-06-15 22:25:03下载
- 积分:1
-
墨香服務端及墨香源碼可編譯
墨香的開區服務端 以及原墨香源碼可作修改作出新系統 修改語言為三種C/C++/C#整個檔案包括整個墨香的程式檔 全部整個可以修改
- 2022-05-14 13:23:58下载
- 积分:1