Location:
Search - Main.New
Search list
Description: 介绍java5的新特性,很经典的书oreilly系列的,主要的新特性范型,集合等
书为英文版-java5 introduced the new features, classic books oreilly series, The main new features Norm pool for books in English
Platform: |
Size: 927986 |
Author: 赵波 |
Hits:
Description: 词法分析器制作与应用
设计思想
(1)程序主体结构部分:
说明部分
%%
规则部分
%%
辅助程序部分
(2)主体结构的说明
在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#include来使用标准的头文件和前向说明(forward ,references).这些代码应该再标记\"%{\"和\"%}\"之间 规则部分> 可以包括任何你想用来分析的代码 我们这里包括了忽略所有注释中字符的功能,传送ID名称和字符串常量内容到主调函数和main函数的功能.
(3)实现原理
程序中先判断这个句语句中每个单元为关键字、常数、运算符、界符,对与不同的单词符号给出不同编码形式的编码,用以区分之。
PL/0语言的EBNF表示
<常量定义>::=<标识符>=<无符号整数>
<标识符>::=<字母>={<字母>|<数字>}
<加法运算符>::=+|-
<乘法运算符>::=*|/
<关系运算符>::==|#|<|<=|>|>=
<字母>::=a|b|…|X|Y|Z
<数字>::=0|1|2|…|8|9-lexical analyzer production and application design (1) procedure main structural elements : narrative%%%% Rules of Procedure supporting part (2) the main structure of the narrative here to tell us so The LETTER, DIGIT, IDENT (identifier, usually defined as the beginning of the alphabet alphanumeric strings) and STR (string constants, usually defined as double quotes name of the string of characters) what it meant. This part also contains some initialization code. cases # include use as to the use of standard documents and the first to the (forward, references). these codes should labeled "% (" and ")%" between some of the rules
Platform: |
Size: 4846 |
Author: 黄启龙 |
Hits:
Description: An enhanced phase-locked loop (PLL) system is presented
and its properties and performance characteristics
are investigated. Advantages of the proposed PLL
structure over the conventional PLLs including its capability of direct estimation of amplitude and phase angle of its input signal, within a wide range of parameters,are demonstrated. Main features of the proposed PLL are structural simplicity and performance robustness. Performance of the PLL, based on both analog and digital realization, is also presented.
Platform: |
Size: 418825 |
Author: yangyansky |
Hits:
Description: 主要功能:
本程序用来查看PE格式文件的剩余空间,并且可以添加新的节区。
语言:
MASM32
-main functions : View the procedures used for PE format of the remaining space, and can add a new section of the district. Language : between
Platform: |
Size: 11264 |
Author: vro0 |
Hits:
Description: 介绍java5的新特性,很经典的书oreilly系列的,主要的新特性范型,集合等
书为英文版-java5 introduced the new features, classic books oreilly series, The main new features Norm pool for books in English
Platform: |
Size: 927744 |
Author: 赵波 |
Hits:
Description: Windows下的桌面日程管理系统。提供用户定时提醒和定时执行任务的功能。任务以插件的形式提供,可以随时添加新的插件以扩展软件的功能。-Windows desktop schedule management system. Provide users regularly reminded regularly carry out its mandate and functions. Plug-in the mandate to form, it may add a new extension to a plug-in software functions.
Platform: |
Size: 1240064 |
Author: Rain |
Hits:
Description: 词法分析器制作与应用
设计思想
(1)程序主体结构部分:
说明部分
%%
规则部分
%%
辅助程序部分
(2)主体结构的说明
在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#include来使用标准的头文件和前向说明(forward ,references).这些代码应该再标记"%{"和"%}"之间 规则部分> 可以包括任何你想用来分析的代码 我们这里包括了忽略所有注释中字符的功能,传送ID名称和字符串常量内容到主调函数和main函数的功能.
(3)实现原理
程序中先判断这个句语句中每个单元为关键字、常数、运算符、界符,对与不同的单词符号给出不同编码形式的编码,用以区分之。
PL/0语言的EBNF表示
<常量定义>::=<标识符>=<无符号整数>
<标识符>::=<字母>={<字母>|<数字>}
<加法运算符>::=+|-
<乘法运算符>::=*|/
<关系运算符>::==|#|<|<=|>|>=
<字母>::=a|b|…|X|Y|Z
<数字>::=0|1|2|…|8|9-lexical analyzer production and application design (1) procedure main structural elements : narrative%%%% Rules of Procedure supporting part (2) the main structure of the narrative here to tell us so The LETTER, DIGIT, IDENT (identifier, usually defined as the beginning of the alphabet alphanumeric strings) and STR (string constants, usually defined as double quotes name of the string of characters) what it meant. This part also contains some initialization code. cases# include use as to the use of standard documents and the first to the (forward, references). these codes should labeled "% (" and ")%" between some of the rules
Platform: |
Size: 4096 |
Author: 黄启龙 |
Hits:
Description: 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of contents shows, create a new directory, change directory, create a file, fill out the documents, read documents, delete files, update files.
Platform: |
Size: 280576 |
Author: 马文斌 |
Hits:
Description: 计算函数的极值的另外一种方法 只是其中一种 以后会陆续上新的-Calculation of the extremal function of another kind of method is just one of the future will continue on a new
Platform: |
Size: 2048 |
Author: 郭小 |
Hits:
Description: 一元多项式乘法 包含密运算
新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
Platform: |
Size: 1024 |
Author: 杨锦波 |
Hits:
Description: 利用网络实现函数逼近
使用的主要函数如下:
NEWRB——设计径向基函数神经网络
SIM——对径向基函数网络进行仿真-Function approximation using the Internet to achieve the main function is as follows: NEWRB- the design of radial basis function neural network SIM- for radial basis function network simulation
Platform: |
Size: 1024 |
Author: 舒 |
Hits:
Description: 信息管理系统课程设计,网站新闻信息管理系统.随着互联网日益深入社会生活,以网站作为对外的展示窗口,进行内外信息交流,已成为大众的迫切需要。网站信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。-Information Management System for curriculum design, web site news and information management system. Deepening as the Internet and social life in order to display the external Web site as a window to carry out internal and external information exchange, has become the urgent need for the public. Web information management system is a typical management information system (MIS), including the development of the main background of the establishment and maintenance of database and application development front-end aspects.
Platform: |
Size: 18432 |
Author: lemeno |
Hits:
Description: 2009年新东方保过班新增文章试听,帮助你掌握英语语法要点-New Oriental in 2009 have been insurance classes new article listen to help you grasp the main points of English grammar
Platform: |
Size: 2722816 |
Author: zjb |
Hits:
Description: 2009年新东方保过班阅读理解试听第2部分,帮助你掌握英语语法要点-New Oriental in 2009 Paul had reading comprehension classes Audition Part 2 to help you grasp the main points of English grammar
Platform: |
Size: 2000896 |
Author: zjb |
Hits:
Description:
PHP,即“PHP: Hypertext Preprocessor”,是一种广泛用于 Open Source(开放源代码)的尤其适合 Web 开发并可以嵌入 HTML 的多用途脚本语言。它的语法接近 C,Java 和 Perl,而且容易学习。该语言的主要目标是让 Web 开发人员快速的书写动态生成的网页,然而,PHP 的功能并不局限于此。
本手册基本上由函数参考组成,此外包括语言参考、PHP 主要特点以及其它补充信息。 -PHP, namely, "PHP: Hypertext Preprocessor", is a widely used Open Source (open source) and is particularly suitable for Web development and can be embedded in HTML, multi-purpose scripting language. Its syntax draws upon C, Java, and Perl, and easy to learn. The main objective of the language is to allow Web developers to quickly write dynamically generated web pages, however, PHP function is not limited to this.
This manual is basically a function reference, in addition to including the language reference, PHP, and other additional information on the main features.
Platform: |
Size: 4664320 |
Author: sdfsdf5sd5f4g |
Hits:
Description: It is my thesis report. adaptive based object recognition in massive environment.
Platform: |
Size: 3152896 |
Author: suresh |
Hits:
Description: Sung公司推出的LWUIT文档,J2ME新的UI控件LWUIT。LWUIT是一个轻量级JavaME UI工具包。主要的特性包括:类似Swing 的MVC架构,支持多种布局(Layouts),皮肤更换,字体,触摸屏,动画效果,Rich控件,3D集成,Painter,模式对画框,I18N/L10N等。-Sung launched the LWUIT documents, J2ME new UI controls LWUIT. LWUIT is a lightweight JavaME UI Toolkit. The main features include: Swing-like MVC framework, support for multiple layouts (Layouts), skin replacement, fonts, touch screen, animation effects, Rich controls, 3D integration, Painter, model frame, I18N/L10N so.
Platform: |
Size: 4732928 |
Author: EnjoyJava |
Hits:
Description: VC++ 孙新教程第二讲附带程序 源码
已验证 无错误-VC++ tutorial with a new program, Sun
Platform: |
Size: 7168 |
Author: 清风浩渺 |
Hits:
Description: 蚁群算法:也就是一种解决优化问题的新型的只能优化算法-Ant colony algorithm: is a solution to the problem of the new optimization algorithm only
Platform: |
Size: 1024 |
Author: 流风 |
Hits:
Description: 这个是一个新的版本,需要的人请自行下载,里面主要是关于iterator的运用-This is a new version need to download your own, which is mainly on the use of iterator
Platform: |
Size: 1024 |
Author: lvsongting |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»