Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - gcc-2.4.5
Search - gcc-2.4.5 - List
在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Experiments main function Description : 1.if statement 2.if_else statement 3.while statements 4. 5 array. Function call 6. The external function calls printf (print) 2. A test environment . fedora core 4 (OS) 2.lex 3.yacc 4.gcc version 2.5.4 (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
Update : 2008-10-13 Size : 5945 Publisher : 韩天毅

DL : 0
XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11) 别名 12) 邮递表 13) 顾客邮件处理 14) 远程管理 15) 客户邮件交换 16) 记录日志 17) 多平台 [系统需求] Linux操作系统 或Windows NT,且ws2_32.dll 已经安装。具有连接到因特网的DNS和网关。为了在Linux下编译,你需要安装gcc和libc或glibc, 为了在Windows下编译,你需要MS Visual C++ (我就是用它来编译的),或其它支持Win32 SDK的编译器。 [编译和配置] 详见英文readme.txt。
Update : 2008-10-13 Size : 193659 Publisher : 李建

DL : 0
linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under the most ping process two threads running 50. Thread each send four packets ICMP6 after receiving three. Testing procedures, multithreaded structure is not necessarily reasonable, the trial after further revision 4. The terminal ./pingipv6 IP1 1P2 .... .. can run programs 5. for single-source document, I did not write make, compile the order : gcc-Wall-o pingipv6 pingipv6.c - lpthread
Update : 2008-10-13 Size : 3030 Publisher : 时柏营

DL : 0
win2000下直接访问端口 1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。 2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。 3、拖一个TPort到窗体上,命名为port。 4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:= 5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。 6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。
Update : 2008-10-13 Size : 383878 Publisher : 利于均

基于LPC214X 的USB固件升级程序,通过USB接口来升级更新你的应用程序.基于LPC214X USB 固件升级源程序 (USB Firmware Upgrader source code ) 基于含有USB固件升级的LPC214X例程 例程包含下面编译器的工程文件(Rowley CrossWorks Studio(GCC) 1.5, IAR ARM v.4.39, GCC 3.4 (4.10), ARM ADS 1.2, ARM RealView 2.2, Keil RVC v.3 )
Update : 2008-10-13 Size : 531306 Publisher : 官中华

用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言 工具:vi编辑器、gcc编译器 操作系统:linux操作系统 调试工具:edit、masm、link、debug. 3数据结构与模块说明(功能与流程图) 数据结构 int count=0 //记录阅览室读者数量 sem_t full //定义阅览室座位信号量 int seat[5] //用数组表示座位 pthread_t reader[10] //定义读者线程 pthread_mutex_t mutex //定义互斥量 3.2功能说明 可以标识读者,随机为读者设置在阅览室的读书时间  可以显示阅览室读者的人数  可以显示读者所坐的位置,座位状态以及列出空座位
Update : 2008-10-13 Size : 864 Publisher : 谢冷阳

DL : 0
1. 安装Code::Blocks………………………………………………………………………….…………………3 1.1 下载……………………………………………………………………………………….….…………. .3 1.2 安装……………………………………………………………………...………………….….…………3 2. Code::Blocks的编程环境配置…………………………………………………………….……….…………7 2.1 环境………………………………………………………...…………………………………..…………7 2.2 编辑器…………………………………………….…………………………………….….…………....12 2.3 编译器和调试器……………………………………………………………………….……….……….13 3. 编写程序……………………………………………………………………………….……….....………...17 3.1 创建一个工程…………………………………………………………………….………….………….17 3.2 添加和删除文件…………………………………………………………………………..…………….20 3.3 编辑文件………………………………………………………………………………………..……….25 3.4 编译程序…………………………………………………………………….…………………..……....30 3.5 调试程序………………………………………………………………………………..……………….43 3.6 阅读别人编写的程序………………………………………………………………...…………………74 4. 附录…………………………………………………………………………………………………...……..79 4.1 Linux下安装Code::Blocks……………………………………………………………………………….79 4.2 Mac OS X下安装Code::Blocks………………………………………………………………………….80 4.3 Code::Blocks搭配高版本gcc编译器…………………………………………………………………….80 4.4 安装配置boost…………………………………………………………………………...........................82
Update : 2010-10-17 Size : 3288531 Publisher : afd_326

DL : 0
winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而TC太老,不支持C99,VC也不能很好支持。那些代码是在Linux下用gcc调试通过的。所以使用gcc没有问题。Windows下使用lcc没问题。没有在Dev-C++下测试过,应该没问题。其他编译器一概不保证可以通过。 4、请不要为了索取完整代码给我发邮件,我已经在第一点声明过了:我没有完整代码,所有我有的代码都已经在报告里了。 5、我不是你们的程序设计老师,所以请不要给我发你们的代码让我来修改。至少在1月23日之前不可以。 祝愿大家都能顺利的完成自己的课程设计。 《编译原理》课程设计报告 1 词法分析 1.1 试验目的 设计,编制并调试一个词法分析程序,加深-winsock programming statement : Recently, I have been to use the report of this experiment, and this time I made to the mail. I do not oppose the use of this report. However, there are several issues to make : one, the report code incomplete. Only syntax analysis and lexical analysis of the two functions, not the integrity of the process up so that the main function. 2, I wrote the code in the wrong syntax analysis of the grammatical rules, which led to some grammatical rules with the source document can not be properly analyzed. The problem I face the final report is described. 3, code compiler : I do not guarantee experimental report of the code can be compiled under the TurboC2.0 through. Visual C does not guarantee that. The code is in line with the rules of grammar C99 standards, and
Update : 2024-05-05 Size : 177152 Publisher : 名台

基于LPC214X 的USB固件升级程序,通过USB接口来升级更新你的应用程序.基于LPC214X USB 固件升级源程序 (USB Firmware Upgrader source code ) 基于含有USB固件升级的LPC214X例程 例程包含下面编译器的工程文件(Rowley CrossWorks Studio(GCC) 1.5, IAR ARM v.4.39, GCC 3.4 (4.10), ARM ADS 1.2, ARM RealView 2.2, Keil RVC v.3 ) -LPC214X based on the USB firmware upgrade procedure to upgrade through the USB interface to update your application. LPC214X USB-based firmware upgrade source (USB Firmware Upgrader source code) contains a USB-based firmware upgrade routine LPC214X routine contains the following compiler The project file browser (Rowley CrossWorks Studio (GCC) 1.5, IAR ARM v.4.39, GCC 3.4 (4.10), ARM ADS 1.2, ARM RealView 2.2, Keil RVC v.3)
Update : 2024-05-05 Size : 531456 Publisher : 官中华

DL : 0
技术参考大全GCC 作  者: (美)格里菲斯 著,胡恩华 译 出 版 社: 清华大学出版社 页  数: 499 目录 第1部分 自由软件编译程序 第1章 GCC简介 第2章 查询与安装编译程序 第2部分 使用编译程序集合 第3章 预处理程序 第4章 编译C程序 第5章 编译C++程序 第6章 编译Objictive-C 第7章 编译Fortran 第8章 编译Java 第9章 编译Ada程序 第10章 混合语言 第11章 国际化 第3部分 外设和内设 第12章 边接和库 第13章 使用GNU调试器 第14章 make 和 Artoconf 第15章 交叉编译及窗体端口 第16章 MinGW 第17章 嵌入式系统 第18章 编译程序输出 第19章 实现一种语言 第20章 寄存器传送语言 第21章 机器相关的编译程序选项 第4部分 附录-err
Update : 2024-05-05 Size : 27573248 Publisher : 何小克

DL : 0
Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr-Linux under the tree order, with the window, more powerful! 1, tree-1.5.1.1 source code download 2, extract the source to the working directory tar zxvf tree-1.5.1.1.tgz3, in the tree-1.5.1.1 directory cross compiler: make CC = arm-linux-gcc4, install: make prefix =/home/xxxx/rootfs installUbuntu directly under the apt-get install tree to install the latest tr
Update : 2024-05-05 Size : 31744 Publisher : hhh

目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项 1.1.3.6.编译环境变量 1.1.4.生成汇编 1.1.4.1.编译成汇编 1.1.4.2.编译汇编 1.1.5.创建静态库 1.1.5.1.编译静态库 1.1.5.2.ar指令 1.1.5.3.使用静态库 1.1.6.创建共享库 1.1.6.1. 编译共享库 1.1.6.2.定位共享库 1.1.6.3.使用共享库 1.1.6.4.库工具程序介绍 1.1.6.5.其他编译选项 1.1.7.C语言扩展 1.1.7.1.控制C语言版本 1.2.编译C++程序(基本上同C一样) 2.GDB的使用 2.1.GDB基础 2.1.1.生成调试信息 2.1.2.启动调试 2.1.3.调试模式设置 2.1.4.退出调试 2.1.5. 查看帮助 2.2.使用GDB控制调试过程-1.The use of GCC 2.The use of GDB
Update : 2024-05-05 Size : 274432 Publisher : grub

1 Getting Started 3 1.1 Editing with Emacs 4 1.2 Compiling with GCC 6 1.3 Automating the Process with GNU Make 9 1.4 Debugging with GNU Debugger (GDB) 11 1.5 Finding More Information 13 2 Writing Good GNU/Linux Software 17 2.1 Interaction With the Execution Environment 17 2.2 Coding Defensively 30 2.3 Writing and Using Libraries
Update : 2024-05-05 Size : 3510272 Publisher : noah

文件系统为 FAT12/16/32 包括以下的可移植库文件,同时包括基于库文件的各个开发环境下的相应测试程序.以及 不同 U 盘读写方式下的程序. 1.AVR 系列单片机 ICC,GCC,IAR 等开发环境 2.51 内核单片机 KEIL 3.ARM32 ADS,SDT,KEIL,IAR 等开发环境 4.MC9S12: Motorola/Freescale MC9S12 系列单片机 5.X86PC: 80X86 兼容 PC 工控机/单片机 6.MSP430: MSP430 单片机 7.M16C: Renesas/M16C 系列单片机 8.MC68: MC68000 系列单片机-The file system FAT12/16/32 include the following portable library files at the same time including those based on library files in various development environment corresponding test procedures. And the different U disk read-write mode process. 1.AVR Series MCU ICC, GCC , IAR and other development environments 2.51 core microcontroller KEIL 3.ARM32 ADS, SDT, KEIL, IAR and other development environments 4.MC9S12: Motorola/Freescale MC9S12 Series MCU 5.X86PC: 80X86 compatible PC Industrial PC/SCM 6.MSP430: MSP430 Microcontroller 7.M16C: Renesas/M16C Series MCU 8.MC68: MC68000 Microcontroller
Update : 2024-05-05 Size : 4289536 Publisher : zhangji

DL : 0
汇编语言开发指南 一、简介 二、LINUX汇编语法格式(AT&T与INTEL汇编的区别) 三、简单程序 四、LINUX汇编工具 五、系统调用 六、命令行参数 七、GCC内联汇编 八、小结-1, Introduction 2, LINUX compilation syntax (AT & T and the difference between INTEL compilation) 3, a simple procedure 4, LINUX compilation tools 5, system calls 6, command-line parameter 7, GCC inline assembly 8, Summary
Update : 2024-05-05 Size : 168960 Publisher : 陈智新

AT91SAM926 ARM9 内核移植手册,非常实用,基于AT91SAM9260-EK开发板。包含以下内容: 1.准备所需要的软件和编译工具包 2.安装ARM-LINUX-GCC工具链 3.安装编译AT91BootStrap Bootloader 4.安装编译Uboot及AT91-Uboot补丁 5.安装编译Linux2.6.22及AT91-Linux补丁 6.安装下载工具AT91ISP及烧写文件 7.NFS根文件系统的建立 8.移植Boa Web服务器 9.移植网络摄像头 10.移植Madplay音频播放器 11.ARM MPlayer移植 12.AT91SAM芯片的启动过程-AT91SAM926 ARM9 kernel porting guide, very practical, based on the AT91SAM9260-EK development board. Include the following: 1. Prepare and compile the required software kit 2. Installing ARM-LINUX-GCC tool chain 3. Compiler installed AT91BootStrap Bootloader 4. Install compiled Uboot and AT91-Uboot patch 5. Compiler installed Linux2.6.22 and AT91-Linux patch 6. Installation and programming files download tool AT91ISP 7. NFS root file system creation 8. Transplantation Boa Web server 9. Transplantation Network Camera 10. Transplantation Madplay audio player 11. ARM MPlayer transplantation 12. AT91SAM chips to start the process
Update : 2024-05-05 Size : 366592 Publisher : lkxv1234

rhel-5.1 GCC安装包 RPM格式-rhel-5.1 gcc packeges rpm
Update : 2024-05-05 Size : 21483520 Publisher : 池一波

PJSIP 2.0 版本 PJSUA 可执行程序 cortex-A8平台验证OK。交叉编译版本为 gcc.4.5.3-PJSIP 2.0 the version PJSUA executable program cortex-A8 platform verification OK. Cross compiler version gcc.4.5.3
Update : 2024-05-05 Size : 637952 Publisher : Narainel

OpenJPEG-1.5.1 compiled for Imote2 (with arm-xscale-linux-gnu), sorry that you have to place them in their respective directory manually. To compile yourself: 1. Download cross compiler arm-xscale-linux-gnu. 2. Download zlib, cross compile to cross compiler directory --prefix=/directory/arm-xscale-linux-gnu/arm-xscale-linux.gnu (CC=/cross-directory/arm-xscale-linux-gnu-gcc). 3. Download libpng12, cross compile like above, better with --host=arm-xscale-linux-gnu, export PATH=/cross-compiler directory/bin/:$PATH. 4. Download openjpeg-1.5.1 source code and follow number 3, --prefix=/some-random-folder.
Update : 2024-05-05 Size : 918528 Publisher : Fajar Purnama

第5部分:MC20 OpenCPU SDK V1.3 Quectel移远MC20 GSM/GNSS/BLE模块的全部文档、资源,大部分未曾公开。分7个部分上传: 1. MC20模块介绍、指令/软件/使用手册、应用/生产指导、驱动 2. MC20硬件文档和设计指导 3. MC20 OpenCPU文档 4. MC20 OpenCPU SDK V1.1 5. MC20 OpenCPU SDK V1.3 6. MC20开发工具,含全部版本的QFlash 7. MC20开发OpenCPU所需的GCC编译器(Complete resource of Quectel MC20 GSM/GNSS/BLE module, most not disclosed. Uploaded in seven parts: 1. MC20 module introductions, command / software / user manuals, application / production guides, drivers 2. MC20 hardware documents and design guides 3. MC20 OpenCPU documents 4. MC20 OpenCPU SDK V1.1 5. MC20 OpenCPU SDK V1.3 6. MC20 development tools, including all versions of QFlash 7. GCC compiler needed for MC20 to OpenCPU development)
Update : 2024-05-05 Size : 749568 Publisher : lijinghao
« 1 2 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.