亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

C-Code

  • 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.microsoft.com/~drh/pubs/interface4.pdf.

    標簽: c語言 編譯器

    上傳時間: 2015-04-06

    上傳用戶:小儒尼尼奧

  • 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 an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標簽: Microsoft continued Internet English

    上傳時間: 2013-12-08

    上傳用戶:lepoke

  • 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 maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.

    標簽: language translates compiler assembly

    上傳時間: 2015-04-08

    上傳用戶:Avoid98

  • 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 included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS. the newest version, support windows.

    標簽: compiler general-purpose optimizing given

    上傳時間: 2015-04-12

    上傳用戶:gtzj

  • RSA算法實現(經典) 1.   首先要把文件夾中的rsa.c文件拷貝到運行工具(如TURBOC2)下文件夾名為INCLUDE的文件夾中。   (在本機上已經做過

    RSA算法實現(經典) 1.   首先要把文件夾中的rsa.c文件拷貝到運行工具(如TURBOC2)下文件夾名為INCLUDE的文件夾中。   (在本機上已經做過,所以不需要做)     2.   RSA的加密對象為C盤下文件名為CODE.txt的前8位(如果沒有一定要在C盤下建立一個文件名為CODE.txt的文件,  把要加密的數據寫到文件里),加密后在C盤下生成一個文件名為RSACIPER.txt文件。  ?。ㄔ诒緳C上已經做過,所以不需要做以上二步)   但在其它機子上一定得完成以上二步,方可運行。  3.   RSA的解密對象為C盤下文件名RSACIPER.txt文件,解密后在C盤下生成為End_CODE.txt文件。 運行步驟 (計算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。

    標簽: INCLUDE TURBOC2 RSA rsa

    上傳時間: 2013-12-11

    上傳用戶:wangdean1101

  • 1.   首先要把文件夾中的rsa.c文件拷貝到運行工具(如TURBOC2)下文件夾名為INCLUDE的文件夾中。   (在本機上已經做過

    1.   首先要把文件夾中的rsa.c文件拷貝到運行工具(如TURBOC2)下文件夾名為INCLUDE的文件夾中。  ?。ㄔ诒緳C上已經做過,所以不需要做)     2.   RSA的加密對象為C盤下文件名為CODE.txt的前8位(如果沒有一定要在C盤下建立一個文件名為CODE.txt的文件,  把要加密的數據寫到文件里),加密后在C盤下生成一個文件名為RSACIPER.txt文件。   (在本機上已經做過,所以不需要做以上二步)   但在其它機子上一定得完成以上二步,方可運行。  3.   RSA的解密對象為C盤下文件名RSACIPER.txt文件,解密后在C盤下生成為End_CODE.txt文件。 運行步驟?。ㄓ嬎鉖K SK R)-->(A_RSA加密)-->(A_RSA解密)。

    標簽: TURBOC2 INCLUDE rsa 運行

    上傳時間: 2013-11-26

    上傳用戶:小碼農lz

  • 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.

    標簽: INSTRUCTIONS RECORDING SOLUTION softwar

    上傳時間: 2014-01-05

    上傳用戶:894898248

  • 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是一個多語言,宏編譯器,可以在一個單獨的文件中定義所有的語法和代碼生成。Draak 是一個單獨的二進制文件,可以在任意平臺上只使用一個文件來編譯任何上下文無關的語言(類似 C, Pascal, Java)。

    標簽: multi-language generation compiler defined

    上傳時間: 2013-12-30

    上傳用戶:a673761058

  • 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 (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    標簽: convertColumnIndexToModel straightforward perhaps fairly

    上傳時間: 2013-12-10

    上傳用戶:it男一枚

  • The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca

    The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info.

    標簽: program translation Kokkonen pascal

    上傳時間: 2015-05-05

    上傳用戶:rocwangdp

主站蜘蛛池模板: 兴隆县| 武定县| 登封市| 石棉县| 光山县| 凯里市| 霞浦县| 襄城县| 阿克苏市| 凤台县| 徐汇区| 固原市| 息烽县| 民丰县| 乌拉特中旗| 洪江市| 新建县| 阿城市| 云霄县| 商城县| 连城县| 平邑县| 江西省| 玉龙| 呼图壁县| 上高县| 玉屏| 正阳县| 电白县| 木兰县| 宁津县| 商南县| 江津市| 且末县| 阿巴嘎旗| 涟源市| 长春市| 信阳市| 郓城县| 崇阳县| 阳谷县|