-
Machine in the PC serial port to accept the 8250 experiment, using assembly lang...
在PC机上进行的8250串口接受实验,采用汇编语言编写-Machine in the PC serial port to accept the 8250 experiment, using assembly language to prepare
- 2022-07-12 15:50:55下载
- 积分:1
-
使用一个线软件UART
software UART using one wire
- 2022-02-26 23:12:58下载
- 积分:1
-
本例在设计时采用了ADO.net访问数据库的技术,前台用VB.net2008作为开发工具,后台数据库采用了SQL server2005,然后通过前台对各项数据进...
本例在设计时采用了ADO.net访问数据库的技术,前台用VB.net2008作为开发工具,后台数据库采用了SQL server2005,然后通过前台对各项数据进行日常操作-In this case were used in the design of ADO.net database access technology, the future use VB.net2008 as development tools, back-end database using SQL server2005, and then through the front of the data on day-to-day operation
- 2022-03-11 16:59:04下载
- 积分:1
-
遥控小车(51单片机开发例子子程序汇编语言编写)
遥控小车(51单片机开发例子子程序汇编语言编写)-Remote control cars (51 single-chip development to prepare examples of assembly language subroutines)
- 2022-10-12 15:40:03下载
- 积分:1
-
汇编子程序 大学课程设计需求者的最爱
汇编子程序 大学课程设计需求者的最爱-compilation subroutine university curriculum design needs a favorite
- 2023-04-11 00:55:03下载
- 积分:1
-
ASM 编的vxd又是一个绝不是重复的
ASM 编的vxd又是一个绝不是重复的-vxd ASM series is a repeat is not the
- 2022-01-24 18:09:00下载
- 积分:1
-
notebook
记事本-notebook
- 2022-04-15 07:41:15下载
- 积分:1
-
用汇编语言编程源代码
用汇编语言编程源代码- With assembly language programming source code
- 2022-03-24 15:23:06下载
- 积分: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与汇编混合编程
- 2022-01-30 16:15:46下载
- 积分:1