CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c compiler - List
[
Console
]
subpas
DL : 0
pascal 转换成 c 语言的编译器,完全手工编制-converted into the C language compiler, fully manual preparation
Date
: 2008-10-13
Size
: 240.96kb
User
:
张震
[
Console
]
controlpicture
DL : 0
在控制台上画图,并使用了菜单管理,具体操作运行后就可以知道了,用c++编写的,vs2003编译,其他运行环境没有试过-drawing on the console and use the menu management, the specific operation after operation can know, c + + with the preparation, vs2003 compiler, other operating environment without trying
Date
: 2008-10-13
Size
: 11.46kb
User
:
ydd
[
Console
]
wannian
DL : 0
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢-This is a 6.0 C compiler source code of calendar hope you like
Date
: 2008-10-13
Size
: 7.6kb
User
:
wenbin
[
Console
]
compiler_c++_class
DL : 0
c++写的特定文法的编译器,整个代码全部利用类实现,具有良好的结构-c write specific grammar compiler, the whole use of all types of code to achieve, with good structure
Date
: 2008-10-13
Size
: 11.91kb
User
:
wlz
[
Console
]
SCRN02
DL : 0
C和ASM混合屏幕开发,使用C和ASM交叉编译环境。可实现字符输入、游标控制、颜色控制等功能。-C and ASM hybrid screen development, use C and ASM cross-compiler environment. Characters can achieve input, cursor control, color control capabilities.
Date
: 2008-10-13
Size
: 21.98kb
User
:
赵允
[
Console
]
tvicport
DL : 0
在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT -in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits, support Visual C and Delphi / C BUILDER need 32 compiler. TVicPort includes transparent support for Windows 95/98 and Windows NT
Date
: 2008-10-13
Size
: 465.06kb
User
:
轩
[
Console
]
SCRN02
DL : 0
C和ASM混合屏幕开发,使用C和ASM交叉编译环境。可实现字符输入、游标控制、颜色控制等功能。-C and ASM hybrid screen development, use C and ASM cross-compiler environment. Characters can achieve input, cursor control, color control capabilities.
Date
: 2026-01-10
Size
: 22kb
User
:
[
Console
]
tvicport
DL : 0
在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT -in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits, support Visual C and Delphi/C BUILDER need 32 compiler. TVicPort includes transparent support for Windows 95/98 and Windows NT
Date
: 2026-01-10
Size
: 465kb
User
:
轩
[
Console
]
subpas
DL : 0
pascal 转换成 c 语言的编译器,完全手工编制-converted into the C language compiler, fully manual preparation
Date
: 2026-01-10
Size
: 241kb
User
:
张震
[
Console
]
controlpicture
DL : 0
在控制台上画图,并使用了菜单管理,具体操作运行后就可以知道了,用c++编写的,vs2003编译,其他运行环境没有试过-drawing on the console and use the menu management, the specific operation after operation can know, c++ with the preparation, vs2003 compiler, other operating environment without trying
Date
: 2026-01-10
Size
: 1.1mb
User
:
ydd
[
Console
]
wannian
DL : 0
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢-This is a 6.0 C compiler source code of calendar hope you like
Date
: 2026-01-10
Size
: 191kb
User
:
wenbin
[
Console
]
socket_c_rar
DL : 0
一个简单的文件传输,传输的是RAR格式的文件,适合比较大型的文件传输利用windows socketC语言编程的,比较是在VC下的控制台环境下编译的。-A simple file transfer, transmission is the RAR file format, suitable for relatively large-scale file transfer using windows socketC language programming, the comparison is in the VC console under the circumstances of the compiler.
Date
: 2026-01-10
Size
: 3kb
User
:
陈鸡洋
[
Console
]
VIEW_ALL.ZIP
DL : 0
Do you want to Display Each Of The Drivers Operating On Your Pc. Come of this program to detect stealth programs. Been translated using free Borland C + + Compiler version 5.5-Do you want to Display Each Of The Drivers Operating On Your Pc. Come of this program to detect stealth programs. Been translated using free Borland C++ Compiler version 5.5
Date
: 2026-01-10
Size
: 31kb
User
:
hathal thawab
[
Console
]
complier
DL : 0
用C写的C编译器,实现了C中的大部分语法要求,可以翻译成为基本汇编语言-Written in C with the C compiler to achieve most of the C syntax requirements, basic assembly language can be translated into
Date
: 2026-01-10
Size
: 2.36mb
User
:
乔召东
[
Console
]
chess-C
DL : 0
该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二平五 则输入7242,回车 计算机回应:马8进7 则屏幕输出79 67 -The project is in Visual Studio.net 2003 Win32 console built under the project (using the other version of the compiler simply create a new Win32 console project, then add all one by one. Cpp file and. H files can be), the purpose is simply to test the engine. Thus the law does not provide the user with the legitimacy of detection, and chess game end processing. Chess mode: the user presses the input point coordinates and end coordinates of the way chess (lower left corner of the board count as (0,0), count as the upper right corner (8,9)) Similarly, the feedback process starting coordinates, end coordinates as a computer party' s move behavior. For example: the user first step to go: shot two level five input 7242, enter the computer responded: Ma 8 into 7-screen output 79 67
Date
: 2026-01-10
Size
: 4.64mb
User
:
haohao
[
Console
]
library-management-system-project-in-c
DL : 0
Mini Project in C Library Management System. This mini project in C Library Management System is a console application without graphic developed using the C programming language. It is compiled in Code::Blocks with the gcc compiler. In this, you can perform book-related operations like in a REAL library management system with computer. Those include functions such as add books, return books, issue books, delete record of books issued, view record of books issued, search for books, and more.
Date
: 2026-01-10
Size
: 17kb
User
:
[
Console
]
Typing-Tutor-Project-in-C
DL : 0
Typing Tutor Project in C. Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhance their typing speed. This is a simple console application written in C programming language, and compiled using GNU GCC compiler on Code::Blocks IDE.
Date
: 2026-01-10
Size
: 49kb
User
:
[
Console
]
C-Free-5.0-mingw-gcc
DL : 0
C-Free 5.0编辑程序,mingw配置,命令行模式下gcc编译器进行预编译、编译、汇编、链接、运行-C-Free 5 editor, MinGW configuration, the command line mode the gcc compiler compiler, assembler, pre compile, link, operation
Date
: 2026-01-10
Size
: 463kb
User
:
陈波
[
Console
]
convert.cpp
DL : 0
利用C++程序编译的英式称量单位与国际单位转换的控制台程序。-The use of English weighing units and international unit of C++ compiler conversion console program.
Date
: 2026-01-10
Size
: 3.52mb
User
:
zhaobo
[
Console
]
PL0-compiler
DL : 0
用C语言写的PL0编译器(《编译原理第二版》清华大学出版社)_IT/计算机_专业资料。-PL0 compiler written in C( compiler principles Second Edition Tsinghua University Press) _IT/computer _ professional information.
Date
: 2026-01-10
Size
: 9kb
User
:
keii
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.