代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
idea-algorithm.txt
HOWTO: INTERNATIONAL DATA ENCRYPTION ALGORITHM
Implementation summary by Fauzan Mirza (F.U.Mirza@sheffield.ac.uk)
This document was written to help programmers to understand how to
implement the IDE
24algorithm.dsp
# Microsoft Developer Studio Project File - Name="24algorithm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
24algorithm.plg
Build Log
--------------------Configuration: 24algorithm - Win32 Debug--------------------
Command Lines
Results
24algorithm.ex
24algorithm.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "24algorithm"=".\24a
main_algorithm.m
clear all;
close all;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%% initialize the ldpc parameters %%%%%%%%%%%%%%%%%%%%%%
k_algorithm.c
#include
#include
#include
#include
int vectornum;
int vectorsize;
float * datafield;
float * tempcenter;
struct GROUP
{
genetic_algorithm.m
function gaTSP
CityNum=31;
[dislist,Clist]=tsp(CityNum);
inn=100; %初始种群大小
gnmax=200; %最大代数
pc=0.8; %交叉概率
pm=0.8; %变异概率
%产生初始种群
for i=1:inn
s(i,:)=randperm(CityNum);
end
[f,p]=objf(s,di