-
SVM_RF
svm algortihm test code
- 2017-12-14 06:20:45下载
- 积分:1
-
xian2
通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1
-
VB创建ACCESS数据库
说明: VB 创建 ACCESS 数据库,个人练习,一起学习,谢谢(VB Creates ACCESS Database)
- 2020-06-23 15:40:02下载
- 积分:1
-
电动汽车整车模型
说明: 电动汽车汽车模型,用于学习和交流,simulink模型(EV model for learning and communication)
- 2020-04-28 17:27:53下载
- 积分:1
-
string literacy fgets and fputs function, reading the string functions fgets of...
字符串读写函数fgets和fputs ,读字符串函数fgets函数的功能1-string literacy fgets and fputs function, reading the string functions fgets of functionality 1
- 2022-06-02 05:58:20下载
- 积分:1
-
cJSONFiles
说明: JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
ver按钮过渡动画效果
说明: 一款CSS3鼠标hover按钮过渡动画效果。该CSS3鼠标h(A CSS3 mouse hover button transition animation effect. The CSS3 mouse H)
- 2019-02-11 15:05:48下载
- 积分:1
-
CHAPTER_5
说明: 相场模型模板代码,可以用来进行相关扩展,十分重要了啊(There is a realization method of material in moose framework)
- 2020-09-25 16:17:47下载
- 积分:1
-
EEMD与小波降噪结合对信号进行消噪处理
说明: 此文件中包括了EEMD源程序,并通过真实的轴承故障数据运用EEMD与小波降噪相结合的方法对信号进行消噪处理,降噪结果明显。(This file includes the EEMD source program, and uses the method of combining EEMD and wavelet noise reduction to denoise the signal through real bearing fault data, and the noise reduction result is obvious.)
- 2021-03-20 21:39:18下载
- 积分:1
-
macd20100813
MT4中的MACD背离指标,自动提示,不交易,提醒人工确认,防止误操作(MT4' s MACD departure from the target, auto tips, not transactions, to remind the man to confirm, to prevent misuse)
- 2010-08-28 08:50:01下载
- 积分:1