-
bootsect print red p on the screen follow the book written by yuan yu
bootsect 在屏幕上打印p 仿于渊的那本自己动手写操作系统-bootsect print red p on the screen follow the book written by yuan yu
- 2022-01-30 17:21:48下载
- 积分:1
-
This is a compilation process. For inquiries string. Want to have friends to rea...
这是一个汇编程序.用于查询字符串.希望有同好能阅读并优化这个程序.-This is a compilation process. For inquiries string. Want to have friends to read and optimization of this process.
- 2022-03-19 03:19:09下载
- 积分: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语言源程序,可实现串口通讯等功能-MCU Serial C language source code, serial communications and other functions can be realized
- 2022-01-25 16:30:19下载
- 积分:1
-
串口程序源码,C语言,需要的同志可以下载哈
串口程序源码,C语言,需要的同志可以下载哈-Serial program source code, C language, the need for comrades can download Kazakhstan
- 2022-02-05 01:40:35下载
- 积分:1
-
跑马灯的是加另一方面 虽加国是非曲直呆中 核电站喑 临时工地区性一落千丈一落千丈 于是 大工业夸大 地区性...
跑马灯的是加另一方面 虽加国是非曲直呆中 核电站喑 临时工地区性一落千丈一落千丈 于是 大工业夸大 地区性-Bomadeng the other hand, although the increase is Canadian merits of nuclear power plant managers were spent TWA regional drop a 1000 comeback Tabla therefore exaggerated large industrial district
- 2022-02-04 02:13:46下载
- 积分:1
-
MSP430F135的TA操作代码,绝对的真实可行.放心下载
MSP430F135的TA操作代码,绝对的真实可行.放心下载-MSP430F135 the TA operation code, is absolutely true feasible. Rest assured Download
- 2022-03-01 06:46:42下载
- 积分:1
-
跑动的男孩
跑动的男孩-running boy
- 2022-03-14 10:48:35下载
- 积分:1
-
贪吃蛇C源码,可以实现C语言的一个游戏.
贪吃蛇C源码,可以实现C语言的一个游戏.-code of a game named eat_snake,this is can carry out a game of c language
- 2022-02-21 03:41:33下载
- 积分:1
-
利用VB语言实现SQL数据库和数据库中表的建立,减少了用户直接手动输入的麻烦。...
利用VB语言实现SQL数据库和数据库中表的建立,减少了用户直接手动输入的麻烦。-VB language implementation using SQL database and the establishment of a database table, reducing the user directly to the trouble of manually entered.
- 2022-01-26 05:47:25下载
- 积分:1