-
TI 全新的 TMS320DM6446 处理器完美集成了视频外设及加速器,使 BOM 成本降低达 30%。由于BOM 成本进一步降低,系统开发所需的时间相应减少...
TI 全新的 TMS320DM6446 处理器完美集成了视频外设及加速器,使 BOM 成本降低达 30%。由于BOM 成本进一步降低,系统开发所需的时间相应减少,因此 Ymagic 预计可更早向市场投放,而且价格也将低于此前的价位。-new TI TMS320DM6446 processor perfect integration of peripherals and video accelerator, BOM cost reductions to make up 30%. As further reduce BOM costs, the system needed to develop a corresponding reduction in the time, Therefore Ymagic is expected to be put to the market earlier, but the price will be lower than the previous price.
- 2023-07-27 22:35:05下载
- 积分:1
-
C++ FAQs
Addison Wesley出版
C++ FAQs
Addison Wesley出版-C++ FAQsAddison Wesley Publishing
- 2023-07-19 10:20:04下载
- 积分:1
-
SIMCOM公司GPRS模块SIM100F技术资料
SIMCOM公司GPRS模块SIM100F技术资料-SIMCOM company GPRS module SIM100F technical information
- 2022-02-09 13:46:29下载
- 积分:1
-
CDMA2000的3G无线系统工程
3G CDMA2000 Wireless System Engineering
- 2022-07-28 00:48:28下载
- 积分: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
-
V1.3 HDMI规范
HDMI V1.3 specification
- 2022-01-28 00:55:47下载
- 积分:1
-
Books vcmfc programming to solve simple calculations
vcmfc编程书籍坎坎坷坷使用解决解决0000000
mfc世界-Books vcmfc programming to solve simple calculations
- 2022-01-30 14:06:52下载
- 积分:1
-
C语言库函数源码 拿来分享 希望对大家有用
C语言库函数源码 拿来分享 希望对大家有用-C library function code I hope to it will give you help
- 2022-03-22 21:03:34下载
- 积分:1
-
用VC纯资源DLL解决国际化问题源代码
可以帮你开发多国语言的软件...
用VC纯资源DLL解决国际化问题源代码
可以帮你开发多国语言的软件-pure VC DLL resources to resolve international issues source code can help you develop multi-lingual software
- 2022-03-15 18:42:43下载
- 积分:1
-
java的不错的教程啊
java的不错的教程啊-a good, ah Guide
- 2022-06-19 23:59:48下载
- 积分:1