代码搜索结果
找到约 10,000 项符合
Communication 的代码
communication.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta
communication.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Data;
using System.Reflection;
using System.Threading;
using CS_CATClient;
namespace CS_CATCl
communication.xpm
/* XPM */
static char * communication_xpm[] = {
"16 16 25 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #0000FF",
"# c #52525A",
"$ c #1E37CD",
"% c #00319C",
"& c #4176EE",
"* c #639CFF",
"= c #
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