资源简介
gene expression programming 编程基础
代码片段和文件信息
// classification.cpp : Defines the entry point for the console application.
//
#include “StdAfx.h“
#include
#include
#include
#include
#include “Gene.h“
#define maxnode 34
char stringinitial[maxnode+1];
int strlength;
char headtype[]=“+-*/ILE~SCQa?“; //what kinds of characters can be read to the head.
char tailtype[]=“a?“;
double Dc[7]={1.02.03.05.07.0};
void initialchar();
void main(int argc char* argv[])
{
int icount;
for(count=0;count<20;count++)
{
initialchar();
cout<<“initial:“;
cout<
i=13;
Gene gene(stringinitiali);
gene.Insert();
gene.Postorder(gene.headpoint);
double tenvary[2]={4.00.0};
gene.Result(Dctenvary);
cout<<“result=“< if(count%50==0)getch();
}
}
void initialchar()
{
int ipoint;
srand((unsigned)time(NULL));
for(i=0;i<13;i++){
if(i<6)
{
point=rand()%(13);
stringinitial[i] = headtype[point];
} /*get the genes‘ head from the head set.*/
else
{
point=rand()%(2);
stringinitial[i] = tailtype[point];
} /*get the genes‘ tail from the tail set.*/
}
stringinitial[i]=‘\0‘;
//for(int j=0;j<13;i++)cout< }
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1349 2010-06-19 10:05 gep编程基础\classification.cpp
文件 4884 2004-02-27 09:35 gep编程基础\classification.dsp
文件 551 2004-02-27 09:25 gep编程基础\classification.dsw
文件 74752 2010-12-05 15:10 gep编程基础\classification.ncb
文件 59904 2010-12-05 15:10 gep编程基础\classification.opt
文件 987 2010-06-19 11:25 gep编程基础\classification.plg
文件 262216 2010-06-19 11:25 gep编程基础\Debug\classification.exe
文件 304360 2010-06-19 11:25 gep编程基础\Debug\classification.ilk
文件 8843 2010-06-19 10:08 gep编程基础\Debug\classification.obj
文件 187312 2010-06-19 10:08 gep编程基础\Debug\classification.pch
文件 492544 2010-06-19 10:08 gep编程基础\Debug\classification.pdb
文件 31496 2010-06-19 11:25 gep编程基础\Debug\Gene.obj
文件 3366 2010-06-19 10:08 gep编程基础\Debug\Individual.obj
文件 2036 2010-06-19 10:08 gep编程基础\Debug\StdAfx.obj
文件 58368 2010-12-05 15:10 gep编程基础\Debug\vc60.idb
文件 69632 2010-06-19 10:08 gep编程基础\Debug\vc60.pdb
文件 11461 2010-06-19 10:07 gep编程基础\Gene.cpp
文件 1712 2004-02-27 10:29 gep编程基础\Gene.h
文件 432 2010-06-19 10:07 gep编程基础\Individual.cpp
文件 858 2004-02-27 09:46 gep编程基础\Individual.h
文件 1256 2004-02-27 09:25 gep编程基础\ReadMe.txt
文件 301 2004-02-27 09:25 gep编程基础\StdAfx.cpp
文件 667 2004-02-27 09:25 gep编程基础\StdAfx.h
目录 0 2010-06-19 10:08 gep编程基础\Debug
目录 0 2011-01-15 15:43 gep编程基础
----------- --------- ---------- ----- ----
1579505 26
相关资源
- IIC总线读写AT24C02BEEPROM源程序 有详细
- 关于avr单片机红外遥控解码的程序
- 51旅游微信小城序源码
- 基4—FFT程序代码
- 基于MVC的Web应用程序-个人所得税计算
- 基于DSP的语音录放实验程序
- s7-300累计流量功能块
- 用verilog实现HDB3编解码的程序
- 图像二值化程序,自己定义阈值
- 0~220V电压表程序
- 51单片机485(modbus协议)通信程序
- 数据结构实验六二分查找、Hash查找题
- 4x4矩阵键盘源程序-汇编
- 一个随笔画程序
- od增长系数法程序可用于任意矩阵
- 微票-微信小程序源码
- msp430g2553测频程序
- 保护眼睛恢复视力的小程序
- MSP430驱动SD卡程序
- uC/OS-ii(V2.86) 在ARM7上面的移植程序
- ADXL375驱动程序4线SPI通信方式
- CFG_PDA程序
- 算数编码实现对文本的压缩程序
- 狼人杀小程序
- 强跟踪滤波程序
- msp430产生SPWM波程序
- SHT20温湿度传感器程序gpio模拟I2C+中文
- FPGA的TLC5615驱动程序--用VHDL语言实现
- AD9851串行和并行驱动程序
- 基于51单片机和lcd1602的adc0804测电压电
评论
共有 条评论