-
进一步实现了VC++实现计算器功能,分为普通型和科学型
进一步实现了VC++实现计算器功能,分为普通型和科学型-Further realization of the VC++ to achieve calculator functions are divided into common type and science-based
- 2023-03-13 01:30:04下载
- 积分:1
-
温 度 传 感 器 控 制 源 码
温 度 传 感 器 控 制 源 码
-Temperature sensors to control source
- 2023-05-25 23:25:03下载
- 积分:1
-
字符LCD 16驻波功率表
Swr power meter with character lcd 2x16
- 2022-01-24 09:22:39下载
- 积分:1
-
内联汇编
直接操作winio驱动写io模拟鼠标键盘
内联汇编
直接操作winio驱动写io模拟鼠标键盘-Inline assembly winio directly mouse-driven simulation of a keyboard to write io
- 2022-11-27 02:15:02下载
- 积分:1
-
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.-U disk source code, including FAT16 and USB all Dongdong are open, please carefully looked.
- 2022-04-18 06:30:35下载
- 积分:1
-
simple 8PCSLED water lights, easier to get started, one will see
较简单的8PCSLED流水灯,容易上手,一看就会-simple 8PCSLED water lights, easier to get started, one will see
- 2022-07-19 11:17:57下载
- 积分: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
-
适用于内藏SED1335及其兼容控制器的320X240点阵字符
适用于内藏SED1335及其兼容控制器的320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-05-23 09:29:40下载
- 积分:1
-
汇编写的通讯录代码
汇编写的通讯录代码-compiled code written correspondence
- 2022-01-21 18:22:02下载
- 积分:1
-
linux驱动开发linux_drive_the_development.rar中文版
linux驱动开发linux_drive_the_development.rar中文版-linux driver development linux_drive_the_development.rar Chinese version
- 2023-02-22 22:05:04下载
- 积分:1