-
ziliao
说明: 有关石油闪点检测的一系列相关资料,包括PID的精确控制,闪火的检测等等。(hao dong xi o)
- 2010-04-30 12:11:57下载
- 积分:1
-
TSP遗传算法求解
利用AForge中的遗传算法求解TSP
int iter = 1;
int iterations = 5000;
while (iter < iterations)
{
population.RunEpoch();
iter++;
}
Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
Console.ReadLine();
}
}
}
- 2022-05-28 04:43:44下载
- 积分:1
-
51MCU-Programs
51单片机驱动函数打包,已在STC89C52上验证,(51single-chip driver function package, has been in the STC89C52verification)
- 2012-04-09 10:49:37下载
- 积分:1
-
我的源码质量很好,欢迎大家踊跃下载。谢谢!我的邮箱是 :lcy332211@sohu.com
我的源码质量很好,欢迎大家踊跃下载。谢谢!我的邮箱是 :lcy332211@sohu.com-My source of good quality are welcome to download the U.S. enthusiastically. Thanks! My mail is: lcy332211@sohu.com
- 2022-06-29 14:58:46下载
- 积分:1
-
pattern0
pattern recognition MATLAB3
- 2010-04-08 04:16:49下载
- 积分:1
-
NetTraffic
实现本机流量监控绘图,测试可用,方便安全(Netflow monitoring)
- 2013-09-03 00:20:02下载
- 积分:1
-
PlayerDemo
这是一个c#写的音视频播放器,它是基于ffmpeg开发的(C# audio and video player, based on the ffmpeg
)
- 2014-11-08 00:08:52下载
- 积分:1
-
Catering-management-system
本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。(The system has three operating authority, which can only be executed Founding salesperson, a la carte, pay and check daily revenue operations foreman can perform Founding, a la carte, pay, purchase, adding new employees, daily income and monthly income of inquiry operation manager with the highest authority, in addition to the foreman and the operating authority salesperson, you can also set permissions for employees, product information and dishes to add information, database backup and recovery, and initial data and other operations.)
- 2014-04-21 13:40:34下载
- 积分:1
-
GoogleMap_vs2008_KAIFA
常见的地图GIS二次开发有ARCGIS、MO、AO、MAPX、MapXtreme、ASPMAP,但是对于我们初接GPS/GIS项目的人来说,最头痛的问题是无法解决地图,调用GOOGLE的SDK就可以免费使用GOOGLE的免费地图资源,快速构建自己的GIS系统。这项技术可以应用于交通、运输、物流、安防、城市规划、城市管理、林业、农业、工业、灾难指挥、地震灾难等许多行业。采用这种方法应付毕业论文时最省事了,连数字化地图的步骤都省了,别人开发GIS系统要几个月,用GOOLE二次开发,只要短短的几天。我有一个学生,程序明明用GOOGLE的二次开发,但是在论文里大谈自己是用ARCGIS开发的,几个答辩老师愣是没瞧出来,这位学生,轻轻松松获得答辩高分。
本程序可以工作于vs.net各种版本,我编译时采用vs2008,asp.net采用3.5的支持库。(Common secondary development of GIS maps has ARCGIS, MO, AO, MAPX, MapXtreme, ASPMAP, but for us to pick beginning of GPS/GIS project for people who can not be solved the most headache problem is that maps, call the SDK can be free of charge GOOGLE GOOGLE maps using free resources to quickly build their own GIS system. This technology can be applied to traffic, transportation, logistics, security, urban planning, urban management, forestry, agriculture, industry, disaster command and earthquake disaster, and many other industries. When using this method to cope with dissertation The easy, and even the digital map of the steps are saved, others take a few months development of GIS systems, with GOOLE secondary development, as long as only a few days. I have a student, the program is clearly using GOOGLE secondary development, but the paper was much talk that he is using ARCGIS developed several defense teacher Leng Shimo Look out, the students, easy access to defense scores.
This proc)
- 2010-02-12 05:42:50下载
- 积分:1
-
jisuanqi
C#编写制作一个简单计算器的学习实例源码,精选C#学习源码。(C# prepared a simple calculator learning example source code, select C# learning source.)
- 2013-12-17 13:14:42下载
- 积分:1