资源列表

« 1 2 ... .72 .73 .74 .75 .76 27077.78 .79 .80 .81 .82 ... 28523 »

[数据结构常用算法Simulate_Allocate_Memory_Implement_by_C

说明:模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
<丘方> 在 2025-12-20 上传 | 大小:3kb | 下载:0

[数据结构常用算法Some_Sort_Program_Implement_by_C

说明:几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序 -several algorithm using C language function algorithm to achieve the following : (a) direct insertion sort, Hill sequencing (2) Bubble Sort, rapid
<丘方> 在 2025-12-20 上传 | 大小:4kb | 下载:0

[人工智能/神经网络/遗传算法AntColonySystem

说明:蚁群算法的C语言实现 关于蚁群算法网上有很多C++和java实现的 C的没有见过 就自己做了 感觉能更好的体现算法-ant colony algorithm C language on the Internet ant colony algorithm many C and java achieve C never seen done on their own feeling better reflect the algorithm
<朱竹> 在 2025-12-20 上传 | 大小:235kb | 下载:0

[人工智能/神经网络/遗传算法anncode

说明:一个神经网络的程序 ,通过神经网络进行预测。内含测试数据,训练数据。-a neural network procedure for the adoption of neural network prediction. Intron test data, training data.
<zsl> 在 2025-12-20 上传 | 大小:49kb | 下载:0

[数据结构常用算法csf

说明:c常用数值算法,主要包括矩阵特征值与特征向量的计算、数学变换与滤波等20多种算法的实现-c commonly used algorithm, including Matrix eigenvalues and eigenvectors of computing, mathematics and transform more than 20 filtering algorithm to achieve
<李某> 在 2025-12-20 上传 | 大小:276kb | 下载:0

[数据结构常用算法migongwenti

说明:经典的问题 经典的算法 思路清晰 开阔眼界 -classic problems of classical algorithm clear ideas to broaden their horizons
<李浩> 在 2025-12-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法tingchechangguanli

说明:停车场内只有一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出 用栈实现 -carpark only one can park cars n the narrow channel and only one door and out of cars with Stack
<李浩> 在 2025-12-20 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法ga_vc6.0

说明:本代码在vc++6.0下演示遗传算法的具体设计,供爱好者借鉴。-the code vc 6.0 demo genetic algorithm designed specifically for lovers draw.
<光临> 在 2025-12-20 上传 | 大小:16kb | 下载:1

[数值算法/人工智能_lagrange

说明:拉格朗日插值
<fang> 在 2025-12-20 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法rstree

说明:基于内容的多媒体数据库检索算法: 用于最近邻搜索的R*-tree算法-content-based multimedia database search algorithm : Nearest Neighbor Search for the R*- tree algorithm
<章明> 在 2025-12-20 上传 | 大小:960kb | 下载:0

[人工智能/神经网络/遗传算法srtree

说明:基于内容的多媒体数据检索算法SR-Tree,类似于R*-tree和SS-tree的最近邻搜索 -content-based multimedia data retrieval algorithm SR-Tree, similar to the R*- tree and SS-tree search of the nearest neighbor
<章明> 在 2025-12-20 上传 | 大小:20kb | 下载:0

[人工智能/神经网络/遗传算法vptree

说明:基于内容的多媒体数据库检索算法,VP-Tree算法。-content-based multimedia database search algorithm, VP-Tree Algorithm.
<章明> 在 2025-12-20 上传 | 大小:12kb | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 27077.78 .79 .80 .81 .82 ... 28523 »

源码中国 www.ymcn.org