搜索资源列表
salesman-temp
- 货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
c
- 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++)
temp
- 一个简单的prolog 练习.一些基本的PROLOG指令。
Insert_sort
- 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
112
- :#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
NoSpamSrc011
- 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
temp
- 这是一个简单实用的实数编码遗传算法源代码,清晰,方便。-This is a simple and practical real-coded genetic algorithm source code, clear and convenient.
temp
- matlab的语音文件的格式,如果缺少了的话可以就此下载-languang wenjian
Temp
- 介绍关于这个文档方面的知识,或者专业知识等一些技术上的探讨 -nhdfgknflkd ndkfn dmk l
temp
- 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.
temp
- 关于二叉树排序及线性链表的实现及各种操作,仅是面试的一个资料-On the binary sort tree and linear list implementation and all kinds of operations, is only an information interview
LCSAlgo
- 1.此程式執行將從路徑讀取二個文字檔 ( 路徑:C:/INPUT1.TXT, C:/INPUT2.TXT ) 2.執行結束會產生一個最佳解的文字檔 ( 路徑:C:OUTPUT.TXT )並說明最佳解的長度及跳躍次數首先動態宣告了temp陣列來存取input的內容大小依照文章的長度而定並分別記錄兩個input的文章大小給定兩 序列 ,最長共同子序列 (LCS)問題是決定一個子序列 :使得該子序列 是這兩 序ɿ
Temp
- 颜色渐进控件,实现该功能的关键是代码中所叙述的-Color progressive control
Assign2.pdf
- hw0 it just a temp file :P
Data_struct_1
- 数据结构课后设计题第一章 ◆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
DZHTOOL
- Level-2的逐笔成交数据是缓存在dzh2\data\sh\TEMP目录下-DHZDOOL
exp5_22
- 有两组生物医学的实验数据,一组表示物质成分(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
temp
- C 数据结构 A*算法 图论 矩阵 最短路径算法-C data structure matrix A* algorithm for shortest path algorithms on graph theory
temp
- s code is c tfg gfugv hfcj tf uyvuv yuf uytf yutuy y vuy vuyv yuv yuvtuy vuyvu yvuyvuy vuy
ELM
- 训练集/测试集产生 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
