-
DA5615,example to illustrate a variety of waveforms can be generated. Download c...
DA5615,实例介绍可生成多种波形。下载者可根据需要方便修改。-DA5615,example to illustrate a variety of waveforms can be generated. Download can easily modify as needed.
- 2022-01-26 04:52:07下载
- 积分:1
-
Drop功能
-Win32 Assembly写的小程式,含source code.-QikPad Text Editor 具备Drag-Drop功能 --Win32 Assembly to write small programs, including source code.-QikPad Text Editor with Drag-Drop functionality
- 2022-05-06 08:27:48下载
- 积分:1
-
Fortran插值程序
Fortran插值程序,共有8个。
包括拉格朗日插值,spline插值,抛物线插值等。初学者必备。
- 2022-03-17 07:04:45下载
- 积分:1
-
VPF6.0代码 省时省力省心
If Thisform.Width
- 2022-12-12 07:20:03下载
- 积分:1
-
8051单片机的监控程序
8051监控程序:-使用外部ram运行用户程序-使用EEPROM保存用户程序-提供单步去毛刺,可以读取内部寄存器和ram
- 2022-08-22 01:20:44下载
- 积分:1
-
一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇
一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇-A 24L01 to the United States used to do electrical of 2.4G wireless remote control, used to control fan
- 2022-07-12 17:40:03下载
- 积分:1
-
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助-This way for the ordinary I/O port driver LCD, useful and used, in the hope that everyone has to help
- 2022-08-02 12:09:36下载
- 积分: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
-
Win32汇编写的端口映射器,构思精巧,效率极高。
Win32汇编写的端口映射器,构思精巧,效率极高。-Win32 compilation was made for the port mapping, the idea of delicate, extremely efficient.
- 2023-03-20 12:45:04下载
- 积分:1
-
DS1302源程序 DS1302源程序
DS1302源程序 DS1302源程序-DS1302 source DS1302 source
- 2022-01-25 17:46:30下载
- 积分:1