搜索资源列表
分形L系统
- 下到的很好的代码,很有价值哦,很多L系统的公理规则大全
L 系统
- 这是L系统的一个应用程序,界面很漂亮,是基于混沌的应用程序-This is a system of applications, interface is very beautiful, it is based on the application of Chaos
DolbySOphia
- 分形中的L系统生成的实现。对于研究图形图像的分形几何入门者有一定帮助吧-fractal generation of L system achieved. Graphic images for the study of fractal geometry beginners will definitely help it
L-System.F_tree
- 分形树的生成程序,用VC编程,有背景,可改变参数生成随机树和CAYLAY树-fractal tree formation process, with VC program, a background, can change the parameters generated random trees and tree CAYLAY
L-Blog
- L-Blog是一套BLOG系统,你可以用来自己架设一个服务器,给自己开通BLOG系统,你就拥有了自己的blog了。-L- Blog is a BLOG system, you can use to build a own servers, BLOG to open their systems, you have a blog of its own.
fenxingtuxingdeshengchengyuanma
- 一个分形图像生成的程序,用IFS系统和L系统产生各种分形图形。-a fractal image generation process, using IFS system and L system to produce various fractal graphics.
KochCurveWithLSystem
- L系统单一规则生成Koch曲线源代码,可通过改变初始元、生成元、角度和压缩因子等生成要素绘制出许多“简单”分形图形。(非原创,原程序存在错误,我进行了修改,可能扔存在错误。)-L system single rule Koch curve generated source code can be changed by the initial yuan, generators, angle and compression factor g
fractalDOL
- 程序实现了基于VC++和L系统的自然景物模拟功能-program based on the VC and L-system simulation of natural phenomena function
l-language-in-c
- 本学期编译课程需要实现L语言,本源码用c实现了L语言的词法语法的分析部分-compile this semester courses need to achieve L language, the source code used to achieve the L c language lexical analysis of the grammatical
SiftGPU-0[1].5.261
- 本工程为sift特征提取的GPU实现,其提取速度比单纯使用CPU计算快20倍,要注意的是显卡要是Nvidia 6以上的-This works for feature extraction sift realize the GPU, and its extraction faster than using the CPU alone is 20 times faster calculation, it is necessary to no
3_01
- 基于L-system的分形树代码,在VC++6.0环境下生成二维的分形树-Based on the L-system fractal tree code, in VC++ 6.0 environment to generate two-dimensional fractal tree
source
- 基于L系统的自然景物模拟,自动生成景物,可以改变初始值来设定景物-L system based on the natural landscape simulation, automatic generation of features, can change the initial value to set the scene
SQLite3test
- 1.编译*sqlite源代码为dll;2.运用sqlite3数据库存储二进制数据到数据库,并从数据库中取出二进制文件。(vc6.0)-1. Compile the source code for sqlite pornography dll 2. The use of database storage sqlite3 binary data to the database and removed from the database
first1
- 2D L系统虚拟植物模型,提供可视化的编程实例-2D L system, the virtual plant model, provide examples of visual programming
xvidcore-1.1.3
- 该文档包Xvid最新编解码源代码.已编译生成了lib库和DLL库,可直接调用.CPU占用率不高,可直接支持RGB->RGB的编解码过程.其中还包括了一份关于Xvid核心API的说明文档,但不是官方的.一般的调用和研究的开源好算法,不会比收费的DxiV和MPEG4差!-The archive latest Xvid codec source code. Has been compiled to generate the lib li
Lsystemtree2
- 用MFC编译的基于L系统的植物模型,根据枝干的级数枝干颜色不同,在枝干顶部长处果实,毕业设计参考-MFC compiled with L-based plant model system, according to branches of the series branches of different colors, in the branches at the top of the strengths of fruit, gradu
NeroSDK-1.08
- 基于NERO 程序的开发包,包括NERO_API(API开发包)和NERO_CMD(命令行开发包),可以将二者结核灵活实现光盘刻录功能。-NERO procedures based on the development kit, including NERO_API (API development kit) and NERO_CMD (command-line development kit), TB can be both func
Fractal
- 图形学中的基于L文法的分形树及M集的绘制实现-Fratual tree and M
L-System[1].F_tree
- L系统分形树的实现,使用VC++和OpenGL实现的-L system, the realization of the fractal tree, using VC++ and OpenGL implementation
1
- 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中