基于特定微架构的GNU工具链优化
2021-06-30 13:00:46 1.53MB gcc armv8 optimization compiler
1
合肥工业大学2020年系统软件(操作系统&编译原理)综合设计的内容,包括报告(word与pdf版)和工程代码。OS题目:段页式虚拟存储管理系统:建立一个段页虚拟存储管理系统的模型。(1-2 人,难度:4)||| Compiler题目:局部优化程序的实现。https://github.com/25thengineer/HFUT_2020_OS_Design_WH。https://github.com/25thengineer/HFUT_2020_Compiler_Design_WH
1
TI CLA TMS320C28x Optimizing C/C++ Compiler
2021-06-26 13:09:25 1.09MB C2000C编译器
1
破解方法: 1、先用序列号 4 5 5 5 3 安装(当然是PRO 模式啦),选择离线激活方式。 2、覆盖安装目录下的原文件,然后导入注册表项即可完成破解。 经本人试用,真实有效,比PICC 8.05PL2编译后的代码空间少2.4%,故强烈推荐!下面是我用9.70编译结果: Build C:\Documents and Settings\zhoujie\My Documents\project10\project10 for device 16F877A Using driver C:\Program Files\HI-TECH Software\PICC\9.70\bin\picc.exe Executing: "C:\Program Files\HI-TECH Software\PICC\9.70\bin\picc.exe" --pass1 "C:\Documents and Settings\zhoujie\My Documents\project10\src\project.c" -q --chip=16F877A -P --runtime=default --opt=default -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s" Executing: "C:\Program Files\HI-TECH Software\PICC\9.70\bin\picc.exe" -oproject10.cof -mproject10.map --summary=default --output=default project.p1 --chip=16F877A -P --runtime=default --opt=default -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s" HI-TECH C Compiler for PIC10/12/16 MCUs (PRO Mode) V9.70 Copyright (C) 2009 Microchip Technology Inc. Serial number: HCPICP-45553 (PRO) Memory Summary: Program space used 475h ( 1141) of 2000h words ( 13.9%) Data space used 25h ( 37) of 170h bytes ( 10.1%) EEPROM space used 0h ( 0) of 100h bytes ( 0.0%) Configuration bits used 1h ( 1) of 1h word (100.0%) ID Location space used 0h ( 0) of 4h bytes ( 0.0%) Loaded C:\Documents and Settings\zhoujie\My Documents\project10\project10.cof. ********** Build successful! ********** 下面是我用8.05PL2编译的结果: Executing: "C:\HT-PIC\bin\picc.exe" -C -E"project.cce" "project.c" -O"project.obj" -Zg9 -O -ASMLIST -Q -MPLAB -16F877A Warning[000] C:\Documents and Settings\zhoujie\My Documents\project10\src\lcd.h 143 : Missing newline Warning[000] C:\Documents and Settings\zhoujie\My Documents\project10\src\at93c46.h 91 : Missing newline Warning[000] C:\Documents and Settings\zhoujie\My Documents\pr
2021-06-22 12:15:26 457KB HI-TECH C Compiler for
1
可将c语言编译成masm32汇编语言,分为4个文件(sca.c,p.c,table.c,g.c,其中sca.c是扫描文件,生成符号流,p.c 是生成语法树,table.c是生成各种变量的表,g.c是直接生成masm32汇编代码),是c编译器,想学编译原理的可以看看,是将c语言编译成masm32汇编,编译好后可以用masm汇编器直接编译成可执行语言。该编译程序可以自举,也就是自己编译自己。当然仅仅3000多行代码,支持绝大多数c语法,但是不支持swich语句,另外不支持float 类型。本打包含有例程,程序源代码,以及masm32汇编器!想学习编译原理跟masm32汇编的朋友可以参考看看!举例说明,比如编译example.c文件,直接在命令行里输入g example.c就可以在屏幕显示汇编后的结果,如果直接编译成文件则在命令行输入g example.c -file=example.asm,则生成example.asm汇编文件,如果要编译成可执行文件则再输入masm example则生成example.exe可执行文件!
2021-06-21 21:10:35 897KB c yuyan masm32 compiler
1
带有用户界面的简单CMM编译器,支持int,double,数组数据类型,支持无返回值的函数,支持while循环,支持单行多行注释等
2021-06-19 16:20:52 114KB compiler
1
支持安卓系统的java编译器 手机上编java很实用
2021-06-16 21:03:19 7.03MB compiler 安卓 支持安卓 编译器
1
电脑需先安装Keil MDK5。此固件库为Keil官方提供,直接双击安装即可,安装成功后在MDK5工程的Device中验证,或者在PACK安装页面选择File->Import 官网下载比较慢,为方便大家提供分享
2021-06-14 20:39:16 3.88MB Keil 固件库 MDK ARM
1
编译大作业,北航编译中级难度最终得分85分,内含源代码(必要注释全有)、测试程序、详细设计文档。可供参考,但是建议不要照抄,被查抄袭后果自负。
1
vc++ 2010 编译器 带C/C++,MFC,CRT,所有库 1.环境变量设置:(64位根据目录加一层64位目录) include=%compiler_home%\include;%compiler_home%\PlatformSDK\Include; lib=%compiler_home%\lib;%compiler_home%\PlatformSDK\Lib; path+=%compiler_home%\bin 2.将安装目录复制到VC2010.dat里面的@set VC2010=后面 dos环境下切到%compiler_home%目录,运行VC2010.dat即可 /********************************************************** halloworld---dos下命令: C:\>cl 用于 x64 的 Microsoft (R) C/C++ 优化编译器 16.00.30319.01 版 版权所有(C) Microsoft Corporation。保留所有权利。 用法: cl [ 选项... ] 文件名... [ /link 链接选项... ] ***********************************************************/
2021-06-10 16:25:22 40.47MB VC++2010 compiler 编译器
1