CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - turbo c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - turbo c - List
[
Data structs
]
MagicSquare-huishu
DL : 0
当年,学turbo c的时候,书上有一个魔方算法;十年后,一个偶然的应用,我编写了这个回溯法的魔方算法。优点:可以计算n阶魔方的所有可能组合。-year, the school turbo c, the book is a Rubik's cube algorithm; Ten years later, an accidental use, I prepared this retroactive law Cube algorithm. Advantages : can calculate the n-Cube all possible combinations.
Date
: 2025-12-20
Size
: 3kb
User
:
[
Data structs
]
fox
DL : 0
Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分说明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"-Turbo C- (C) Copyright 1987. 1988 by Borland International* /# define S_IRE AD 0x0800/* from SYS \ STAT.H* /# define S_IWRIT E. 0x0040/* from SYS \ STAT.H* /# define TRUE de# 1 fine FALSE 0# define MSGHEADER "MICROCALC-A Tu rbo C Demonstration Program "# define MSGKEYPR ESS "Press any key to continue."# define MSGCOM MAND "Press/for the list of commands"# define M SGMEMORY "Memory Available : "# define MSGERROR" ERROR "explains# define MSGLOM EM "Not enough memory to allocate cell."# defin e MSGEMPTY "Empty"# define MSGTEXT "Text"
Date
: 2025-12-20
Size
: 968kb
User
:
狐狸
[
Data structs
]
poly
DL : 0
本程序是在turbo c 下运行,实现多项式的相加,相减,相乘.由4个函数组成-This procedure is in turbo c run, realize the sum of polynomials, subtract, multiply. 4 function by the composition of
Date
: 2025-12-20
Size
: 1kb
User
:
chenweihuan
[
Data structs
]
Haffman
DL : 0
哈夫曼树的建立,haffman 编码,在turbo c 下运行-Huffman Tree, haffman encoding, turbo c in the run
Date
: 2025-12-20
Size
: 2kb
User
:
chenweihuan
[
Data structs
]
rodix
DL : 0
本程序是在Turbo c 下运行的,主要完成基数排序功能 -This procedure is running under Turbo c, the main function of the completion of Radix Sort
Date
: 2025-12-20
Size
: 1kb
User
:
chenweihuan
[
Data structs
]
gaijin
DL : 0
冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换, 每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作? 如将N 个数按从大到小排序,Turbo C语言程序函数-Bubble sort is one of the basic data algorithm, and its basic method is: to compare two adjacent elements, if necessary will carry out the exchange, each will complete a cycle at the end of the smallest elements (such as the smallest order ), the next cycle is a number of other similar operations? such as N by the smallest number of sorting, Turbo C language program function
Date
: 2025-12-20
Size
: 1kb
User
:
杨飞
[
Data structs
]
maopaopaixu
DL : 0
实现的是用图形界面演示冒泡排序算法,直接在turbo C下运行即可看到运行结果-Realize that the use of graphical interface demo Bubble Sort algorithm, directly on turbo C run to see the results
Date
: 2025-12-20
Size
: 1kb
User
:
马丽萍
[
Data structs
]
mofang_c
DL : 0
魔方程序的C语言描述.用Turbo C2.0就可以运行,然后编译成可执行文件了.-Rubik
Date
: 2025-12-20
Size
: 2kb
User
:
沈剑锋
[
Data structs
]
Project
DL : 0
数据结构基础学习程序,在TURBO C++集成环境中使用,特别适合数据结构初学者参考使用-Data structure based on the learning process, in the TURBO C++ Integrated environment, in particular data structure suitable for use and reference for beginners
Date
: 2025-12-20
Size
: 193kb
User
:
xiaobo
[
Data structs
]
datastructuremazearithmetic
DL : 0
用C实现的数据结构迷宫算法,在Turbo C 环境下可运行出结果,值得借鉴。-With C data structures to achieve the maze algorithm, in the Turbo C environment to run out the results, is worth learning from.
Date
: 2025-12-20
Size
: 2kb
User
:
周风
[
Data structs
]
TSingHua_YanWeiMin_DataStructure(C_and_CPlusPlus)C
DL : 0
数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。 本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助-Data Structure and Analysis of Algorithms- Wei-Min Yen with吴伟民_ edited by the data structure (C language and C++ version) (The author is one where high) source code. The code contains Yan Wei-Min " data structure (C language version)" and " data structure (C++ version)," book 2 books full source code at my Visual C++, Dev C++, Turbo C, Turbo C++, DJGPP, MinGW debugging through , is studying data structure must depend on the Student ah ~ there is a considerable help to the study
Date
: 2025-12-20
Size
: 303kb
User
:
宋芬
[
Data structs
]
Cshujujiegou
DL : 1
C_C++与数据结构,运行环境 ======== WINDOWS 95/98,32MB以上内存,声卡等附属设备。 显示分辨率不低于1024×768,小字体。 1. 该软件不需安装,直接运行C_STRU.EXE即可。具体操作方法见软件中“帮助”菜单项中的“操作说明”。 2. 使用时,必须将 \h_file 文件夹中所有头文件拷贝到 Turbo C 文件夹中。 注意:不能将 \h_file 文件夹拷贝到 Turbo C 文件夹中, 也不能将 \h_file 文件夹中所有头文件拷贝到用户自己定义的文件夹中。 -C_C++ and data structure, operating environment ======== WINDOWS 95/98, 32MB or more memory, sound card and other ancillary equipment. Display resolution of not less than 1024 × 768, the small print. 1. The software is not installed, you can directly run C_STRU.EXE. See the specific operation of software " Help" menu item in the " instructions." 2. Use, must be \ h_file folder copy all the header files to the folder Turbo C. Note: can not \ h_file folder are copied to the Turbo C folder, can not \ h_file folder copy all the header files to the definition of the user' s own folder.
Date
: 2025-12-20
Size
: 4.07mb
User
:
xiaozhang
[
Data structs
]
horse
DL : 0
使用turbo C的图形图像库 编写的马踏棋盘的程序 使用回溯法实现-Using turbo C graphics image library board to prepare a horse riding programs to achieve the use of backtracking
Date
: 2025-12-20
Size
: 3kb
User
:
smile
[
Data structs
]
Data_Structure
DL : 0
严蔚敏吴伟民数据结构(C语言版)源代码。 本书中每一个程序都在Borland C++ Version3.1和Microsoft VC++6.0下运行通过, BC是指Borland C++ Version3.1调试, TC是指Turbo C2.0下调试, VC是指在VC++6.0下调试。-Yan Wei-Min WU Weimin data structure (C-language version) source code. Each book in the program in Borland C++ Version3.1 and Microsoft VC++6.0 run through, BC is the Borland C++ Version3.1 debugging, TC Turbo C2.0 is to debug, VC is the VC++, 6.0 to debug.
Date
: 2025-12-20
Size
: 2.44mb
User
:
Zhao Meng
[
Data structs
]
DataStructure
DL : 0
数据结构源代码(配合严蔚敏、吴伟民所著《数据结构(C语言版)》) BC是指Borland C++ Version3.1调试, TC是指Turbo C2.0下调试, VC是指在VC++6.0下调试。-Data structure source code (with Yan Wei-Min, Wu Weimin book " Data Structures (C-language version)" )
Date
: 2025-12-20
Size
: 2.38mb
User
:
Agul
[
Data structs
]
maze
DL : 0
迷宫问题,可用于 visual turbo c-Maze can be used for visual turbo c++ ... ...
Date
: 2025-12-20
Size
: 710kb
User
:
傅柯
[
Data structs
]
Graphtraversalexperimentreport
DL : 0
以邻接多重表为存储结构; 2、实现连通和非连通的无向图的深度优先和广度优先遍历; 3、要求利用队列实现无向图的深度优先遍历; 4、以用户指定的结点为起点,分别输出每种遍历下的结点访问序列; 5、求出从一个结点到另外一个结点,但不经过另外一个指定结点的所有简单路径; 6、测试数据: 输入:顶点数,边数:8,10 各边:1,2 1,3 2,4 2,5 3,6 3,8 4,7 5,6 5,7 7,8 输出:深度优先遍历:1->3->8->7->5->6->2->4 广度优先遍历:1->3->2->8->6->5->4->7 7、本程序用C++语言编写,在TURBO C++ 4.9环境下通过。-以邻接多重表为存储结构; 2、实现连通和非连通的无向图的深度优先和广度优先遍历; 3、要求利用队列实现无向图的深度优先遍历; 4、以用户指定的结点为起点,分别输出每种遍历下的结点访问序列; 5、求出从一个结点到另外一个结点,但不经过另外一个指定结点的所有简单路径; 6、测试数据: 输入:顶点数,边数:8,10 各边:1,2 1,3 2,4 2,5 3,6 3,8 4,7 5,6 5,7 7,8 输出:深度优先遍历:1->3->8->7->5->6->2->4 广度优先遍历:1->3->2->8->6->5->4->7 7、本程序用C++语言编写,在TURBO C++ 4.9环境下通过。
Date
: 2025-12-20
Size
: 58kb
User
:
lting
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.