搜索资源列表
vb6.0大规模填充
- 扫描线算法的一种做法,填充法,计算机图形学作业-scan line algorithm approach, filling law, computer graphics operations
jianpansshibie
- 4×4矩阵键盘识别处理,键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由行扫描值和回馈信号共同形成键编码而识别按键,通过软件查表,查出该键的功能。 -4 × 4 matrix keyboard recognition processing, the keyboard handler task is: to determine whether
C04_KeyBoard
- 了解键盘结构,学习扫描法和行反转法判断按键的方法。了解用8个I/O设计更多的按键的方法。学会运用C语言编写键盘模块,并能体现SCI模块的功能。 -Understanding of the keyboard structure, learning method and line reversal scan to determine the method keys. Learn to use 8 I/O design more of the key methods. Learn to use t
LexicalAnalysis
- 词法分析源码:从左到右扫描每行该语言源程序的符号,拼成单词,换成统一的内部表示(token),送给语法分析程序。-Lexical analysis Source: from left to right scan every line in the source language of symbols, spell the word, and replaced with a unified internal representation (token), sent to the parser.
FSM
- 功能强大的汇编语言词法分析器,可以读入一行汇编语言,再输出扫描结果。使用汇编语言开发,有限自动机原理。-Powerful assembly language lexical analyzer, can be read into the line of assembly language, and then export the scan results. Assembly language development, finite automaton.
Line-tree-and-its-application
- 描述了关于线段树的一些原理及基本操作,后面引用两个例题详细介绍了离散化,扫描线,以及二维线段树-Describes the segment tree some of the principles and basic operation, followed by reference to the two examples described in detail the discretization, scan lines, as well as two-dimensional segment tr
li
- 动态显示的特点是将所有位数码管的段选线并联在一起,由位选线控制是哪一位数码管有效。这样一来,就没有必要每一位数码管配一个锁存器,从而大大地简化了硬件电路。选亮数码管采用动态扫描显示。所谓动态扫描显示即轮流向各位数码管送出字形码和相应的位选,利用发光管的余辉和人眼视觉暂留作用,使人的感觉好像各位数码管同时都在显示。动态显示的亮度比静态显示要差一些,所以在选择限流电阻时应略小于静态显示电路中的。-Dynamic display characteristics of all digital tube
kyetest
- 等待按键,读取并按16进制显示按键的ASCII和SCAN码 (要求在固定位置显示,例如:第24行,第1列,第3列), 如果是Esc键,程序退出,否则继续-Waiting for the keys, read the press the hexadecimal ASCII display button and SCAN code (required in a fixed position, example: line 24, 1, 3), if the Esc key, the pro
scan
- //程序实现C语言词法分析器的设计 //用到的变量 // cch 放当前字符 // q 标志保留字(1:是 0:否) //StrToken 保留字列表 /*C语言中的保留字(32个) auto break case char const continue default do double else enum extern float for goto if int long register retu
CP_test_1
- 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
dangesaomiao
- 椭圆寻找圆心,利用水平扫描加垂直扫描,拟合2直线求交点的方法-Looking oval center, plus the use of horizontal scan vertical scan, seeking to fit a straight line intersection method 2