资源列表
[数据结构常用算法] quick_sort
说明:算法课程的快速排序的实现,快速排序的精华在于partition函数的实现,本实现中分别采用了原始的partition和随机化的partition,以便于达所期望的速度。-the implementation for quick sort in the course of alogrithm.The essence of quick sort lies in the implementation of the function partition.The code contains two iml<ann> 在 2025-11-09 上传 | 大小:206kb | 下载:0
[matlab例程] Engine_Simulink
说明:一个简单的发动机模型,大家可以互相学习,这个模型是别人做建立的-A simple engine simulink model<杨成 > 在 2025-11-09 上传 | 大小:26kb | 下载:0
[人工智能/神经网络/遗传算法] BP-NETWORK
说明:BP神经网络的c语言实现算法,介绍了算法的实现原理,以及全部的实现过程-C language of the BP neural network algorithm, introduced the principle of the algorithm, and all of the implementation process<绵绵柳> 在 2025-11-09 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] BP
说明:BP神经网络解决异或问题的方法的c语言详细实现过程-BP neural network method to solve the XOR problem c language implementation process in detail<绵绵柳> 在 2025-11-09 上传 | 大小:38kb | 下载:0
[数据结构常用算法] library-management
说明:a) 创建一个图书管理系统(包括每本书的编号、书名、作者、分类信息),程序采用交互式工作方式,流程如下: b) 书籍管理:完成增加新书籍和删除功能,并在完成操作之后按关键字(编号、书名、作者、种类)进行排序(插入、冒泡、快速、堆排序、归并排序等任选一种); c) 书籍查找:用二分法实现下述功能 ①按编号查找 ②按书名查找 ③按作者查找 ④按分类查找 -failed to translate<许鑫鹏> 在 2025-11-09 上传 | 大小:1kb | 下载:0