-
来源于真实的阴影
一种基于点光源的三维阴影的实时生成算法-A source from the shadow of the real-time 3D Algorithm
- 2022-01-21 04:39:41下载
- 积分:1
-
两个linux的电子书籍
两个linux的电子书籍-two electronic books
- 2022-07-14 02:55:50下载
- 积分:1
-
端口基础常识大全.rar
端口基础常识大全.rar-knowledge Daquan port basis. Rar
- 2022-04-09 22:24:16下载
- 积分:1
-
Truth you may want to know
关于认识世界的真理,幻灯片,是美国AIG(Answers In Genesis)公司提供,制作异常精美-Truth you may want to know
- 2023-04-09 05:15:04下载
- 积分:1
-
在Windows Linux平台运行Cygwin。功能性个人感觉…
cygwin是在windows平台下仿linux的操作.功能个人感觉还不错.是在windows下编写脚本的不错的工具.-cygwin in windows like linux platform operation. functional personal feeling pretty good. is under the windows of a good scripting tool.
- 2023-02-11 14:10:03下载
- 积分:1
-
《WinNT2000编程实例详解》一书的代码。
《WinNT2000编程实例详解》一书的代码。-"WinNT2000 programming example explanation," a book of the code.
- 2022-12-25 15:00:03下载
- 积分:1
-
编译原理 第一章引论 ppt 课件
编译原理 第一章引论 ppt 课件
-Compiler Construction Principles cited on the first chapter
- 2022-11-02 14:05:03下载
- 积分:1
-
<PCMCIA System Architecture 16 Bit PC Cards>电子书籍,PCMCIA接口设计参考资料。...
电子书籍,PCMCIA接口设计参考资料。-lt; PCMCIA System Architecture Cardsgt 16 Bit PC; Electronic books, reference materials PCMCIA interface design.
- 2022-03-21 14:40:26下载
- 积分:1
-
本手册旨在制作一个网页设计的网页设计经验。
本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识,在此仅简单介绍,恕不赘述。
本手册的升级信息与版权声明请参阅关于本书页面。本手册中专用词汇请参阅中英文词汇对照表。
限于篇幅,对于一些过于繁杂的相关内容,如动态样式属性(Dynamic Properties),滤镜(Filters),行为(Behaviors)请参阅我的其它相关著作。
本书中涉及到的所有HTML对象(Object,Element),HTML特性(Attributes)和属性(Properties)请参阅我的相关著作。
-This manual is aimed at the production of a certain web page design experience of readers. Its purpose is to provide the latest and most wide style sheet content rapid indexing and Notes. Therefore, style sheets for the basic knowledge, in this only briefly, not to go into details. The manual upgrade information and copyright notice Please see the page on this book. Specialized vocabulary in this manual please refer to table in both Chinese and English vocabulary. Due to space limitations, are too complicated for some related content, such as dynamic style attributes (Dynamic Properties), Filter (Filters), behavior (Behaviors) Please see my other related works. This book relates to all the HTML obj
- 2022-05-10 20:10:50下载
- 积分:1
-
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫...
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。
为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
- 2022-03-21 17:16:01下载
- 积分:1