-
Windows环境下32位汇编语言程序设计配套书源码第10章
Windows环境下32位汇编语言程序设计配套书源码第10章-Windows Environment 32-bit assembly language programming book source package Chapter 10
- 2023-01-24 03:15:03下载
- 积分:1
-
外国人写的dds控制源代码。有兴趣的朋友可以看看!
外国人写的dds控制源代码。有兴趣的朋友可以看看!-Written by foreigners dds source code control. Interested friends can see!
- 2022-05-22 14:09:18下载
- 积分:1
-
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.-Written in assembly language using 18B20 written procedures for temperature measurement and display using LCD display.
- 2023-04-13 02:10: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
-
电子称键盘子程序
电子称键盘子程序电子称键盘子程序电子称键盘子程序电子称键盘子程序电电子称键盘子程序电子称键盘子程序电子称键盘子程序子称键盘子程序电子称键盘子程序
- 2022-05-19 20:59:18下载
- 积分:1
-
该程序为VB程序,是用于计算出来的坐标需要进行坐标系转换使用.感谢站长...
该程序为VB程序,是用于计算出来的坐标需要进行坐标系转换使用.感谢站长-procedure for the VB program is used to calculate the coordinates of the need for the use of coordinate system conversion. Grateful to the station! !
- 2022-07-14 04:08:13下载
- 积分:1
-
ASM PIC和PC
用汇编语言实现 单片机与PC通信实例 -asm pic &pc
- 2022-01-25 18:31:43下载
- 积分: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
-
本人编写的TI 16为DAC功能测试程序
本人编写的TI 16为DAC功能测试程序-I prepared for the 16 DAC TI functional test procedures
- 2022-03-05 16:34:29下载
- 积分:1
-
广告牌的制做,可以显示32高字可以任意加,
广告牌的制做,可以显示32高字可以任意加,-Advertising system to do, you can display 32 characters can be high-Canada,
- 2023-05-03 01:40:03下载
- 积分:1