资源列表
RecursiveDescentParser
- 以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-The following descr iption of arithmetic expressions LL (1) recursive descent parser grammar G [E]: E → TE ' E' → ATE ' | ε T → FT' T
Canny
- canny边缘检测不错的程序,仅供大家参考!希望共同学习!-good canny edge detection procedure, for your reference! I hope common study!
Essentials-of-MATLAB-Programming
- basics of matlab programming
callbackTest
- 关于callback的教学例子,很简洁,也非常容易懂。自己写的。很多人可能也和我一样搞不清楚。菜鸟学习必备。-Teaching on the callback example, is very simple, very easy to understand. Wrote it myself. Many people may like me confused. Rookie learning essential.
BeginningiPhoneDev.rar
- 《iPhone开发基础教程》源代码 介绍了iphone开发平台下的一些应用例子,IPhone development course source code introduced a number of applications under the example
webradio-V2
- ucos 在TI芯片开发的一款网络收音机代码,是一个学习UCOS的很好例程-ucos TI chips in the development of a network of radio code, is a good learning routines UCOS
D0102英国得自对外贸易的财富.pdf
- D0102英国得自对外贸易的财富.pdf
lj
- 计算机图形学实习编程Visual C++源代码,包括直线、圆、椭圆、矩形、多边形、填充、文字、裁剪-Computer graphics internship program Visual C++ source code, including a straight line, round, oval, rectangle, polygon, filling, text, cutting ......
PIC18FBase
- pic18f4550 usb example project for mplab and mplab c18. example is based on pic18f usb hid frame work of microchip.
CComboBoxCheck
- CCombox控件的美化,模拟QQ登录界面中的CCombox控件,增加了关闭按钮。-CCombox control landscaping, simulation QQ login interface in the CCombox control, increase the close button.
VNC
- foxpro写成的vnc控制功能. 需要有foxpro去编译-foxpro written vnc control functions. need to compile foxpro
keil
- Keil的学习教程,熟悉环境 并且进行编译,生成可烧些的文件,实现控制功能