-
c++中数据结构的链表处理程序
c++中数据结构的链表处理程序-c structure of the data processing procedures Chain
- 2023-06-16 14:50:04下载
- 积分:1
-
VC database programming, MFC prepared can be used in conjunction with the CListC...
VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用-VC database programming, MFC prepared can be used in conjunction with the CListCtrl control
- 2023-03-21 16:30:03下载
- 积分:1
-
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题...
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question
is in the construction of data has the model the representative
question
- 2022-06-29 23:56:23下载
- 积分:1
-
施伯乐@黄皮书《数据结构教程》part4
施伯乐@黄皮书《数据结构教程》part4-Shi Bole @ beige book Data Structure Course part4
- 2022-12-26 06:30:03下载
- 积分:1
-
大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时...
大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。计划的表格格式自行设计-University of each professional should prepare teaching plans. The assumption that any professional have fixed the length of each school year with two semesters each semester and the length of time equal to the credit limit are. Every professional courses are opened to determine, and the creation of curriculum time arrangements must meet pre relations. Each course is the pre-established relationship, can have any more doors, there will be no. Each course just one semester. Tests in the circumstances set up a teaching program procedures. Three basic requirements : (1) : input parameters : total semester, a semester"s credit ceiling for each class courses, credits, direct relationship prevocational courses,. (2) : N
- 2022-03-03 12:58:55下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30:03下载
- 积分:1
-
使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解...
使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解-was compiled using the binary tree traversal, I used is based on the storage layer algorithm, easy to understand
- 2022-04-29 02:03:41下载
- 积分:1
-
用pb写的日历控件,主要用的是外部的数据窗口,可以直接用在你的程序中....
用pb写的日历控件,主要用的是外部的数据窗口,可以直接用在你的程序中.-pb write with the calendar controls, the external data window can be directly used in your procedures.
- 2022-01-30 20:24:53下载
- 积分:1
-
关于数据结构的几篇文章
关于数据结构的几篇文章-data on the structure of the articles
- 2023-03-24 10:20:03下载
- 积分:1
-
数据结构:二叉树
数据结构:二叉树-data structure : Binary Tree
- 2022-04-15 05:31:07下载
- 积分:1