-
ballPs
应用地球物理,电法教学,球体,视电阻率
东华理工大学(Application of geophysics, electrical method of teaching, ball, depending on the resistivity of the Tung Wah Group of Hong Kong Polytechnic University)
- 2008-07-07 08:28:34下载
- 积分:1
-
sLinkList
说明: 项目任务
在单链表类中增加一个功能erase(x, y), 删除表中所有值在 [x, y] 之间的结点。假设链表中结点数值类型是整形,要求编程返回删除相应结点后的链表长度和链表元素。
输入描述
第一行输入链表List的结点元素值,元素之间用空格间隔,且均为int类型;
第二行输入为x和y,分别表示需要删除结点元素的最小值和最大值。
输出描述
第一行输出删除相应结点后链表的长度;
第二行输出删除相应结点后链表的所有元素,元素之间用空格间隔。若无剩余元素,输出null。(Project tasks
A function erase (x, y) is added to the class of single linked list to delete all nodes whose values are between [x, y]. Assuming that the numerical type of the node in the linked list is plastic, the program is required to return the length and elements of the linked list after deleting the corresponding nodes.
Enter a description
In the first line, enter the node element values of the linked list list, with spaces between the elements, and all of them are of type int;
In the second line, input X and y to indicate the minimum and maximum values of node elements to be deleted.
Output description
The first line outputs the length of the linked list after deleting the corresponding node;
The second line outputs all the elements of the linked list after deleting the corresponding nodes, with space between the elements. If there are no remaining elements, null is output.)
- 2020-11-04 16:54:25下载
- 积分:1
-
LED-PAR64S-COB-200WW-LMP
这是一个调光程序,希望对大家有所帮助。
使用的单片机是51单片机。(This is a light adjusting program.)
- 2013-09-27 10:16:42下载
- 积分:1
-
App
TI C66X DSP上H264编解码例程,对学习C6678和相关的工程技术人员,有非常重要的参考作用,非常值得下载。(C66X DSP H264 on TI encoding and decoding routines, learning C6678 and related engineering and technical personnel, has a very important reference role, it is worth downloading.)
- 2021-04-28 16:48:44下载
- 积分:1
-
TCH-data-channel
TCH全速率,实现把源码发送并利用纠错和交织保护来保护源码(TCH full rate, realize the source code to send and the use of error correction and interwoven protection to protect the source code)
- 2012-03-17 13:32:09下载
- 积分:1
-
用C++模拟圆弧插补(图形)
用C 模拟圆弧插补(图形) http://blog.csdn.net/z893345329/article/details/25922857
- 2019-04-25下载
- 积分:1
-
LUDCMP
程序名为LU分解法。功能:求解系数矩阵为非奇异的线性代数方程组Ax=b,它能串联式地逐次解A相同b不同的方程组。本方法将高斯主元消去法中的中间结果的记录次数从约n^3/3次减少到约n^2次。子过程LUDCMP将系数矩阵A分解为上三角矩阵和下三角矩阵。子过程LUBKSB利用LUDCMP的分解结果求得线性方程组Ax=b的解。(Program called LU decomposition. Function: non-singular coefficient matrix solving linear algebraic equations Ax = b, it tandem to the same b successive solution A different equations. The method of the Gaussian elimination method master record of the results of the intermediate frequency from about n ^ 3/3 was reduced to about n ^ 2 times. Sub-process LUDCMP the coefficient matrix A is decomposed into upper triangular matrix and lower triangular matrices. Sub-process LUBKSB decomposition results obtained using the LUDCMP linear equations Ax = b solution.)
- 2013-09-27 09:58:14下载
- 积分:1
-
Hi
说明: 高质量程序设计指南,主要讲解编程中一些规范(High-quality programming guide, mainly to explain some of the programming specifications)
- 2010-01-04 23:19:28下载
- 积分:1
-
设计模式delphi源代码
设计模式delphi源代码-design patterns source code
- 2022-04-07 06:54:29下载
- 积分:1
-
suanfadaolun
该书名是《算法导论》,里面详细的介绍了如何写算法和算法的思想。想成为算法工程师吗,可以看看本书。(The title is " Introduction to Algorithms" , which introduced the idea of how to write algorithms and algorithms. Algorithm Engineer, you can take a look at this book.)
- 2013-03-25 16:13:54下载
- 积分:1