代码搜索结果
找到约 10,000 项符合
Communication 的代码
communication.pas
unit communication;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, ExtCtrls, ComCtrls, ToolWin, ImgList, jpeg;
type
Tmain =
communication.dfm
object main: Tmain
Left = 206
Top = 111
Width = 696
Height = 480
Caption = #36890#20449
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heigh
communication.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta
communication.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta
communication.m
%种群通信函数
for i=1:city_n
for j=1:city_n
ph_table_A(i,j)=(ph_table_A(i,j)+ph_table_B(i,j))/2;
ph_table_B(i,j)=ph_table_A(i,j);
end
end
communication.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta