-
lpc1768 I2S的示例代码(bitwen两微)
此代码是I2S外围在lpc1768 &样品;nbsp;
- 2022-01-24 09:02:49下载
- 积分:1
-
3流水灯
说明: 51单片机流水灯程序,花样流水灯移位的用法(51danpianjiliushuideng)
- 2020-03-19 14:29:43下载
- 积分:1
-
51单片机小系统
此系统可以运行在8051 8位单片机上, 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
- 2022-02-20 02:13:51下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
program
作业调度程序,模拟操作系统的作业调度过程,协调和控制各个作业对cpu的使用控制(Job scheduling program to simulate the process of the operating system job scheduling, coordinating and controlling the use of control operations on cpu)
- 2011-05-19 17:32:58下载
- 积分:1
-
声卡输出特定频率正弦波
【实例简介】
PC机声卡直接输出指定频率和指定幅值的正弦波,立体声双通道。可以当作信号发生器。
- 2021-08-08 00:30:56下载
- 积分:1
-
03
说明: 《妙趣横生的算法》第三部分原书附带代码程序,绝对属实(" Algorithm for fun," the third part of the original program with the code, the absolute truth)
- 2011-04-24 01:36:18下载
- 积分:1
-
语法分析
编译原理试验题 语法分析c++ 用递归的方法编写,输入写在文件中,输出在输出框内,希望对大家有帮助,谢谢!
- 2022-09-27 11:30:03下载
- 积分:1
-
QD144CT-7735R-INI
ST7735R驱动,仅供大家参考和学习。
- 2010-10-12 14:42:07下载
- 积分:1
-
jciap
说明: Realize image watermarking, de-noising, plus noise and other functions, Including Deng's correlation, absolute correlation, correlation of slope, improved absolute correlation, D-S evidence theory data fusion.
- 2017-08-13 19:21:33下载
- 积分:1