搜索资源列表
AS2TutorialSamples
- many flex sample for learning to start
Flex-Servlet-Sample
- Flex的Servlet例子,与前后台进行交互!
src
- ESRI基于flex的一些sample, 具体见说明文档-ESRI ArcGIS Flex Samples
crudflex
- Sample CRUD flex with java
FlexGrid
- Flex grid sample in Visual c++6
arcgis_api_for_flex_1_2
- ARCGIS 在FLEX 中的开发API-ARCGIS API FOR FLEX
Example
- Sample flex application. Simple mxml page is attached which shows the use of HTTP service to bind the data
Sample-AC-DistortionEffects
- DistortionEffects是一种flex3的扩展特效,支持立方体旋转等多种控件的3D变换。该文件为DistortionEffects的应用示例,由flex3 buider开发。-DistortionEffects is a kind of extended flex effects package that support many 3D compoments transformations such as cube rotation.this src is a package of
VirtualHKTBDemo
- Flex场景搭建示例代码,为什么非要20个字呢-Flex scenes to build the sample code
books-overview
- This the latest sample I have created. This also the sample for the coming months. I a experimenting a lot with flex 3 and I show all this is this sample. For now there is a custom component for filtering results in a DataGrid-This is the latest samp
My_CGrid
- flex grid sample files
lex_simple
- 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compi
Eb163RpgGameDemo_1_6
- Flex网页游戏地图引擎。自带示例数据。-Web games map engine. Comes with sample data.
lc
- 引用原作者:这个类C编译器是我在2008年写的,完成度并不高,并没有实现指针、struct这些,不过还是实现了基本的C语言数据类型(int/char/long/short等),函数的声明、定义、调用、递归,if/for/while/goto等跳转,详细请看sample和source。 为了节省开发的时间,词法和语法分析分别采用lex和yacc编写,可以用Cygwin里面的flex和bison进行编译。另外我觉得编译成x86的bytecode比较麻烦,所以定义了一套自己的bytecode
FLex-example
- flex的简单示例,是初学者的必备,很有用-Flex simple sample, it is necessary to beginners, very useful
GPUTransferDemo_Training
- 用opengl和flex引擎gpu模块的GPU-主机直接通信例子。-Sample application that demonstrates how to set up and perform GPU processing using OpenGL and the Flex GPU Transfer module.
FlexaBison-Parser
- 使用flex和bison实现的一个玩具语言的parser,语法定义在l文件里,提供了测试范例-Use flex and bison to achieve a toy language parser, syntax defined in the l file, provides the test sample
flex_flash_invok
- flex和flash通信示例代码,带工程文件-flex and flash communication sample code
interp2
- 早期工程师制图时,把富有弹性的细长木条(所谓样条)用压铁固定在样点上,在其他地方让它自由弯曲,然后沿木条画下曲线。成为样条曲线 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Early engineer drawings, the flexible elongated wood (so-called spline) by the weight fixed on the sample, it is free to fle
CMPP_Project
- This is an sample Compiler for mini java language. It uses Flex and Bison tools and is built using VS.NET 2010