资源列表
[控制台(字符窗口)编程] cube
说明:opengl能够旋转的立方体,多种颜色,鼠标多种控制-OpenGL able to rotate the cube, a variety of colors, mouse multiple control<yjj> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] sort_methods
说明:插入、选择、冒泡、快速排序。很多学校数据结构的实验都是这几个排序。已编译通过,可供参考。-Insert, select, bubbling, quick sort. Many experimental school data structures are a few sort. Compiled by, for reference.<莫兴伟> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] floyd_method
说明:弗洛伊德算法求两点间最短距离。也是数据结构实验要用的算法,小做修改,改成自己需要的就能验收-Freud algorithm for getting between two points is the shortest distance.<莫兴伟> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] two_bauchs_tree_method
说明:二叉树算法,应用很广泛的经典的数据结构,也是高校数据结构实验的必修。-Binary tree algorithm, application of a wide range of classic data structure, the university data structure experiments compulsory.<莫兴伟> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] lab03
说明:复化Simpson积分公式和复化梯形积 分公式计算积分的通用程序 -Complexification Simpson integral formula and Trapezoidal integration formula integral general program<Kiven> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] dllmain
说明:一个dll用法的示例,这里仅上传cpp文件,还有.h文件-A the dll usage of example, here only upload cpp file there. H file<DESTRooooYER> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] TCS
说明:贪吃蛇的控制台版本,直接粘贴到VC++中使用-The console version of the Snake, and paste it directly into VC++ use<lin> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] main
说明:小学生辅助学习软件,计算10以内加减乘除-The pupils assisted learning software, computing, Math within 10<王小杰> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] code1104
说明:求一个整数数组最长递减子序列,完整的C++代码,已测试通过。-Seeking an array of integers longest decreasing sub-sequence, complete C++ code, have been tested.<邹建平> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] pyramid
说明:一个简单的控制台程序,实现金字塔输出,可以判断输入是否是整数。-A simple console application, it could realize output a pyramid。This program could judge whether the input parameter is a integer or not.<> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] archives-administration
说明:档案管理,功能要求: <1>用户可在程序提示下输入任意数量的学生个人信息。 <2>学生个人信息内容:     name(字符型)不需支持中文     sex(字符型)不需支持中文     age(整型)     Profession(字符型)不需支持中文 <3>学生个人信息输入完毕后,用户键入“ALL”并回车<wangliangtao> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] calculator
说明:计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四<wangliangtao> 在 2024-11-13 上传 | 大小:1kb | 下载:0