搜索结果
找到约 44,711 项符合
C-Code 的查询结果
编译器/解释器 c语言编译器
c语言编译器,跨平台,4.2版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research. ...
编译器/解释器 c语言编译器
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research.microsof ...
VC书籍 VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno
VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds a ...
编译器/解释器 The Small C compiler translates a subset of the C language into assembly language. It runs under P
The Small C compiler translates a subset of the C language into
assembly language. It runs under PC/MS-DOS 2.1 and later. Small
C is compatible with the Microsoft and Small Mac assemblers.
Small C takes full advantage of the ability of these assemblers
to generate relocatable object code, to mai ...
编译器/解释器 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs inc ...
人工智能/神经网络 RSA算法实现(经典) 1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。 (在本机上已经做过
RSA算法实现(经典)
1.
首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。
(在本机上已经做过,所以不需要做)
2.
RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,
把要加密的数据写到文件里),加密 ...
人工智能/神经网络 1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。 (在本机上已经做过
1.
首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。
(在本机上已经做过,所以不需要做)
2.
RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,
把要加密的数据写到文件里),加密后在C盘下生成一个文 ...
其他嵌入式/单片机内容 VS1002D ADPCM RECORDING INSTRUCTIONS v 1.0 (C) 2004-09-23 VLSI SOLUTION OY This is a softwar
VS1002D ADPCM RECORDING INSTRUCTIONS v 1.0
(C) 2004-09-23 VLSI SOLUTION OY
This is a software package to patch VS1002d ADPCM recording
capability. It is explained in VS10XX Application Notes,
available at http://www.vlsi.fi/download/
See also source code src/microcontrol.c for example.
编译器/解释器 Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a si
Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file.
Draak Compiler是一个多语言,宏编译器,可以在一个单独的 ...
Applet The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (w ...