您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. a算法演示

  2. This is a simple A* (A-Star) implementation. I did this for one of my university projects, so don‘ t expect it would be very good. Anyway, it‘s very simple because I ‘m not a C# programmer. There are four classes, first one (class1.cs) is just a tes
  3. 所属分类:C#

    • 发布日期:2004-06-23
    • 文件大小:8192
    • 提供者:chenxh
  1. 王小平版遗传算法的光盘源代码

  2. 王小平版遗传算法的光盘源代码 SGPC: Simple Genetic Programming in C by Walter Alden Tackett and Aviram Carmi (gpc@ipld01.hac.com) Version 1.1 (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public dom
  3. 所属分类:C

    • 发布日期:2004-06-25
    • 文件大小:3145728
    • 提供者:chenxh
  1. c语言常用算法源代码

  2. #include "stdio.h" #include "conio.h" #include "string.h" #define MAX 5000 int start,end,nodenum; void save1(); void save2(); void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int t[14],i,j,m; int num_node[4]; int node_number; int n umber=0; float v
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:320512
    • 提供者:tianzhu131
  1. 基于lf蚁群聚类算法

  2. %-- Unknown date --% else p(:,j)=0; end; if maxp(1)<p(1,j) maxp(1)=p(1,j); end; linear_index=find(maxp(1)==p(1,:)); size1=[1,n]; [r_index,c_index]=ind2sub(size1,linear_index(1)); solution_medium(k,1)=distance(g(NC,k),c_index(1)); route(k,1)=c_ind
  3. 所属分类:C

    • 发布日期:2010-09-03
    • 文件大小:128
    • 提供者:suxuejing1984
  1. Find S算法(C,C++实现)

  2. Find S算法(C,C++实现)。自己写的。。。
  3. 所属分类:C

    • 发布日期:2010-10-26
    • 文件大小:1024
    • 提供者:wangyan8877
  1. FIND-S算法

  2. 这是我自己用java语言写的FIND-S算法,不足之处,敬请原谅。
  3. 所属分类:其它

    • 发布日期:2008-03-17
    • 文件大小:27648
    • 提供者:jinghm2008
  1. matlab在遗传算法中的应用

  2. 遗传算法matlab程序(2009-04-14 18:25:19)转载标签: 遗传算法二进制编码if杂谈 遗传算法程序: 说明: fga.m 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! function [BestPop,Trace]=fga(FUN,LB,UB,eranum,popsize,pCross,pMutation,pInversion,options) % [BestPop,Trace]=fmaxga
  3. 所属分类:制造

    • 发布日期:2011-05-05
    • 文件大小:1048576
    • 提供者:goodluck207
  1. 我的迪杰斯特拉算法小结

  2. 迪杰斯特拉算法总结与代码描述 Problem Descr iption One day , Kiki wants to visit one of her friends. As she is liable to carsickness , she wants to arrive at her friend’s home as soon as possible . Now give you a map of the city’s traffic route, and the stations w
  3. 所属分类:软考等考

    • 发布日期:2011-07-06
    • 文件大小:57344
    • 提供者:Tracyna
  1. 算法上机!!

  2. Practice 1 Date: Monday, March 18th, 2013 We highly encourage being environment friendly and trying all problems on your own. Implement exercise 2.3-7. Implement priority queue. Implement Quicksort and answer the following questions. (1) How many co
  3. 所属分类:C/C++

    • 发布日期:2013-05-30
    • 文件大小:16777216
    • 提供者:aidashi
  1. 图算法例题

  2. 图算法sicily例题 1000. sicily 1155. Can I Post the lette Time Limit: 1sec Memory Limit:32MB Descr iption I am a traveler. I want to post a letter to Merlin. But because there are so many roads I can walk through, and maybe I can’t go to Merlin’s house fo
  3. 所属分类:C/C++

    • 发布日期:2013-12-22
    • 文件大小:68608
    • 提供者:u013246315
  1. 《机器学习》第2章中find-s标准算法

  2. 《机器学习》第2章中find-s标准算法
  3. 所属分类:Python

    • 发布日期:2014-03-01
    • 文件大小:1048576
    • 提供者:u013754134
  1. MATLAB智能算法30个案例分析 源代码

  2. MATLAB智能算法的源代码%% 清空环境 clc;clear %% 障碍物数据 position = load('barrier.txt'); plot([0,200],[0,200],'.'); hold on B = load('barrier.txt'); xlabel('km','fontsize',12) ylabel('km','fontsize',12) title('二维规划空间','fontsize',12) %% 描述起点和终点 S = [20,180]; T = [16
  3. 所属分类:讲义

    • 发布日期:2014-09-07
    • 文件大小:1048576
    • 提供者:xuyin1204
  1. c_均值聚类算法(MATLAB0

  2. clear clc; %disp char "基于C 均值算法的特征点聚类" strcat datestr now ; S double imread "E: Matlab 1 jpg" ;%读取源图像 %S double imread "E: Matlab 001 jpeg" ;%读取源图像 [sr sc] find S 255 ;%sr sc存储源图像中待聚类点的坐标 len length sr ;%len存储源图像中待聚类点的个
  3. 所属分类:讲义

    • 发布日期:2015-04-04
    • 文件大小:4096
    • 提供者:wuliangj
  1. 算法——Dijkstra’s algorithm求最短路径并打印出路径的各个节点

  2. Modify Dijkstra’s algorithm, so that it finds the hop lengths of the shortest paths from a given node s to all other nodes in a given undirected connected graph G. Note that : • find the shortest paths. and need to find the hop lengths of the shorte
  3. 所属分类:其它

    • 发布日期:2008-12-27
    • 文件大小:238592
    • 提供者:joysiyang
  1. 华南理工大学计算机全英班算法设计实验

  2. Experiment 1 The QuickSort Algorithm 1.Introduction to the quicksort algorithm In order to sort the input data sequence S, we can do like below: 1)Select one number q and then divide the sequence S into three sub-suquences: S1 in which all of elemen
  3. 所属分类:C/C++

    • 发布日期:2018-05-20
    • 文件大小:15360
    • 提供者:z_y_r12138
  1. LR算法-example.pdf

  2. 在编译器的前端设计中,对于LL分析和LR分析作为最重要的实现方式。该算法就是书本上的进一步实现Lets fill in the row for State 0 together. Looking back at our notes above, we see that on A we transition to State 1 and on a we transition to State 2. Transitions on terminals like a are called " shift
  3. 所属分类:C

    • 发布日期:2019-10-13
    • 文件大小:61440
    • 提供者:weixin_43636999
  1. 伯克利 常用经典算法.pdf

  2. Chapter 0 Prologue Chapter 1 Algorithms with numbers Chapter 2 Divide-and-conquer algorithms Chapter 3 Decompositions of graphs Chapter 4 Paths in graphs Chapter 5 Greedy algorithms Chapter 6 Dynamic programming Chapter 7 Linear programming and reduc
  3. 所属分类:讲义

    • 发布日期:2019-09-04
    • 文件大小:2097152
    • 提供者:u013701860
  1. 已知的5大聚类算法.pdf

  2. The 5 Clustering Algorithms Data Scientists Need to Know Clustering is a Machine Learning technique that involves the grouping of data points. Given a set of data points, we can use a clustering algorithm to classify each data point into a specic gro
  3. 所属分类:机器学习

    • 发布日期:2019-08-24
    • 文件大小:883712
    • 提供者:homeofcm
  1. PCA降维算法讲义ppt slides

  2. PCA降维算法讲义ppt slides,pca降维算法,课程资源,pptIntrinsic latent dimensions In this dataset, there is only 3 degrees of freedom of variability, corresponding to vertical and horizontal translations, and the rotations 333[3 Each image undergoes a random displacem
  3. 所属分类:讲义

    • 发布日期:2019-03-01
    • 文件大小:10485760
    • 提供者:qq_27328663
  1. Concept-Learner:CSC 426的概念学习-源码

  2. 概念学习者 CSC426-01的Project 2概念学习器:机器学习。 作者:Vihan Patel,Luke Kurlandski,Suada Demirovic 文件名:README.md 描述:描述提交的内容。 内容: 可交付成果包括: D1和D2所需的文件: training_examples.csv :一个格式化的.csv文件,其标题描述了属性和目标概念,随后的每一行描述了一个培训示例。 D1&D2: find_s.py :包含Find-S算法的实现,并打印任务2所需的跟踪
  3. 所属分类:其它

    • 发布日期:2021-03-31
    • 文件大小:133120
    • 提供者:weixin_42120405
« 12 3 4 5 »