-
ScanZbuffer
扫描线Zbuffer算法
1。算出模型的包围盒。
2.每条扫描线打点时并不是包围盒内整条线打点,而是先搜索需要刷新的范围, 只是该范围内打点。
(One scan line Zbuffer algorithm. Calculate the model bounding box. 2. Each scan line runs inside the box when not surrounded by the entire line runs, but first need to refresh the scope of the search, but the scope of RBI.)
- 2020-12-31 21:58:59下载
- 积分:1
-
Code00
说明: C++入门程序,输出hello world(the introduction about C++ programming langauge output hello world)
- 2019-03-23 22:21:06下载
- 积分:1
-
ZLG-GUI
基于LM3S5749的ucosii+zlggui在320*240的液晶屏上显示的实验(The ucosii+ zlggui based LM3S5749 in 320* 240 LCD display experiments)
- 2011-07-30 17:38:35下载
- 积分:1
-
STC11系列程序
这是基于stc11F60XE的语音识别程序,编译环境keil4(This is a speech recognition program based on stc11F60XE, compiler environment keil4)
- 2020-06-18 10:00:01下载
- 积分:1
-
06990969PLFchengxumatlab
说明: 用牛顿-拉夫逊法进行电力系统潮流分布计算(Calculation of Power Flow Distribution in Power System by Newton-Raphson Method)
- 2019-04-10 18:28:12下载
- 积分:1
-
用C-语言实现的编译器
用C-语言实现词法分析和语义分析,实现一个简单的编译器
在学习《编译原理》课程过程中,结合各章节的构造编译程序的基本理论,要求用C或C++语言描述及上机调试,实现一个 C-Minus 小编译程序(包括词法分析,语法分析等重要子程序),使学生将理论与实际应用结合起来,受到软件设计等开发过程的全面训练,从而提高学生软件开发的能力。
本程序采用C++语言以面向对象的思想编写,程序分为两部分:词法分析(Scanner)和语法分析(Parser),分别将两个处理阶段封装成Scanner类和Parser类,两个类各司其职,分别完成词法分析和语法分析的任务。Scanner类主要的工作是过滤注释、词法分析获取Token。Parser类的主要工作是根据Scanner类词法分析之后的Token进行语法分析,生成语法树,最后并输出语法树。在处理过程中,Scanner类的对象作为Parser类的一个成员变量,配合Parser类进行语法分析
- 2022-10-16 08:40:03下载
- 积分:1
-
msp430FE427RS485
基于MSP430FE427单片机的RS485源码,485没有使能端,利用串口助手2.1,发一组数据被单片机接受后返回。完全符合645协议,其中数据域接受时减0x33,发送时加0x33。所以收到的数据效验码与发送的会不同。(RS485-based SCM MSP430FE427 source, 485 is not enabled client, using assistant serial 2.1, the one set of data has been accepted to return to single-chip microcomputer. In full compliance with the 645 agreement, which the data field accepted by 0x33, sent plus 0x33. Therefore, the data received and sent well-tested code will be different.)
- 2021-03-08 09:49:29下载
- 积分:1
-
Chaos-control
混沌控制经典书籍--混沌控制及其优化应用-作者邹恩(Chaos control of classic books- Chaos control and optimization applications- Author Zou En)
- 2011-08-31 15:51:54下载
- 积分:1
-
cdsafsafewf
求s=a+aa+aaa+aaaa+aa...a的值,求最大公约数和最小公倍数(Seeking s = a+aa+aaa+aaaa+aa ... a value, find the greatest common divisor and least common multiple)
- 2016-02-15 23:14:57下载
- 积分:1
-
MFC文件打开
VC6.0中MFC工程里文件的读取代码,要打开什么文件需修改代码中的文件目录
- 2023-05-08 11:20:02下载
- 积分:1