-
C++中的Factorialsss代码和C中的循环冗余检查 Codes
factorialsss code in c++
and cyclic redundancy check is exceuted in c++
- 2020-06-21 01:00:02下载
- 积分: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
-
分享一个C#鼠标在PictureBox上画东西
程度是转载别人的,若有侵权请通知。程度是转载别人的,若有侵权请通知,程度是转载别人的,若有侵权请通知,程度是转载别人的,若有侵权请通知,程度是转载别人的,若有侵权请通知,程度是转载别人的,若有侵权请通知,
- 2022-02-21 10:52:37下载
- 积分:1
-
电磁分析 — — 闪电喘振现象对电力线路中的应用
电磁建模与计算
- 2023-02-01 18:30:04下载
- 积分:1
-
CNC-MILL
用C51开发的数控铣床控制器程序,包含直线插补,圆弧插补(CNC milling machine with C51 controller development process, including linear interpolation, circular interpolation)
- 2021-03-01 10:19:35下载
- 积分:1
-
ov7670摄像头模块
里面含有关于ov7670摄像头的资料,比如一些原理图,数据手册等,还有源代码,其中讲了如何配置ov7670的的寄存器,通过液晶屏显示。
- 2022-08-13 04:28:15下载
- 积分:1
-
K-均值聚类算法C++编程
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。(K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.)
- 2020-06-26 09:20:02下载
- 积分:1
-
multitreadsrc3
MFC多线程系列3/4,非常经典,值得学习。(MFC multithreaded series 2/4, very classic, it is worth learning.)
- 2015-11-09 17:21:36下载
- 积分:1
-
Matlab_Butter
用C语言实现matlab的butter函数中低通和带通功能,高通和带阻没写,有兴趣的可以自己加入.(Using C language to achieve matlab butter function low-pass and band-pass function, high pass and band stop did not write)
- 2017-10-23 13:47:38下载
- 积分:1
-
并查集C++代码实现
学习数据结构中学到并查集,用C++代码实现
- 2023-05-15 06:50:04下载
- 积分:1