搜索资源列表
c_code_100
- C语言经典源代码,包含各类经典算法。-classic C language source code, including all types of classical algorithm.
11332
- 一个数学求值的源代码,一个公司笔试题目的编程实现,c语言初学者可以参看-a mathematical evaluation of the source code, a company of the written language, c language learners can see
C数据结构课程设计
- 数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
qi_pan
- 用C++语言编写的残缺棋盘问题的分治法源代码,很完整,可直接编译运行。-Using C++ language problems and incomplete chessboard divide and conquer the source code, it is complete, can be directly compiled to run.
Ticket
- 模拟火车站售票系统,c语言 控制台应用程序 源代码-Analog railway station ticketing system, c language source code of a console application
Hotel-information-management-system
- 旅馆信息管理系统源代码(纯C语言的控制台程序)-Hotel information management system
Ticket-management-system-
- 车票管理系统,c语言课程设计,源代码,实验报告-Ticket management system, c language curriculum design, source code, experimental reports
learning-opencv-ch4-2
- 学习opencv第四章第二题源代码(C语言版)-Chapter IV second question learning opencv source code (C language version)
ibe
- 基于身份的IBE加密源代码,采用C++语言编写,能够运行。-The identity of the IBE encryption based on the source code, using C++ language, can run.
SNAKE-One
- 贪吃蛇源代码,使用c语言实现,大一的课程设计,可直接运行,bug调试完毕-this is snake code
All-the-codes-of-the-Data-Structure
- 《数据结构》严蔚敏第二版全书源代码,C语言版。-All the source codes of the Data Structure. C version.
onjpll81
- 非常好的tcp通信源代码,用的是c语言,一般直接就可以用,-Very good TCP communications source code, using c language, usually can use directly,
打印空心菱形
- 该程序实现了简单的打印空心菱形的C语言源代码,展示了图形打印基础知识。