-
计算机 三级 网络技术 考题 都是考这些,大家可以下载
计算机 三级 网络技术 考题 都是考这些,大家可以下载-SANJI
- 2023-08-24 21:20:02下载
- 积分:1
-
侯捷
侯捷-java编程思想-Hou Jie- java programming ideas
- 2023-08-10 19:20:03下载
- 积分: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
-
介绍如何在altera的niosii可编程系统上移植uclinux的详细pdf中文文档...
介绍如何在altera的niosii可编程系统上移植uclinux的详细pdf中文文档-how in the ALTERA niosii Programmable System on the Basis of Uclinux detailed transplant pdf documents in Chinese
- 2022-05-14 02:28:10下载
- 积分:1
-
Lattice 公 司 把 当 今 两 种 最 新 的 系 统 设 计 技 术,VHDL 和 在 系 统 可 编 程 ( ISP ) 逻 辑 器 件 联 系 在...
Lattice 公 司 把 当 今 两 种 最 新 的 系 统 设 计 技 术,VHDL 和 在 系 统 可 编 程 ( ISP ) 逻 辑 器 件 联 系 在 一 起, 构 成 了isp-VHDl Viewlogic 系 统。isp-VHDL 是 进 行 电 子 系 统 设 计 的 强 有 力 的 工 具, 使 用 它 可 以 加 快 设 计 产 品 投 放 市 场 的 时 间。 isp-VHDL Viewlogic 软 件 能 用 于 各 种 逻 辑 设 计, 这 套 软 件 具 有 功 能 强 大 的 VHDL 综 合、原 理 图 输 入、功 能 与 时 序 仿 真、ispDS+ 适 配 器 和 ispDOWNLOAD 能 力。-two companies today the latest design technology, VHDL and in-system programmable (ISP) logic device linked constitute a isp- VHDl Viewlogic Systems. Isp-VHDL is an electronic system designed powerful tool, It can be used to speed up the design of products on the market in time. Isp-VHDL Viewlogic software can be used for various logic design, This software has powerful VHDL synthesis, diagram entry, functional and timing simulation, ispDS adapter and ispDOWNLOAD capacity.
- 2022-12-05 03:45:03下载
- 积分:1
-
中兴对802.16d协议的翻译 可以对照英文版
但是ATM机制 和 MESH网络部分没有翻译...
中兴对802.16d协议的翻译 可以对照英文版
但是ATM机制 和 MESH网络部分没有翻译-ZTE on the 802.16d protocol can control the translation of the English version but the ATM mechanism and MESH network is not part of the translation
- 2022-03-23 09:17:16下载
- 积分:1
-
英文电子书,关于用C语言来构造编译器的,本站有它的配套源代码....
英文电子书,关于用C语言来构造编译器的,本站有它的配套源代码.-English e-books, on the use of C language compiler construction, the site has its source code matching.
- 2022-01-25 15:32:09下载
- 积分:1
-
cortex
cortex-m3权威指南Cn,详细介绍了cortex的中断,异常,NVIC,开发的详细过程-cortex-m3 The Definitive Guide Cn, details of the cortex of the interrupt, exception, NVIC, the development of detailed process
- 2022-05-09 08:33:51下载
- 积分:1
-
使用组态软件构造“监控和数据采集系统”的好处之一就是能大大缩短开发时间,并能保证系统的质量。能快速便捷地进行图形维护和数据采集是此类系统的关键点。MOVICON...
使用组态软件构造“监控和数据采集系统”的好处之一就是能大大缩短开发时间,并能保证系统的质量。能快速便捷地进行图形维护和数据采集是此类系统的关键点。MOVICON X正是提供了丰富的快速应用设计的组态工具。
本手册对MOVICON X 进行了全面的描述,包括两个部分,第一部分介绍MOVICON X 强大的功能,第三部分给出系统要求和版本描述。
在本手册中,“设计者”是指利用“MOVICON”进行系统开发的工程设计人员;“操作者”指应用系统的现场操作人员;MOVICON中对象与过程参数变量建立的对应关系的过程称为“连接”。
- 2022-07-01 23:25:35下载
- 积分:1
-
this is the example of matlab,it is best choice oflearner of matlab
经典matlab实例,涵盖matlab运用的几乎所有例程。是matlab学习者的最佳选择-this is the example of matlab,it is best choice oflearner of matlab
- 2023-03-12 18:10:04下载
- 积分:1