资源列表

« 1 2 ... .37 .38 .39 .40 .41 14742.43 .44 .45 .46 .47 ... 28522 »

[数据结构常用算法CircList

说明:循环队列,实现循环链表。当走到队尾时,自动回到队头。-Circular queue, linked list implementation. When the team reached the end, the automatic return to the first team.
<lily> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[数值算法/人工智能IATSP5.10

说明:免疫记遗传算法在TSP中的应用,经实验仿真,发现本方法快速有效-Immune genetic algorithm in TSP in mind the application of the experimental simulation, found that this method is rapid and effective
<曾行> 在 2025-06-09 上传 | 大小:7kb | 下载:0

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

说明:遗传算法程序源代码,很好的一个源代码。很有借鉴价值-Genetic algorithm source code, a good source. Great reference value
<> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[数值算法/人工智能popov1

说明:基于popov超稳定性的模型参考自适应控制matlab仿真-popov
<leo> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[数据结构常用算法Ackerman

说明:阿克曼函数(Ackerman)是非原始递归函数的例子;它需要两个自然数作为输入值,输出一个自然数。它的输出值增长速度非常高,仅是(4,3)的输出已大得不能准确计算。   Ackerman函数定义如下:   若m=0 返回n+1   若m>0且n=0 返回Ackerman(m-1,1)   若m>0且n>0 返回Ackerman(m-1,Ackerman(m,n-1)) -Ackermann function (Ackerman) examples of no
<夏雪> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[数值算法/人工智能IEEE802.11b_example

说明:一个IEEE802.11b的实用例程,供大家参考。以5.5Mbps 为例。-5.5 Mbps CCK Simulation using specs from IEEE 802.11b, No guarantees and warantees!
<jane> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[matlab例程thesimulationOfactivefilterOnPSCAD

说明:基于PSCAD的有源滤波器仿真,可以完成有源滤波器的很好的仿真-the simulation of active filter on PSCAD
<秦林> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[matlab例程exm1

说明:BPSK的Matlab简单仿真,得到理想情况下的误码曲线-BPSK仿真之matlab
<张小云> 在 2025-06-09 上传 | 大小:7kb | 下载:0

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

说明:应用matlab实现基于遗传算法的图像处理问题-Application of matlab genetic algorithm based on image segmentation
<加仑> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[matlab例程MODELHSR

说明:simulation the converter DC to DC single phase command with process of implosion
<kanouni> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[matlab例程PAL_library

说明:/* * file : PAL_library.c * project : PIC PAL SOFTWARE VIDEO GENERATOR * author : Bruno Gavand * compiler : mikroC V6.2 * date : January 17, 2006 * * descr iption : * PAL library for PIC18 MCU * This library turns your PIC1
<sds> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[matlab例程GA

说明:关于GA的c++代码和matlab代码的一个文件,可以做一个性能对比后,选择使用-On GA in c++ code and matlab code of a file, you can make a performance comparison, the option of using
<mawubin> 在 2025-06-09 上传 | 大小:7kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 14742.43 .44 .45 .46 .47 ... 28522 »

源码中国 www.ymcn.org