Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c compiler
Search - c compiler - List
这个程序是 DirectX SDK 里面的 PlayCap 转成 C++ Builder 版本的源程序(显示摄像头的视频画面)。 编译环境:  C++ Builder 6.0  DirectX 9 SDK for C++ Builder. 以下为编写 DirectX 程序所必需的设定: 工程文件参数设定:选菜单 Project → Options-DirectX SDK This procedure is inside PlayCap into C++ Builder version of the source (video camera display screen). Compiler environment: C++ Builder 6.0 DirectX 9 SDK for C++ Builder. Following the procedure for the preparation of the necessary DirectX settings: project file parameter settings: choose menu Project → Options
Date : 2026-01-10 Size : 1kb User : lanxinlange

DL : 1
ISL1208实时钟的源代码,用KEIL C 编译器编写的。已经使用无误。-ISL1208 Real Time Clock of the source code, using KEIL C compiler prepared. Has been used correctly.
Date : 2026-01-10 Size : 1kb User : zaoyexu

DL : 0
C实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-C implementation of PL/0 compiler, the program achieve lexical analysis, grammar analysis and semantic analysis to quaternion type for the output, are a computer professional essential experimental courses.
Date : 2026-01-10 Size : 195kb User : 朱伟涛

DL : 0
文件系统功能概论 1)本文件系统兼容FAT16/FAT32文件系统格式,支持长文件名,多级子目录,多盘操作,读写,创建删除文件等等功能。 2)本文件系统采用C代码编写,可以方便的移植于计算机应用平台,一般只需要额外编写磁盘的读写驱动,就可使用文件系统所有的功能。 3)具有文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读取文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)支持同时打开最多达254个文件;并且最大可打开文件数可由编译宏MaximumFCB设定。 5)支持多任务文件操作的功能:文件可同时同时被多个任务打开,但只有其中第一个打开文件的任务可以得到文件的完全读写权限,以实现文件在多任务环境下的并发操作的保护。 如需商业使用,请与作者联系啊:qq:292942278,e-mail:tony_yang123@sina.com.cn demo代码只支持FAT16 -Introduction to File System features 1) The file system compatible format FAT16/FAT32 file system to support long file names, multi-level subdirectory, many disk operations, read and write, create delete files and so on function. 2) The file system used to prepare C code can be easily transplanted into the computer application platform, which generally required to prepare additional disk drives to read and write, you can use all the functions of the file system. 3) has the file buffer functions: 1) read documents, read the location of the buffer zone in the document can be directly read from the file buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control . 4) supported at the same time open up to 254 documents and the largest number of documents can be opened by the macro compiler MaximumFCB settings. 5) Supporting file operations mission many features: documents can
Date : 2026-01-10 Size : 673kb User : 6756

有一些C++功能库,它们在Linux系统下,能够方便的采用g++进行编译,在Windows下,则可以方便被Visual C++或Borland C++编译,但却“忘了”为Windows下的的g++(即 MinGW版 g++) 提供用于编译的文件——是这些库的作者轻视MinGW g++吗?当然不是——MinGW不仅提供Windows版本下的g++编译器,同时也提供了msys用来模拟一个最小化的Linux环境。前述的C++功能库,它们的提供的用于编译的文件,撰写得非常“纯正”,以至于只要一个像msys这样的“最小化Linux”模拟环境,就可以直接编译了。-There are some C++ function libraries, they are Linux system, can easily be compiled using g++ in Windows, you can easily be Visual C++ or Borland C++ compiler, but it "forgot" to Windows under the g++ (ie MinGW version of g++) provide for the compilation of the document- the authors of these libraries contempt MinGW g++ do? Of course not- MinGW provides not only Windows versions of g++ compiler, but also provides a msys be used to simulate a Linux environment minimized. The aforementioned C++ function libraries to provide their documents for compiling, writing was very "pure", so long as such a place like msys "Minimize Linux" simulation environment can be directly compiled.
Date : 2026-01-10 Size : 2.65mb User : zhangpei

一款C++写的简单、易用、跨平台、符合XML标准的XML解析器。需要注意的是此解析器使用了C++11的一些特性,比如:C++11 standard (char16_t, char32_t, std::u16string, std::u32string and strongly typed enumerations)等,请使用支持C++11标准的编译器编译-A C++ simple, easy-to-use, cross-platform, XML-compliant XML parser. Note that this parser uses the some characteristics of C++11, such as: C++11 standard (char16_t, char32_t, std :: u16string, std :: u32string and strongly typed enumerations), use the compiler to compile support C++11 standard
Date : 2026-01-10 Size : 36kb User : 胡嘉显

CC2530看门狗定时器实验,里面是c程序,可以直接IAR编译然后烧录到单片机里面,适用于无线传感网络实验。-CC2530 watchdog timer experiment, which is c program, IAR compiler can then burn to MCU inside for wireless sensor network experiments.
Date : 2026-01-10 Size : 14kb User : mzvast

在c下实现了PL0编译器的实现,并且扩充了write和for功能,增加了数组和浮点数的定义,功能更加强大(Under C, the implementation of PL0 compiler is realized, and the functions of write and for are extended. The definition of array and floating point number is added, and the function is more powerful.)
Date : 2026-01-10 Size : 11kb User : chrisathy
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.