在C++ builder 平台上利用AMpciI/O卡控制步进电机!
上传时间: 2014-01-17
上传用户:nanshan
C++程序设计语言特别版(中文版) The C++ Programming Language S.rar
标签: Programming Language The
上传时间: 2014-11-29
上传用户:z1191176801
OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is just a library, not a full application. This documentation contains descriptions of the internal classes and concepts, as well as a tutorial that explains how to use the system.
标签: e.g. applications scenegraph for
上传时间: 2015-09-13
上传用户:bruce
【原书名】Accelerated C++ 【原出版社】 Addison-Wesley 【作者】[美]Andrew Koenig,Barbara E.Moo【译者】覃剑锋 【丛书名】 深入C++系列C 【出版社】 中国电力出版社 【书号】 7-5083-1819-6 【开本】 16开 【页码】 340 【出版日期】 2003-12-1
标签: Addison-Wesley Accelerated Barbara Andrew
上传时间: 2015-09-15
上传用户:zsjinju
基于"trace transform"的识别2D图像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3进行编绎, 而且最后的结果也可以在MATLAB下显示出来, This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.
上传时间: 2013-12-23
上传用户:redmoons
O Reilly - Java 1.5 Tiger A Developer S Notebook JDK1.5的新特性
标签: 1.5 Developer Notebook Reilly
上传时间: 2013-12-26
上传用户:zl5712176
制作用于日期时间型字段的DELPHI数据感知控件 用DELPHI开发C/S应用方便而快速,因为它拥有大量易于使用的数据访问和数据感知控件。然而万事总是难以完美,DELPHI的DBEdit控件用于输入日期时间型字段却很不方便,为了改善这一缺点,我开发了一个DBDateTime数据感知控件,大大方便了时间和日期的输入。
上传时间: 2015-09-16
上传用户:dragonhaixm
c/s通信软件 c/s通信软件 c/s通信软件 c/s通信软件 c/s通信软件 c/s通信软件 c/s通信软件 c/s通信软件 v
标签: 通信软件
上传时间: 2015-09-17
上传用户:13681659100
U盘文件读写模块, 连接方式: 软件模拟SPI时序+查询, MCS-51单片机C语言示例程序
上传时间: 2015-09-17
上传用户:Shaikh
上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
标签: Context-Free Grammar CFG
上传时间: 2013-12-10
上传用户:gaojiao1999