-
motherboard equipment checks the source code TC!
主板设备检查的TC源代码!-motherboard equipment checks the source code TC!
- 2022-12-07 12:20:02下载
- 积分:1
-
FSK调制的VHDL源代码和仿真指导解调…
FSK调制与解调的vhdl源代码,是word文档打开-FSK modulation and demodulation of VHDL source code and simulation of the guide is the word document open.
- 2022-06-28 13:13:53下载
- 积分:1
-
汇编写的windows菜单例子
汇编写的windows菜单例子-Compilation of written examples of windows menu
- 2022-07-13 10:27:07下载
- 积分:1
-
常见的调试命令,大家共同分享
常见的debug命令,与大家共同分享一下-common debug orders, we share common
- 2022-05-12 10:03:48下载
- 积分:1
-
Decimal adder demonstration of the Ranger of the serial number of the swordsman...
十进制加法器 示范的的游侠的序号的的剑客骄傲 到家了库文件发动机阿拉斯加法律-Decimal adder demonstration of the Ranger of the serial number of the swordsman proud home of the library file engine Alaska law
- 2022-01-31 01:39:25下载
- 积分:1
-
重要的文件 重要的文件
重要的文件 重要的文件 -重要的文件重要的文件重要的文件重要的文件
- 2023-08-12 23:25:03下载
- 积分: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
-
利用PMW技术控制LED的RGB亮度。DMX512通讯。
利用PMW技术控制LED的RGB亮度。DMX512通讯。-PMW use technology to control LED brightness of the RGB. DMX512 communications.
- 2022-02-05 09:46:29下载
- 积分:1
-
学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
- 2022-03-25 02:44:30下载
- 积分:1
-
多位十进制数加法运算
多位十进制数加法运算-number of decimal number Adder Operational
- 2022-06-01 12:29:16下载
- 积分:1