代码搜索:通讯源程序
找到约 10,000 项符合「通讯源程序」的源代码
代码结果 10,000
www.eeworm.com/read/222406/14692318
txt 源程序.txt
TSP问题的遗传算法+转载
我这几天做了一个队员选择问题,其中一个问题我是用遗传算法做的,现在我把它整理成解决tsp问题的遗传算法:旅行商问题(traveling saleman problem,简称tsp):
已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短? ...
www.eeworm.com/read/221735/14725490
pdf 源程序.pdf
www.eeworm.com/read/219305/14888917
c 源程序.c
#include "Stdio.h"
#include "Conio.h"
#include "Dos.h"
#include "Stdlib.h"
#include "String.h"
#include "Time.h"
unsigned char state;
char ch,string;
FILE *fp;
void Send_km() /*发送字符函数*/
www.eeworm.com/read/208126/15253872
rar 源程序.rar
www.eeworm.com/read/208126/15253888
rar 源程序.rar
www.eeworm.com/read/207932/15256539
txt 源程序.txt
#include
#include
#include
#include
#define POPSIZE 500 //种群的最大值
#define cmax 200
#define length1 10
#define length2 10
#define chromlength length1+leng
www.eeworm.com/read/26990/862083
txt 源程序.txt
#include
/*************************ds1302与at89s52引脚连接********************/
sbit T_RST=P3^5;
sbit T_CLK=P3^6;
sbit T_IO=P3^7;
sbit
www.eeworm.com/read/31446/1020604
txt 源程序.txt
#include
/*************************ds1302与at89s52引脚连接********************/
sbit T_RST=P3^5;
sbit T_CLK=P3^6;
sbit T_IO=P3^7;
sbit
www.eeworm.com/read/382884/2623590
m 源程序.m
%f1=str2double(get(handles.f1_input,'string'));
%f2=str2double(get(handles.f2_input,'string'));
%t=eval(get(handles.t_input,'string'));
function junzhicha( ) %设有两个正态总体其分布分别为N(mu1,sigma1
www.eeworm.com/read/195091/8174109
cpp 源程序.cpp
#define m 10 /*假定系统允许的最大作业为m,假定模拟实验中m值为10*/
#define n 10 /*假定系统允许的空闲区表最大为n,假定模拟实验中n值为10*/
#define minsize 10
#include
#include
#include