-
lunar/solar calendar compilation conversion
农历/阳历汇编转换程序-lunar/solar calendar compilation conversion
- 2022-10-16 17:10:03下载
- 积分:1
-
好的东动
好的东动-Good East actin
- 2023-08-19 14:30:03下载
- 积分:1
-
汇编写的数字温度计
用一片18b20做温度传感器
51单片机 有详细注释...
汇编写的数字温度计
用一片18b20做温度传感器
51单片机 有详细注释-Compilation of written 18b20 digital thermometer with a temperature sensor 51 Singlechip make detailed notes
- 2022-11-12 04:10:03下载
- 积分:1
-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现密码的识别,具有报警的功能...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现密码的识别,具有报警的功能-the procedures detailed in the Notes, cut operating correctly, program modules clear, transplantation, and passwords can be achieved recognition, with alarm function
- 2022-03-16 15:39:32下载
- 积分:1
-
基于51单片机实现一个用蜂鸣器唱歌的程序,适合与初学者使用...
基于51单片机实现一个用蜂鸣器唱歌的程序,适合与初学者使用-Based on 51 MCU buzzer to sing with a program suited to beginners
- 2022-06-19 16:36:05下载
- 积分:1
-
此程序为基于MATLAB的PSPICE仿真,非常实用,适用于初学者使用...
此程序为基于MATLAB的PSPICE仿真,非常实用,适用于初学者使用-This procedure for the PSPICE simulation based on MATLAB is very useful for beginners to use
- 2022-02-02 02:37:15下载
- 积分:1
-
This is an arbitrary remote control, according to a random keys, plus a digital...
这是一个任意遥控器,按任意按键,数码管加一遥控解码程序。-This is an arbitrary remote control, according to a random keys, plus a digital remote control decoder procedures.
- 2022-01-26 02:30:54下载
- 积分:1
-
121 243453543452 54您提供的文件包
121 243453543452 54您提供的文件包-121 243453543452 54 your packet of documents
- 2023-04-04 15:45:04下载
- 积分:1
-
Fortran插值程序
Fortran插值程序,共有8个。
包括拉格朗日插值,spline插值,抛物线插值等。初学者必备。
- 2022-03-17 07:04:45下载
- 积分: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