-
notebook
记事本-notebook
- 2022-04-15 07:41:15下载
- 积分:1
-
的源代码,intel汇编的优秀参考书。赶快下载。
的源代码,intel汇编的优秀参考书。赶快下载。- The source code, compile the intel excellent reference books. Quickly download.
- 2022-05-19 21:01:01下载
- 积分:1
-
太阳能自动化取暖控制汇编程序
太阳能自动化取暖控制汇编程序-solar heating automation control assembler
- 2022-02-04 18:00:55下载
- 积分:1
-
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;...
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;-Document an increase in pe executable code the program is to try to use win32 assembler of pe most fundamental changes to documents
- 2022-03-31 17:57:29下载
- 积分:1
-
智能小车对红外遥控器的编译过程比较容易…
关于红外遥控智能小车的汇编程序,简洁易懂,希望大家都来看啊!-Smart car on the infrared remote control of the compilation process easier to understand, ah, we want everyone to look at!
- 2022-01-25 22:16:35下载
- 积分:1
-
常见汇编语言程序设计原代码!我编的!希望大家给点意见
常见汇编语言程序设计原代码!我编的!希望大家给点意见-The useful demo of assembly language for program design.I write it and hope you give advice!
- 2022-02-24 20:11:18下载
- 积分:1
-
步进电机的运转程序
步进电机的运转程序-stepper motor operation procedures
- 2022-01-30 17:29:29下载
- 积分:1
-
BCD multiply, the compilation environment where no compression BCD multiplicatio...
BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
- 2023-08-17 02:25: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
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第7章-Windows Environment 32-bit assembly language programming book source supporting Chapter 7
- 2022-02-14 06:43:15下载
- 积分:1