搜索资源列表
keygen.RVDS注册机
- RVDS注册机 注册机运行生成license.dat,需拷贝到安装的根目录或C:\flexlm,Zhuceji RVDS Zhuceji operation generated license.dat, need to copy to install the root directory or C: lexlm
retroguard-v2.3.1gpl
- retroguard 混淆器 Included in this release are the following files and directories: Readme.txt : This file. License.txt : For commercial projects, RetroGuard Pro is distributed under an annual subscr iption-based commercial license. -OR
E-MASM
- 易语言编写的汇编指令模块 可以在易语言程序中使用汇编指令 包含了远程函数调用和汇编指令转换功能 无论是写内存补丁还是注入式外挂都非常有用-Easy assembly instructions written in easy language program modules can be used in the assembly instructions and includes a remote function call conversion assembly instructio
Code-Composer-Studio-V3.3
- Code Composer Studio&™ (CCS或CCStudio)是一种针对TI的DSP、微控制器和应用处理器的集成开发环境。CCStudio包括一套用于开发和调试嵌入式应用程序的工具。它包括用于各种TI设备系列的编译器、源代码编辑器、项目生成环境、调试程序、探查器、模拟器和其他许多功能。-Code Composer Studio & ™ (CCS or CCStudio) is one for TI' s DSP, microcontrolle
TPaxCompilerV2_4_03
- paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
VBDecompiler5
- VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0/6.0.
antlr_2_7_5
- antlr学习电子书.antlr是一种语言识别工具,他提供了一个框架,可以通过包含java,c++,或c#的语法描述来构造语言识别器,编译器和解析器-antlr learning books. antlr is a speech recognition tool, he provides a framework can include java, c++, or c# syntax descr iption to construct the language identifier, the co
antlr-2_7_0
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
20054674552
- 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
ATAPI-6
- 这个是开发ATA或者ATAPI所必须看的SPEC。-it s a must need for developing ATA/ATAP driver or low level development.
prefuse.flare-alpha-20090124
- 用于flash/flex的 as3的 2D图形图像图表的动态生成-Flare is a collection of Actionscr ipt 3 classes for building a wide variety of interactive visualizations. For example, flare can be used to build basic charts, complex animations, network diagrams, treemaps, and mor
sdcheck
- linux 环境下获取sd卡或指定磁盘的空间状态,并以windows的方式显示,适合习惯windows编程的用户使用linux环境编程-linux environment, access to the sd card or the specified disk space status, and display windows of the way, for habits of windows programming user programming linux environment
BBS
- 主要功能:1 完全兼容现在流行的 WEB 方式 BBS论坛的界面风格和操作风格。 2支持用户发表投票 (板主以上才可以修改投票)。 3平板式列出BBS主题及跟贴内容。 4站长可开板/修改/删除、设BBS分类、任命板主。 5 板主以上权限可以主题进行 标置精华、置顶、设为公告、、锁定、删除。 6文章作者或板主以上权限者可编辑/删除某篇贴子。 7支持主题快速回复、单篇引用回复。 -Main functions: 1 is now fully compatible with
tcdrom
- 使用ASPI读SCSI/IDE/ATAPI的CDROM数据或音乐磁道数据的程序,并可控制CDROM的一些参数- Uses ASPI to read SCSI/IDE/ATAPI the CDROM data or the music track data procedure, and may control CDROM some parameters
mmc3r10g
- SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not repo
58762
- 一个公司希望为其客户订购行为建立一个数据库。一个消费者可以有一个或多个订单,每个订单可以有一种或多种商品。每个订单有一张发票,可以通过多种方式来支付,例如支票、信用卡或现金。-A company wants its customers ordering behavior of building a database. A consumer can have one or more orders, each order can have one or more commodities. Each
5
- 详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for pro
asp
- 图书管理系统,是access数据库和asp结合做的,实现对图书的管理,增加删除等功能-Library management system is a combination of access database and asp to do, to achieve the management of books, increase or delete features
led
- LED灯的灰度调节,通过两个按键来控制灰度的增加或减少-LED light gray-conditioning, through the two buttons to control the increase or decrease in gray