-
这是ADSP Tiger SHARC TS201的多处理器系统设计概述。
This an overview of ADSP Tiger sharc TS201 multiprocessor system design.-This is an overview of ADSP Tiger sharc TS201 multiprocessor system design.
- 2022-09-20 12:15:03下载
- 积分:1
-
Matlab工具箱的设置,希望对初学者有帮助
matlab的工具箱集合,希望对初学者有帮助-Matlab toolbox set, and I hope to help beginners
- 2022-10-10 00:35:03下载
- 积分:1
-
Visual C++ 2005 运行库,在安装一些软件时要安装此运行库
Visual C++ 2005 运行库,在安装一些软件时要安装此运行库-Visual C++ 2005 runtime install some software to install the runtime
- 2022-03-05 01:53:03下载
- 积分:1
-
Shanghai Jiao Tong University BBS drink from the source Paper (Thesis) Board Pra...
上海交通大学BBS 饮水思源Paper(论文)板实用手册(第二版)
如何查资料,如何写论文,如何投稿?做研究、写论文中的一系列方法问题,一应俱全!-Shanghai Jiao Tong University BBS drink from the source Paper (Thesis) Board Practical Handbook (Second Edition) How to look for materials, how to write papers, How to contribute? To do research and write papers in a series of methodological issues, ranging!
- 2022-07-02 10:46:56下载
- 积分:1
-
程序员面试宝典,非常适合程序员求职面试时使用。
程序员面试宝典,非常适合程序员求职面试时使用。-程序员面试宝典.rar
- 2023-02-03 15:50:04下载
- 积分: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
-
Simple and practical examples of C
简单实用的C语言学习实例程序,非常适合初学者,从简单的源代码中看出C语言学习的诀窍。-Simple and practical examples of C-language learning program is ideal for beginners, from a simple C source code to see language learning tips.
- 2022-08-14 00:40:14下载
- 积分:1
-
KEILC the beginner to the simulation with KEILC interface and some of the proced...
给KEILC的初学者 带有KEILC的仿真界面和一些程序!-KEILC the beginner to the simulation with KEILC interface and some of the procedures!
- 2022-06-26 12:19:40下载
- 积分:1
-
systemc是系统工程师进行建模、仿真、仿真、验证的良好工具,本书详细了说明了systemc 语言的使用...
systemc是系统工程师进行建模、仿真、仿真、验证的良好工具,本书详细了说明了systemc 语言的使用-systemc is systems engineer for modeling, simulation, simulation, verification of good tools, The book detailed explanations of the use of language systemc
- 2023-06-20 06:40:04下载
- 积分:1
-
Unicode
有关Unicode的讲座及编程漏洞 -Unicode-related lectures and programming flaws
- 2022-02-26 10:16:09下载
- 积分:1