Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - compiler
Search - compiler - List
第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k word,包括.text、.data、中断向量表、查找表等多个段。 使用方法: 1.CCS目录:CCS for 5000的安装目录,第一次运行需要设置。 如果没有正确设置,会提示没有找到CCS for C5000的编译器或链接器或Hex转换工具 2.打开COFF文件 被烧写的DSP程序,直接选择.out文件。 注意:编译CCS Project时要加上-v548参数,否则所生成的.out无法正确转换成Boot Table。 设置方法:选择菜单Project/Build Option...,在Complier里面的Process Version里填548, 编译参数里会自动加上-v548。 -second edition features : can DSP applications generated. Out of burning documents directly generate Flash. Out documents directly in the CCS Lane load and run program can. Greyed Control said after version will be support functions. First released before the test systems : 1.C5402 SST39VF040, Flash 8000H - FFFFH mapping to external data space 8000H - FFFFH, 2.C5416 SST39VF200, Flash 0000H - 7FFFH mapping to external data space 8000H - FFFFH loading table were less than 32k word, including . text,. data, interrupted to scale, such as look-up tables of. Use : 1.CCS Contents : CCS 5000 for the installation directory, the first operation needed. If not properly set up, did not find prompts CCS for the C5000 compiler or linker or Hex conversion tools 2. Open COFF file was burnt DSP procedures,
Date : 2008-10-13 Size : 13.78kb User : 小许

动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the distinction between procedures and called for the link static and dynamic library distinction. How to use the tool View DLL output function, Depends the use of tools C compiler technology names adaptation of the dynamic link library output function, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definition used at the function pointer type, how to obtain dynamic link library function pointer.
Date : 2008-10-13 Size : 182.76kb User : 李思川

PE Compiler in VB - Full source. Create .exe file in PE format. source + examples + exe
Date : 2010-10-14 Size : 927.29kb User : sys0007

第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k word,包括.text、.data、中断向量表、查找表等多个段。 使用方法: 1.CCS目录:CCS for 5000的安装目录,第一次运行需要设置。 如果没有正确设置,会提示没有找到CCS for C5000的编译器或链接器或Hex转换工具 2.打开COFF文件 被烧写的DSP程序,直接选择.out文件。 注意:编译CCS Project时要加上-v548参数,否则所生成的.out无法正确转换成Boot Table。 设置方法:选择菜单Project/Build Option...,在Complier里面的Process Version里填548, 编译参数里会自动加上-v548。 -second edition features : can DSP applications generated. Out of burning documents directly generate Flash. Out documents directly in the CCS Lane load and run program can. Greyed Control said after version will be support functions. First released before the test systems : 1.C5402 SST39VF040, Flash 8000H- FFFFH mapping to external data space 8000H- FFFFH, 2.C5416 SST39VF200, Flash 0000H- 7FFFH mapping to external data space 8000H- FFFFH loading table were less than 32k word, including . text,. data, interrupted to scale, such as look-up tables of. Use : 1.CCS Contents : CCS 5000 for the installation directory, the first operation needed. If not properly set up, did not find prompts CCS for the C5000 compiler or linker or Hex conversion tools 2. Open COFF file was burnt DSP procedures,
Date : 2025-12-21 Size : 13kb User : 小许

动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the distinction between procedures and called for the link static and dynamic library distinction. How to use the tool View DLL output function, Depends the use of tools C compiler technology names adaptation of the dynamic link library output function, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definition used at the function pointer type, how to obtain dynamic link library function pointer.
Date : 2025-12-21 Size : 182kb User : 李思川

把任意exe当作服务运行。VC编译,实际上是一个服务代理-To run any exe as a service. VC compiler, in fact, is a Service Agent
Date : 2025-12-21 Size : 25kb User : dogwang

编写COM组件时, 经常进行组件的注册及反注册操作, 每次都是打开命令行调用Regsvr32, 实在是麻烦, 故此写了个程序将这一操作集成在系统右键菜单里,来简化此操作. 内含VC++6.0源码, 请选择ReleaseMinSize编译-The preparation of COM components, the regular component of the register and counter-register operation, every time open a command line call Regsvr32, it is trouble, so wrote a program that integrates the operation right in the system menu to simplify this operation. intron VC++ 6.0 source code, select ReleaseMinSize compiler
Date : 2025-12-21 Size : 33kb User : 张鲁夺

自己编写的CGI程序,使用CGIC库编译可运行。 特色是实现了SHELL命令。-I have written CGI program, the compiler can be used to run CGIC library. Characteristics of the SHELL command to achieve.
Date : 2025-12-21 Size : 149kb User : Lonsir

为ARM建立交叉编译环境所需要的工具g-Cross compiler for ARM to establish the tools needed to environment gcc
Date : 2025-12-21 Size : 13.44mb User : china

初级的shell脚本,写的makefile文件,初学linuxC编译程序的可以看看。-Primary shell script to write the makefile, the beginner linuxC compiler can look at.
Date : 2025-12-21 Size : 7kb User : lili

用C语言编写的一个特定文法的词法分析器,内有文法描述PPT和实验指导书,电子科技大学的编译原理实验哦-Using C language of a particular grammar lexical analyzer, there grammar description PPT and guide books, the University of Electronic Science and Technology Compiler Principle Experiment oh
Date : 2025-12-21 Size : 2.4mb User : 许鑫鹏

Control DDOS源码 免杀过360全部 编译无错误免杀过360 编译环境:C++,SDK,XTP 否则编译不通过-Control DDOS Source Free killed 360 killed all 360 compiler to compile error-free environment: C++, SDK, XTP otherwise the compiler does not pass
Date : 2025-12-21 Size : 6.57mb User : kiraabc

StarRat_source 开源代码,Star Rat 3.1一直是最稳当的远控,这个可以直接编译,如果编译出错,更新XTP库即可(StarRat_source source code, Star Rat 3.1 has been the most stable of the remote control, you can direct the compiler, if the compiler error, update the XTP database to)
Date : 2025-12-21 Size : 362kb User : 阿萨德12345
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.