-
svm_multiclass.tar
SVM支持向量机多分类器源码,用过的,绝对好用(SVM SVM classifier source, used absolutely everything)
- 2006-12-22 17:46:38下载
- 积分: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
-
毕业管理系统
本系统主要分为3个大模块:学生、教师、管理员。而在原系统上的这些大模块里,需要添加以下几个小模块:
学生:主要有5个模块:
个人信息:查看、修改个人信息
密码修改:密码修改
查看课题任务书与指导书:查看课题任务书与指导书
学生选题:选题一览表、自主选题
个人选题情况:查看留言及选题信息,查看审核是否通过
教师:主要有6个模块:
个人信息:查看、修改个人信息
密码修改:密码修改
课题申报:申报课题、课题一览表
任务书与指导书:课题任务书、课题指导书
确认选题学生:显示学生信息、教师选择学生、正式任务书与指导书。
留言(进行交互)
管理员:主要有6个模块:
公告通知:查看,修改,删除
密码修改:密码修改
查询统计:课题指导老师修改,按课题类型、课题标题查询论文,课题申报情况,分专业统计课题申报数据,课题任务书与指导书(查看、修改、删除)。
用户管理:学生、教师
系统设置:控制申报课题和修改课题,控制学生选题。
评论:管理评论
- 2022-04-12 07:43:20下载
- 积分:1
-
irregular_ROI_extract
提供了一种提取不规则区域的思路,基于opencv2.4.0、vs2010实现(Provides a method for extracting irregular areas of thinking, based opencv2.4.0, vs2010 achieve)
- 2014-05-20 14:20:53下载
- 积分:1
-
TestGoogleEarth
Google Earth二次开发,Google Earth COM API的初始化,基于C#实现(Google Earth COM API to initialize the secondary development based on C# implementation)
- 2020-10-31 15:39:56下载
- 积分:1
-
本文件实现串口发送功能 STM32F-DMA
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData()
* 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输
每当USART的发送缓冲区空时,USART模块产生一个DMA事件,
此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART
整个过程无需用户程序干预,用户只需启动DMA传输传输即可
在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止
串口依然发送,表明DMA传输是一个独立的过程。
同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
- 2010-08-06 16:30:24下载
- 积分:1
-
cqnsole
VLD支持排查特定线程的泄漏,所有线程的泄漏,在特定的阶段启用泄漏检查,安装完成后,即可启用内存泄漏检测了(VLD supports troubleshooting leaks from specific threads, leaks from all threads, and leak checking is enabled at a specific stage, and memory leak detection is enabled when the installation is complete)
- 2018-09-29 14:31:09下载
- 积分:1
-
有关列车时刻表~的C语言程序编译源吗及其解说
有关列车时刻表~的C语言程序编译源吗及其解说-the trains Schedules to the C language compiler and source guide?
- 2022-08-21 01:17:01下载
- 积分:1
-
CHAP05
企业备忘录管理系统 利用VC++技术实现 需要连接数据库(SQl MFC)
- 2010-06-13 14:06:28下载
- 积分:1
-
AINSDO.C
AINSDO.C ---- Asynchronous Mode to wait call in, synchronous mode do vioce processing -AINSDO.C---- Asynchronous Mode to wait call in, synchronous mode do vioce processing
- 2023-09-04 04:50:03下载
- 积分:1