CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Temp

搜索资源列表

  1. salesman-temp

    0下载:
  2. 货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2157
    • 提供者:邵柏波
  1. c

    0下载:
  2. c++冒泡排序#include \"stdio.h\" void sort() { int i,count=0,a[20] int k=20 printf(\"please input 20 defferent numbers?\\n\") for(i=0 i<20 i++) scanf(\" %d\\a\",&a[i]) while(count<20) { for(i=0 i<k i++)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:623
    • 提供者:李仅
  1. temp

    0下载:
  2. 一个简单的prolog 练习.一些基本的PROLOG指令。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:244791
    • 提供者:slackerex
  1. Insert_sort

    0下载:
  2. void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }-void insert_sort (int* a, int n) (if
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6549
    • 提供者:Katherine
  1. 112

    0下载:
  2. :#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ... -:# Include
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3206
    • 提供者:gl
  1. NoSpamSrc011

    0下载:
  2. maybe is knn or maybe not i m not sure about it it s a temp file-maybe is knn or maybe not im not sure about it it sa temp file
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:32944
    • 提供者:wyy lii
  1. temp

    0下载:
  2. 这是一个简单实用的实数编码遗传算法源代码,清晰,方便。-This is a simple and practical real-coded genetic algorithm source code, clear and convenient.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1795
    • 提供者:侯典林
  1. temp

    0下载:
  2. matlab的语音文件的格式,如果缺少了的话可以就此下载-languang wenjian
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:640
    • 提供者:supeiyin
  1. Temp

    0下载:
  2. 介绍关于这个文档方面的知识,或者专业知识等一些技术上的探讨 -nhdfgknflkd ndkfn dmk l
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:33041
    • 提供者:李福生
  1. temp

    0下载:
  2. Binary tree genrarator up to four bit and same u can do after,Does the fourierseries. Code for manchester coding. Code for instantaneous code.SIMPLEsnr.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2230
    • 提供者:Ashish
  1. temp

    0下载:
  2. 关于二叉树排序及线性链表的实现及各种操作,仅是面试的一个资料-On the binary sort tree and linear list implementation and all kinds of operations, is only an information interview
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2720
    • 提供者:Danny
  1. LCSAlgo

    0下载:
  2. 1.此程式執行將從路徑讀取二個文字檔 ( 路徑:C:/INPUT1.TXT, C:/INPUT2.TXT ) 2.執行結束會產生一個最佳解的文字檔 ( 路徑:C:OUTPUT.TXT )並說明最佳解的長度及跳躍次數首先動態宣告了temp陣列來存取input的內容大小依照文章的長度而定並分別記錄兩個input的文章大小給定兩 序列 ,最長共同子序列 (LCS)問題是決定一個子序列 :使得該子序列 是這兩 序ɿ
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1911
    • 提供者:zelda
  1. Temp

    0下载:
  2. 颜色渐进控件,实现该功能的关键是代码中所叙述的-Color progressive control
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1979021
    • 提供者:liudehua
  1. Assign2.pdf

    0下载:
  2. hw0 it just a temp file :P
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:28740
    • 提供者:he
  1. Data_struct_1

    0下载:
  2. 数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1846
    • 提供者:苏文俊
  1. DZHTOOL

    0下载:
  2. Level-2的逐笔成交数据是缓存在dzh2\data\sh\TEMP目录下-DHZDOOL
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:15325
    • 提供者:zhong
  1. exp5_22

    0下载:
  2. 有两组生物医学的实验数据,一组表示物质成分(TCE),一组表示 温度(temp),数据是在35天中每隔5天采样取得的,将物质成分和温度与时间的 关系画在一张图中。-There are two sets of biomedical experimental data, a group of said material composition (TCE), a group that temperature (temp), data is 35 days in samples obtai
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:777
    • 提供者:刘一
  1. temp

    0下载:
  2. C 数据结构 A*算法 图论 矩阵 最短路径算法-C data structure matrix A* algorithm for shortest path algorithms on graph theory
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2957
    • 提供者:aaaaaa
  1. temp

    0下载:
  2. s code is c tfg gfugv hfcj tf uyvuv yuf uytf yutuy y vuy vuyv yuv yuvtuy vuyvu yvuyvuy vuy
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:255109
    • 提供者:ali
  1. ELM

    1下载:
  2. 训练集/测试集产生 load spectra_data.mat 随机产生训练集和测试集 temp = randperm(size(NIR,1)) 训练集——50个样本 P_train = NIR(temp(1:50),:) T_train = octane(temp(1:50),:) 测试集——10个样本 P_test = NIR(temp(51:end),:) T_test = octane(temp(51:end),:) N = si
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1202
    • 提供者:王飞
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com