搜索资源列表

  1. network-problem

    0下载:
  2. that s about network problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:iut
  1. WATERJUG

    0下载:
  2. this water jug problem in c-this is water jug problem in c++
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:aditya
  1. ga_jsp_matlab

    0下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦-the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:朱磊
  1. st

    0下载:
  2. 计算瞬态导热问题的计算机分析程序算法的论文。-Calculation of transient heat conduction problem algorithm for computer analysis program papers.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:379904
    • 提供者:nagtive
  1. reader_writer.c

    0下载:
  2. reader-writer problem implemented in C
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:somit
  1. TabuSearchforTSP

    0下载:
  2. This gives source code of traveling salesman problem. The algorithm used is tabu search.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:Roger
  1. mtspf_ga

    0下载:
  2. Genetic Algorithm that solves te Multiple Travelling Salesman Problem. This algorithm uses fixed start and end points
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:jacobdeboer33
  1. mtsp_ga

    0下载:
  2. Algorithm that solves the Multiple Travelling Salemsan Problem. This algorithm needs the starting position of every salesman.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:jacobdeboer33
  1. IPC-Problem

    0下载:
  2. 模拟操作系统下的IPC问题,类似生产者和消费者-Modulate the IPC problem in operating system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:179200
    • 提供者:zi
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:669696
    • 提供者:Siegfried
  1. clipping_ber_my

    1下载:
  2. ofdm中的PAPR问题的CLIPPING方案的BER-ofdm in the PAPR problem CLIPPING program BER
  3. 所属分类:3G开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:sushu
  1. barber(2)

    0下载:
  2. 理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:wgx
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:田文杰
  1. hipr

    0下载:
  2. 使用push-relabel方法求解最大流问题,是国外的一个研究机构编写的,速度很快。-This is an efficient implementation of the push-relabel method. See Goldberg and Tarjan, "A New Approach to the Maximum Flow Problem," J. ACM Vol. 35, 921--940, 1988
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:顾徐鹏
  1. yihuo

    0下载:
  2. 用神经网络中的BP网络来解决“异或问题”,异或函数在两个输入不等的情况下输出1,相等的情况输出0。-BP neural network with the network to solve the " exclusive-OR problem," the two input exclusive-OR function in the case of output ranging from 1, equal to the o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhangjin
  1. exp4

    0下载:
  2. 哲学家就餐问题C语言模拟,pthread库实现-The Dining Philosophers Problem C language simulation, pthread library implementation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:哈哈哈哈
  1. local_search

    0下载:
  2. 运用局部搜索算法实现旅行商问题。作者:陈华昌-The use of local search algorithm traveling salesman problem. Author: Chen Huachang
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:chc
  1. pso_01

    1下载:
  2. 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:waterjj
  1. Arrays

    0下载:
  2. 阵列天线的程序,能够计算阵列天线的散射和辐射问题-Array antenna problem for cauculating the scattering and radiating problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:李光
  1. The-Traveling-Salesman-Problem

    0下载:
  2. 老外写的论述TSP问题的各种算法及相关论述,可作研究用。-Written by foreigners of various algorithms discussed in TSP problem and the related discussion, can be used for research.
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:387072
    • 提供者:xuhui
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »

源码中国 www.ymcn.org