-
单片机控制的时钟芯片1302的应用电路及代码
单片机控制的时钟芯片1302的应用电路及代码-Single-chip clock control chip 1302 and the code of the application circuit
- 2022-03-05 18:51:00下载
- 积分:1
-
用vc写的外壳 通过调用asm生成的程序来读出或写入cmos。解释CMOS每一字节含义.
用vc写的外壳 通过调用asm生成的程序来读出或写入cmos。解释CMOS每一字节含义.- The outer covering writes which with vc through transfers the
asm production the procedure to read out or to read in cmos. Explains
the CMOS each byte meaning
- 2022-05-30 14:36:48下载
- 积分:1
-
Registry Edit Sample code
Registry Edit Sample code
- 2022-08-21 08:18:40下载
- 积分:1
-
国外的六个自由度调试程序,很高的参考
六自由度机械臂调试程序,国外的,具有很高的借鉴意义-Debugger manipulator of six degrees of freedom, abroad, a high reference
- 2023-01-08 09:20:03下载
- 积分:1
-
FM8P53实现七彩跳变+渐变(汇编)
应用背景本程序可以做广告箱控制,实现多彩多样的变化!对做户外亮化的厂家很实用!使用厂家多,是LED生产厂家的后盾!关键技术本程序可以实现AC(交流过零同步)控制,应用广泛,本程序可以实现AC(交流过零同步)控制,应用广泛,本程序可以实现AC(交流过零同步)控制,应用广泛!
- 2022-01-24 10:04:06下载
- 积分:1
-
实现H.264图像编结吗的优化,重点对DCT模块以及先行预测模块进行...
实现H.264图像编结吗的优化,重点对DCT模块以及先行预测模块进行-achieve H.264 image of knitting? Optimization, with a focus on the DCT module and module to forecast
- 2022-02-15 16:36:03下载
- 积分:1
-
最新指令字典,提供汇编、C、C++、VFP、VB等指令(关键字)查询,是学习编程的好帮手...
最新指令字典,提供汇编、C、C++、VFP、VB等指令(关键字)查询,是学习编程的好帮手-latest directive dictionary, compiled, C, C, VFP, VB etc. Directive (keyword) on the learning program is a good helper
- 2022-02-04 11:38:04下载
- 积分:1
-
24c02应用,在家用电器控制系统中经常有这类的应用.
24c02应用,在家用电器控制系统中经常有这类的应用.-24C02 applications, in household appliances control systems often have this kind of application.
- 2022-02-06 19:10: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
-
汇编语言实现的通讯录程序,拥有增加、删除、修改等功能。通讯录保存在记事本中,单个单位有姓名和电话号码组成。...
汇编语言实现的通讯录程序,拥有增加、删除、修改等功能。通讯录保存在记事本中,单个单位有姓名和电话号码组成。-Assembly language implementation of the address book program, has to add, delete, modify other functions. Contacts saved in Notepad, a single unit composed of the name and phone number.
- 2022-08-09 18:14:32下载
- 积分:1