-
JPEG2000分数位平面编码器的fpga电路实现
JPEG2000分数位平面编码器的fpga电路实现-scores bitplane JPEG2000 encoder circuit of fpga
- 2022-05-10 19:12:36下载
- 积分:1
-
Understanding the design, recommend books, upcoming sentiment design, experience...
感悟设计,好书推荐,即将上市的感悟设计,由实战经验丰富的一线工程师编写。推荐。-Understanding the design, recommend books, upcoming sentiment design, experienced by the actual preparation of the first-line engineers. Recommend.
- 2023-08-12 02:25:03下载
- 积分:1
-
study data compression principle of a simple guide
学习数据压缩原理的简单教程-study data compression principle of a simple guide
- 2022-12-12 05:40:03下载
- 积分:1
-
计算机算法设计与分析_2主要分析算法以及分析,是本经典的电子书(中)...
计算机算法设计与分析_2主要分析算法以及分析,是本经典的电子书(中)-computer algorithm design and analysis of major _2 analysis algorithm and analysis, is the classic e-books (2)
- 2022-11-23 23:00:04下载
- 积分:1
-
Jack. Welch and generic way, successful people in the biography, on the main pro...
杰克.韦尔奇与通用之路,成功人物的传记,主要讲述了主人公在通用的成长经历,是一本很不错的书。-Jack. Welch and generic way, successful people in the biography, on the main protagonist in the common growth experience is a very good book.
- 2022-01-26 00:00:33下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
国内各大卫视(卫星电视台)节目信号收集,基于sohu网络
国内各大卫视(卫星电视台)节目信号收集,基于sohu网络-The leading TV (satellite TV) program signals collection, web-based sohu
- 2022-07-19 15:51:53下载
- 积分:1
-
实战XML第二版(中文) William Psrdi 原著。很好的入门书籍。
实战XML第二版(中文) William Psrdi 原著。很好的入门书籍。 -Actual XML second edition (English) William Psrdi original. Very good entry-books.
- 2022-08-19 14:10:12下载
- 积分:1
-
文件虽然不是很大,但是我觉得很有用,大家以后发表文章,投稿就有了方向,高质量的文章一定要发到这上面来...
文件虽然不是很大,但是我觉得很有用,大家以后发表文章,投稿就有了方向,高质量的文章一定要发到这上面来-document, though not great, but I think very useful, since we published the article, the participation there will be a direction and quality of the article must be made to the top of this!
- 2022-01-26 01:11:44下载
- 积分:1
-
Matlab6[1].0版本中神经网络工具箱训练算法的使用与比较
Matlab6[1].0版本中神经网络工具箱训练算法的使用与比较-Matlab [1] .0 version neural network algorithm toolbox training and the use of comparison
- 2022-03-23 19:48:26下载
- 积分:1