-
矢量的快速排序
矢量的快速排序-Quick sort of vector
- 2022-02-26 13:02:48下载
- 积分:1
-
学生信息记录创建
(1). Create List建立有序单向链表 从键盘上一次输入一个学生姓名和记录, 以姓名为序建立有序链表。插入一条记录后,显示提示信息:确认是否输入下一条记录.如确认,继续输入,否则,退出输入功能。(2). Display All Record显示所有结点记录 按顺序显示链表中所有记录,每屏显示10 条记录,按键继续显示下一屏。(3). Inserta Record插入一条结点记录 在以姓名为序排列的链表中插入一条记录,插入后,链表仍有序,并输出插入成功信息。(4). Delete a Record按姓名查找,删除一条结点记录 输入待删除记录结点的姓名,显示提示信息,让用户确认是否删除。确认后,将该姓名的记录删除。(5). Query查找并显示一个结点的记录 输入姓名,查找该记录,并显示该同学的成绩。(6). Add Record from a Text File从正文文件中添加数据到链表中DATA.TXT,存放多个待加入的记录。提示输入正文文件的文件名,然后从该文件中一次性读入多条学生记录。
- 2022-08-22 18:47:37下载
- 积分:1
-
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。...
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult.
- 2023-01-25 03:55:03下载
- 积分:1
-
一个可以计算出的日期,是目前的一年,是前几天…
用C语言编写一个能计算当前日期是本年第几天的程序(可区分闰年问题哦)-C language one can calculate the date of the current year is the first few days of proceedings (which can distinguish between a leap year problem oh)
- 2022-03-04 07:46:37下载
- 积分:1
-
二叉树的集合操作,附带一份程序的试验报告,相当优秀的程序,对深入理解二叉树很有帮助。...
二叉树的集合操作,附带一份程序的试验报告,相当优秀的程序,对深入理解二叉树很有帮助。-binary tree assembly operation, accompanied by a program to the test report, the procedure quite excellent, in-depth understanding of binary tree helpful.
- 2022-11-19 13:35:04下载
- 积分:1
-
实对称 三对角阵的全部特征值及相应的特征向量的计算
实对称 三对角阵的全部特征值及相应的特征向量的计算-Symmetric diagonal matrix of all eigenvalues and eigenvectors corresponding calculation
- 2023-08-28 17:55:03下载
- 积分:1
-
三元组算法
在稀疏矩阵相乘的算法当中,关键是通过给定的行号i和列号j找出原矩阵的对应元素值,这里设计了一个函数value,当在三元组表示中找到时返回其元素值,找不到时说明该位置处的元素值为0,因此返回0。然后利用该函数进行矩阵相乘,若求出某个元素值不为0,则将其存入结果矩阵的三元组表示中,否则不存入。
- 2022-09-23 17:45:04下载
- 积分:1
-
QR方法求实系数多项式方程的全部根
QR方法求实系数多项式方程的全部根-QR method realistic polynomial equation coefficients of all-
- 2022-03-11 04:15:56下载
- 积分:1
-
atical Graphic Plotter
Description: You can draw difficult mathematical graphs...
atical Graphic Plotter
Description: You can draw difficult mathematical graphs painlessly with this program. For example,
you can draw (x^3+2x+3)/(2x^2+x+1) easily with this program.
- 2022-03-24 05:07:34下载
- 积分:1
-
加减乘除24,java的GUI界面,输入的数字在1
加减乘除24,java的GUI界面,输入的数字在1-13的范围内,产生的结果中已去除了冗余的结果,并统计产生结果的个数.- The arithmetic operations 24, java GUI contact surface, the
input numeral in 1-13 scope, in the result which produces has removen
the redundancy result, and the statistics has the result integer
- 2022-02-26 00:51:20下载
- 积分:1