2014年5月21日
摘要: timei;placehubei kindergarten school;Jobjob=newJob();intmaney=0;Stringgains; int Girls_Count=0; for(i=8:30;i<=18:30;i++) {if((i-8:30)%60==0) { maney+=... 阅读全文
posted @ 2014-05-21 20:39 左小诸葛 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 第一步:生成数据第二步:读取数据第三步:创建队列第四步:入队分配第五步:出队收集重复第四步与第五步,直到出队入队各四次,完成基数排序:如下:4次入队结束后如下:最后一次出队:基数排序完成。。。。。 阅读全文
posted @ 2014-05-21 20:36 左小诸葛 阅读(731) 评论(2) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-05-21 20:35 左小诸葛 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: 效果截图:代码展示:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Sys... 阅读全文
posted @ 2014-05-21 20:31 左小诸葛 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 效果截图:粒子模拟代码展示:#include "Particle.h"/** 构造函数 */CParticle::CParticle(){data = NULL;numparticle = 0;}/** 析构函数 */CParticle::~CParticle(){delete []data;dat... 阅读全文
posted @ 2014-05-21 20:30 左小诸葛 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 第一步:打开数据第二歩:制作等级图选择图层第三歩:选择字段第四歩:设置条带第五步:生成评价第六歩:生成专题图 阅读全文
posted @ 2014-05-21 20:29 左小诸葛 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 第一步、选择原始坐标系为测点经纬度第二步、选择新坐标系为高斯坐标第三歩、录入原始坐标数据第四歩、录入输出路径并OK核心代码: 阅读全文
posted @ 2014-05-21 20:28 左小诸葛 阅读(2435) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-05-21 20:26 左小诸葛 阅读(537) 评论(0) 推荐(0) 编辑
摘要: The OnMapReplaced event is triggered whenever theIMapControl2::Mapis replaced by another map, such as when theIMapControl2::LoadMxFilemethod is used o... 阅读全文
posted @ 2014-05-21 20:24 左小诸葛 阅读(1663) 评论(0) 推荐(1) 编辑
摘要: 一:灰度图像的水平镜像核心代码:二:灰度图像的竖直镜像核心代码:三:彩色图像的水平镜像核心代码:四:彩色图像的竖直镜像核心代码: 阅读全文
posted @ 2014-05-21 20:23 左小诸葛 阅读(405) 评论(0) 推荐(0) 编辑