-
the view of intrusion detection technology,English version,specify the base know...
入侵检测技术视图英文版,详细说明了入侵检测的基础知识
- 2022-10-26 07:50:02下载
- 积分:1
-
这是一个用c语言实现了实现区间数相关操作的程序,区间树具有动态创建和动态调整的特点,具有很多应用...
这是一个用c语言实现了实现区间数相关操作的程序,区间树具有动态创建和动态调整的特点,具有很多应用-This is a language used to achieve the realization of c interval number associated operating procedures, with a dynamic range of the tree to create and adjust the dynamic characteristics, with many applications
- 2022-03-01 13:24:36下载
- 积分:1
-
FPGA同步设计技术
FPGA同步设计技术-synchronous FPGA design technology
- 2022-05-25 02:59:53下载
- 积分:1
-
数据结构C++ 朱战立1
数据结构C++ 朱战立1-6章
第1章 C++面向对象.ppt
第2章 面向对象程序设计和算法性能分析.ppt
第3章 顺序存储结构的表、堆栈和队列.ppt
第4章 链式存储结构的表、 堆栈和队列.ppt
第5章 数组和串.ppt
第6章 递归.ppt-Data structure C++ Zhu Zhan-li 1-6 Chapter Chapter 1 C++ Object-oriented. Ppt Chapter 2 Object-oriented program design and algorithm performance analysis. Ppt Chapter 3 of the order of the table storage structure, stack and queue. ppt of Chapter 4 of the table structure of the chain store, stack and queue. ppt Chapter 5 array and string. ppt Chapter 6 Recursive. ppt
- 2022-02-13 11:59:32下载
- 积分:1
-
compiler theory and practice. This book systematically introduce the classic com...
编译原理及实践。本书系统介绍了经典的编译理论和技术,同时也包含了面向对象语言等当前较新语言的编译技术。本书更可贵之处在于提供了较完整的适用于教学实践的样例语言,是一本理论和实践内容相结合的、不可多得的好书。 本书可用作大专院校教材、教师参考书以及编译器研究人员的参考资料。-compiler theory and practice. This book systematically introduce the classic compiler theory and technology, but also includes an object-oriented language such as the current relatively new language compiler technology. The book is more precious here is to provide a more complete application of teaching practice in a sample language, is a theory and practice of combining the content, rare books. The book can be used as a tertiary educational materials, teacher reference books and compiler research references.
- 2022-09-24 19:25: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
-
汽车动力电子和电机驱动手册。章汽车…
Handbook of automotive power electronics and motor drives. Chapter about Automotive Semiconductor
Devices, Components, and Sensors
- 2022-03-18 13:30:24下载
- 积分:1
-
advanced logical design lec5
advanced logical design lec5
- 2022-05-05 15:44:01下载
- 积分:1
-
测试驱动的开发,年度Jolt大奖,英文版。
测试驱动的开发,年度Jolt大奖,英文版。-test-driven development, the annual Jolt Awards and English.
- 2022-04-09 15:05:26下载
- 积分:1
-
一个描述如何在图像处理中使用vtk的简易教程,pdf格式
一个描述如何在图像处理中使用vtk的简易教程,pdf格式-A description of how to use the vtk image processing simple tutorial, pdf format
- 2022-05-16 22:41:21下载
- 积分:1