Welcome![Sign In][Sign Up]
Location:
Search - cod

Search list

[Linux-Unixlinux001

Description: Linux 0.01源代码为Linux 内核最早的源代码-The source code of linux 0.01 is the earliest source cod of linux kernel.
Platform: | Size: 88182 | Author: wjli | Hits:

[Windows DevelopB3006@04.24

Description: 虚拟机程序,实现的功能: 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击);-virtual machine procedures, functions : 1. Support A, G, R, D, E, U, T, P, etc. orders; 2. Readable income. ASM or compilation. COD binary implementation; 3. Choice of different operating mode (full speed, single-instruction, single microinstruction suspended); 4. Experimental support interruption (3 interrupt source), can set interrupt vector; 5. support instruction set with the task of collection of dynamic expansion; 6. Dynamic Display controls all important signals and data state (Department Control points can click);
Platform: | Size: 2290894 | Author: 安黎 | Hits:

[Other resourcecolin

Description: CoLIN 人工语言模拟 汉化版 2002年8月9日 原作者 布朗 alan j. brown 15 Kinloch Road Renfrew Scotland PA4 0RJ alan@barc0de.demon.co.uk http://www.barc0de.demon.co.uk/ 汉化者 陈辉 主页: http://go2debug.yeah.net 邮件: go2debug@hotmail.com ICQ: 149054569 简介 通过菜单可以清空数据库。 程序会从你的输入中学习,如果你不想这样,就请关闭学习功能。 原作者声明 This program is giftware. If you like it send me something nice. Copyright is fully reserved by Alan J. Brown, any program developed from the CoLIN source code must give Alan J. Brown appropriate credit. 更多问题 请到我的主页 http://go2debug.yeah.net 或者给我发信 go2debug@hotmail.com 另外在布朗的主页上有留言板-CoLIN artificial language simulation Chinese Version August 9, 2002 Author Brown alan j. br own 15 Kinloch Road Renfrew Scotland mouse 0RJ ala n@barc0de.demon.co.uk http : / / www.barc0de.demon.co.uk/ sanctioned Hui Home : http : / / go2debug.yeah.net mail : go2debug@hotmail.com ICQ : 149054569 brief menu can be cleared through the database. Procedures will be imported from your studies, if you do not want to do, turn off the learning function. Authorship Statement This program is giftware. If you like it se nd me something nice. Copyright is fully eser ed by Alan J. Brown, any program developed from the source cod CoLIN e must give Alan J. Brown, appropriate credit. more I question the free home page http : / / go2debug.yeah.net or write to me go2debug @ hotmai in addition l.com Brown'
Platform: | Size: 50574 | Author: 陈雯 | Hits:

[Other课程设计PL0

Description: 编译原理的课程设计,对PL0程序的修改与扩充,内附测试程序,即以.PL0为扩展名的文件,编译完后将生成以.COD为后缀的文件-compiler theory of curriculum design, right PL0 process of revising and expanding, enclosing testing procedures that is. PL0 extension of the paper, after the compiler will generate a. COD suffix for the paper
Platform: | Size: 401306 | Author: 陈任全 | Hits:

[OS programbink

Description: Programmers may incorporate any or all code into their programs,giving proper credit within the source. Publication of the source routines is permitted so long as proper credit is given to Stephen Satchell, Satchell Evaluations and Chuck Forsberg, Omen Technology.-Programmers may incorporate any or all cod e into their programs. giving proper credit within the source. Public ation of the source routines is permitted so lon g as proper credit is given to Stephen Satchell. Satchell Evaluations and Chuck Forsberg, Omen Technology.
Platform: | Size: 11569 | Author: 連源 | Hits:

[OtherNearoptimumerrorcorrectingcodinganddecodingturboco

Description: 这是一篇关于turbo码的原始论文,Near optimum error correcting cod ing and decoding turbo codes,可供学习参考之用。-This is a turbo code of the original papers, Near optimum error correcting cod ing and decod ing turbo codes, and they can study reference.
Platform: | Size: 882498 | Author: qq | Hits:

[Technology ManagementH.264_Advanced_Video_Coder

Description: A New Architecture for fast Arithmetic Coding in H.264 Advanced Video Coder.pdf 很不错的一个优化算法-A New Architecture for fast Arithmetic Cod ing in the H.264 Advanced Video Coder.pdf a very good Optimization Algorithm
Platform: | Size: 219319 | Author: z | Hits:

[ELanguagepl0back

Description: 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 该软件为PL/0语言编译程序,所实现的扩充功能如下: 1.增加单词:保留字 ELSE,FOR,TO, DOWNTO 2.增加运算 +=,-=,++,-- 3.不等号# 改为 <> 4.增加条件语句的ELSE子句 5.扩充语句: ①FOR <变量>:=<表达式> TO <表达式> DO <语句> ②FOR <变量>:=<表达式> DOWNTO<表达式> DO <语句> 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 概述 源文件: *.plo 目标文件: *.COD 实现平台:C++ Builder6.0 -the compiler, the source language of PL / 0 language, target language of the imaginary stack of computer assembly language. PL / 0 language Pascal language is a subset of, PL / 0 compilers including the right PL / 0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL / 0 language compiler to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided the error reporting function. The source did not compile the wrong circumstances, Call category PCODE explain the interpretation and implementation of procedures generated P
Platform: | Size: 383061 | Author: mayfar | Hits:

[WEB Code20060215401235

Description: JSP application develops the detailed solution (second edition) the complete source code ,多平台,文章/文档/Program Document JSP 应用开发详解(第二版)全部源码-JSP application develops the detailed sol Pollution (second edition), the complete source cod e, multi-platform, articles / documents / JSP Program Document Comments on Application Development (2nd Edition) all FOSS
Platform: | Size: 5447536 | Author: anteye | Hits:

[Driver Developtruecrypt-4.2a-source-cod

Description: truecrypt-4.2a-source-cod 文件虚拟磁盘源代码-truecrypt - 4.2a-source-document cod virtual disk source code
Platform: | Size: 1160017 | Author: 李磊 | Hits:

[Driver Developtruecrypt-4.2a-source-cod

Description: truecrypt-4.2a-source-cod 文件虚拟磁盘源代码-truecrypt- 4.2a-source-document cod virtual disk source code
Platform: | Size: 1160192 | Author: 李磊 | Hits:

[Windows Developcod

Description: cod程序 用于作为手机主题 很漂亮的旋转主题-cod program is used as a rotary phone themes theme beautiful
Platform: | Size: 517120 | Author: 阿萨德 | Hits:

[Oraclesource-cod-Pro-Oracle-SQL

Description: Pro Oracle SQL 的源码,非常详细和全面的圆满-the source code of Pro Oracle SQL
Platform: | Size: 227328 | Author: 哈哈 | Hits:

[MiddleWareCOD-Algorithm

Description: COD Algorithm,used to the instrument,a.s. 1.biomedical nuclear electronic instrument,2.display and recording instrument,3.industrial nuclear electronic instrument,4.equipment and instrument archives
Platform: | Size: 3072 | Author: iept | Hits:

[Email Clientcod

Description: VB实现COD群发邮件 VB实现COD群发邮件-COD Sent mail
Platform: | Size: 1024 | Author: sinbad | Hits:

[SCMdsPIC--COD

Description: COD 在线监控仪程序,包括采样,AD转换,与组态软件的通信等-COD on-line monitoring instrument procedures, including sampling, AD converter, communication and configuration software
Platform: | Size: 60416 | Author: | Hits:

[Windows Developcod

Description: VB实现COD群发邮件 COD Sent mail-COD Sent mail
Platform: | Size: 1024 | Author: GTONJu | Hits:

[Internet-Networkcod

Description: VB实现COD群发邮件 -COD Sent mail
Platform: | Size: 1024 | Author: theac | Hits:

[source in ebookBP-network-COD

Description: 利用BP网络实现水质COD测量,很好的一个实例。-A COD measurement of good examples, good programming,Suitable for beginners to learn
Platform: | Size: 4096 | Author: 林子 | Hits:

[Othergpsr cod ns2.35 in simulation

Description: gpsr c++ cod ns2.35 simulation
Platform: | Size: 5120 | Author: u0258 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net