Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - uri
Search - uri - List
本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase. This phase of the task whatever it is a character to a character read source code, which constitute the source of the characters flow scanning and decomposition, which identified a 000 word (also known as a symbol or word symbol). Words such as reservations (keyword or basic word), URI, constant, operator and so on community website.
Update : 2008-10-13 Size : 2.2kb Publisher : 黄德春

标准c的词法分析,完成的不错,能够判断标志符的正确性-standards of lexical analysis, completed Yes, to judge the validity of URI
Update : 2008-10-13 Size : 24.62kb Publisher : 张杰宇

java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。-achieve the lexical analyzer, artisanal production, import source, can be broken down into digital, URI, Segmentation website Operators, reservations word.
Update : 2008-10-13 Size : 36.12kb Publisher : 韩海迪

java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。-achieve the lexical analyzer, artisanal production, import source, can be broken down into digital, URI, Segmentation website Operators, reservations word.
Update : 2008-10-13 Size : 35.69kb Publisher : 韩海迪

本文描述了TrackBack, 一个点对点通信和网站间互相通告的框架. TrackBack的中心思想是TrackBack ping的概念, 从本质上讲,TrackBack ping是一个请求,通告“资源A与资源B相关,或有链接到资源B.” 一个TrackBack “资源” 用一个TrackBack Ping URL表示, 这是一个标准的URI.-This paper describes a TrackBack. a point-to-point communication between each other and websites circular framework. TrackBack central idea is TrackB disappear ping concept, in essence, is a TrackBack ping request, circular "resource A and B related resources, or link to resources B. "a TrackBack" resources "with a TrackBack Pin g URL, it is a standard URI.
Update : 2008-10-13 Size : 11.7kb Publisher : 张三

该源码是一个Symbian的2D的引擎,很适合学习!-the source Symbian is a 2D engine, which is perfect for learning!
Update : 2008-10-13 Size : 1.03mb Publisher : bsj

自顶向下语法分析 实验报告 对于给定的源程序(如C语言或Pascal等),要求从组成源程序的字符行中寻找出单词,并给出它们的种别和属性——输出二元组序列。以便提供给语法分析的时候使用。要求能识别所有的关键字,标志符等,并且能够对出先的一些词法规则的错误进行必要的处理。-top-down syntax analysis report for the experiment to the source (such as C or Pascal, and other languages), request from the composition of source lines of the characters find words, and give them to other species and attributes -- output binary sequence. To provide for syntax analysis of the use. Requirements can identify all the keywords, URI. and right up to the first rule of lexical errors necessary treatment.
Update : 2008-10-13 Size : 54.31kb Publisher : 余琨

Author: David Sedarsky Summary: MatLab GUI for interface tracking and edge velocity determination MATLAB Release: R14SP2 Required Products: Image Processing Toolbox Description: Itrac works on image pairs taken at times T1 and T2, and tracks the motion of features in the images selected using thresholding and edge detection. Two sample image pairs (LIF images of OH in a turbulent flame) are included in the archive. Some of the work that led me to develop Itrac is detailed here: http://www.opticsinfobase.org/abstract.cfm?URI=ol-31-7-906
Update : 2008-10-13 Size : 1001.34kb Publisher : Jallon

DL : 0
关于URI的说明,大家可以侃侃,Web上可用的每种资源 - HTML文档、图像、视频片段、程序等 - 由一个通过通用资源标志符(Universal Resource Identifier, 简称\"URI\")进行定位。-URI on the note, we can only carry, available on the Web each resource-HTML documents, images, Video footage procedures-through by a common URI (Universal Resource Identi fier, "URI") for positioning.
Update : 2008-10-13 Size : 2.65kb Publisher :

DL : 0
这是个关于URI的程序,大家来看看啊。很好用
Update : 2008-10-13 Size : 37.5kb Publisher : 比绅

Example to support XML files using MSXML. ========================================= XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by the World Wide Web Consortium (W3C?. This plugin is intended as an example of how XML data can be read with a DataPlugin. You can adjust it to meet the needs of your own XML file format. After installing the URI file (double click on it), you can find the VBScript file located at \"C:\\Program Files\\National Instruments\\Shared\\USI\\plugins\\DataPlugins\\XML Example\" You can make changes to this file to read your specific XML file.
Update : 2008-10-13 Size : 18.28kb Publisher : 林岚

DL : 0
关于URI的说明,大家可以侃侃,Web上可用的每种资源 - HTML文档、图像、视频片段、程序等 - 由一个通过通用资源标志符(Universal Resource Identifier, 简称"URI")进行定位。-URI on the note, we can only carry, available on the Web each resource-HTML documents, images, Video footage procedures-through by a common URI (Universal Resource Identi fier, "URI") for positioning.
Update : 2025-02-17 Size : 2kb Publisher :

DL : 0
这是个关于URI的程序,大家来看看啊。很好用-This is a procedure on the URI,来看看啊U.S.. Good use
Update : 2025-02-17 Size : 37kb Publisher : 比绅

urifind the uri from specially text samples or files. nice.
Update : 2025-02-17 Size : 8kb Publisher : ypchen.cn

自己写的一个URL类,方便序列化,不占内存,可以分解URL中的各不分: // char * Scheme() //协议 // char * UserName() //用户名 // char * PassWord() //用户密码 // char * Host() //主机 // char * Port() //端口 // char * URI() //相对与主机的URI地址 // char * Path() //文件路径 // char * FileName() //文件名 // char * ExtraName() //扩展名 // char * QueryParam() //请求参数 // char * Anchor() //热点(锚)-Their own category write a URL to facilitate the sequence, and do not account for memory, can be decomposed in the URL regardless of:// char* Scheme ()// agreement// char* UserName ()// user name// char* PassWord ()// user password// char* Host ()// host// char* Port ()// port// char* URI ()// relative URI with the host address// char* Path ()// file path// char* FileName ()// file name// char* ExtraName ()// extensions// char* QueryParam ()// request parameter// char* Anchor ()// hot (Anchor)
Update : 2025-02-17 Size : 2kb Publisher : 杨小卫

DL : 0
It s little try to implement a URI class fpr Visaul C++. So everybody who is interestet my first try look at this files.
Update : 2025-02-17 Size : 4kb Publisher : fritzpas

DL : 0
set of generic URI related routines.
Update : 2025-02-17 Size : 15kb Publisher : wuiviudai

DL : 0
Tests of URI encoding and decoding.
Update : 2025-02-17 Size : 2kb Publisher : ginbaogo

DL : 0
常用的Uri大全,对于Android开发人员来说很有用。-Uri Daquan commonly used for Android developers useful.
Update : 2025-02-17 Size : 2kb Publisher : sxdd

DL : 0
question of uri judg
Update : 2025-02-17 Size : 170kb Publisher : johannydls
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.