-
DV12864C
DV12864C (KS0107 KS0108) 演示程序 Keil C51-DV12864C
- 2023-01-28 07:55:03下载
- 积分:1
-
lcd1602,简单的液晶显示程序
lcd1602,简单的液晶显示程序,我用的是51单片机,将程序下载到单片机上,上电成功后,液晶屏就会自动显示提前设定好的要显示的内容,要想设定显示内容,只需在编程里将输出内容改成要输出的内容就可,超级简单,绝对可以用,
- 2022-04-28 19:44:28下载
- 积分:1
-
很好的资料 很好的资料 很好的资料
很好的资料 很好的资料 很好的资料 -good goodgoodgoodgoodgood
- 2022-03-23 21:50:25下载
- 积分:1
-
实现一个硬盘保护程序,可以自动恢复硬盘引导区和操作系统引导区等...
实现一个硬盘保护程序,可以自动恢复硬盘引导区和操作系统引导区等-an little tool to protect your harddrive by recovering important information
- 2022-09-12 02:00:04下载
- 积分:1
-
实现记时和日期显示功能的c语言程序
实现计时和日期显示功能的c语言程序,和秒表功能,以及定时功能的实现,基于C语言汇编和单片机技术
- 2023-08-20 21:15:02下载
- 积分:1
-
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序-prepared by using Matlab using the transfer matrix method photonic crystals with the structure of procedures
- 2022-02-11 11:28:40下载
- 积分:1
-
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指...
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necessary to control the upper and lower control buttons located buttons and lights, all floors can provide a current show floor elevator door keys internal switches on each floor of buttons and lights, switches doors have audible alert signal height of each floor 0.30 meters, the entire floor 1.5 meters high
- 2022-02-02 12:09:15下载
- 积分:1
-
Seeking integral product, from a C language reference, proposed a new solution t...
求整数之积,出自C语言参考,提出了一种新的解决两数之积的算法
-Seeking integral product, from a C language reference, proposed a new solution to two the number of the product algorithm
- 2022-04-06 23:39:32下载
- 积分: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
-
biansongqiziliao ,xuyao
biansongqiziliao ,xuyao -hopeyouneed
- 2022-04-29 22:32:38下载
- 积分:1