-
ip地址的划分主要介绍了ip地址协议,ip地址的划分方法
ip地址的划分主要介绍了ip地址协议,ip地址的划分方法-ip address into the main introduction of the ip address of the agreement, ip address of the division method
- 2022-07-06 18:11:11下载
- 积分:1
-
The official website to download the original AT91SAM7A3 information. Various fu...
官方网站下载的AT91SAM7A3原始资料。各功能模块的详细介绍。-The official website to download the original AT91SAM7A3 information. Various functional modules in detail.
- 2022-03-01 10:13:19下载
- 积分:1
-
SIP的RFC文件。rfc3263。rfc3263
SIP的RFC文档。RFC3263. RFC3263-SIP RFC documents. RFC3263. RFC3263
- 2022-01-28 03:05:23下载
- 积分:1
-
COM技术内幕,有兴趣的朋友可以下载去观看
COM技术内幕,有兴趣的朋友可以下载去观看-COM technology Insider, interested friends can download to watch
- 2022-06-01 04:39:27下载
- 积分:1
-
关于图像处理的电子书籍,可以用超星阅览器阅读
关于图像处理的电子书籍,可以用超星阅览器阅读-on image processing of e-books can be read Superstar Browser
- 2022-12-22 16: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
-
在开发有关的卢定位的软件时,我们可以用鼠标拖拽的方法实现动态地理定位。本实例就是一个用鼠标拖拽的方法实现的动态改变公交线路的例子。...
在开发有关的卢定位的软件时,我们可以用鼠标拖拽的方法实现动态地理定位。本实例就是一个用鼠标拖拽的方法实现的动态改变公交线路的例子。-Lu in the development of location-related software, we can use the mouse to drag and drop method to achieve dynamic geo-positioning. This example is a way to use the mouse to drag realize the dynamic change in the example of bus lines.
- 2023-01-22 10:40:04下载
- 积分:1
-
C++程序200个例子,其中从基础出发,由浅入深,很好的作为学习C++的配套训练。...
C++程序200个例子,其中从基础出发,由浅入深,很好的作为学习C++的配套训练。-200 C Program, in which from the base, elementary, as a good learning C++ support training.
- 2023-05-06 05:30:03下载
- 积分:1
-
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫...
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫描器的描述。此描述叫做 规则,由正则表达式和 C 代码对组成。flex 的输出是一个 C 代码文件――lex.yy.c――其中定义了 yylex() 函数。编译输出文件并且和 -lfl 库链接生成一个可执行文件。当运行可执行文件的时候,它分析输入文件,为每一个正则表达式寻找匹配。当发现一个匹配时,它执行与此正则表达式相关的 C 代码-flex generated scanner is a tool that can identify lexical patterns in text. flex time into the given input file, in the absence of a given file name, then read from standard input, and thus on the need to generate a description of the scanner. This description is called the rules, by the regular expression and the composition of C code. the output of flex is a C code file- lex. yy.c-- which defines the yylex () function. Output file and compile and link-lfl library to generate an executable file. When running an executable file, it analyzes the input file, for each regular expression match to find. When they find a match, it is the implementation of regular expressions with the related C code
- 2022-07-16 02:04:28下载
- 积分:1
-
字符识别的好书
good book for character recognition
- 2022-03-02 20:15:47下载
- 积分:1