-
NSGA2-dynamic
说明: 多目标优化进化算法目前公认效果收敛性最好的算法NSGA2c++源码,具有一般性,可在此基础上继续改进,对实现其他多目标优化算法很有帮助.(Multi-objective optimization evolutionary algorithm is currently the best recognized effect of convergence of the algorithm NSGA2c++ Source, with the general, could be on this basis to continue to improve the achievement of other multi-objective optimization algorithm helpful.)
- 2008-11-12 10:04:30下载
- 积分:1
-
jilu
能够记录键盘输入的中英文,用VC6.0编写的原码(Able to record keyboard input of Chinese and English, using VC6.0 prepared the original code)
- 2007-10-14 18:48:20下载
- 积分:1
-
Instant-messaging-software
通过数据库转发的即时通讯软件,C#编写,用VS2010开发,数据库也有,为Sql Server2008(Forward through a of instant messaging software)
- 2015-10-10 16:41:30下载
- 积分:1
-
Qt+FFMPEG+SDL实现的视频播放器
Qt+FFMPEG+SDL实现的视频播放器,本人测试在VS2012下可以通过测试可以通,并且可以播放RTSP海康和大华的网络摄像头
- 2022-02-06 16:40:46下载
- 积分:1
-
elevator
电梯模拟,实现一个模拟电梯的环境,用C程序实现的,封装良好(elevator modify)
- 2021-04-22 15:38:48下载
- 积分:1
-
Desktop
室内环境射线跟踪算法研究,这是对室内环境建模(Indoor Environment Research ray tracing algorithm, which is modeled on the indoor environment)
- 2014-02-23 20:57:04下载
- 积分:1
-
C# 根据路径使用DirectoryInfo创建文件夹
C# 根据路径创建文件夹,具体来说是使用DirectoryInfo对象的Create方法创建文件夹【目录】。如果用户未指定路径,则在程序当前目录下创建文件夹,若指定路径,则在指定的路径层级下创建目录。
在创建开始前,对用户输入的目录名或路径格式进行验证,然后判断该路径下是否存在该目录,最后创建文件夹。下面是相关的代码:
if (textBox1.Text == string.Empty)//判断输入的文件夹名称是否为空
{
MessageBox.Show("文件夹名称不能为空!");
}
else
{
DirectoryInfo dinfo = new DirectoryInfo(textBox1.Text);//实例化DirectoryInfo类对象
if (dinfo.Exists)//使用DirectoryInfo对象的Exists属性判断要创建的文件夹是否存在
{
MessageBox.Show("该文件夹已经存在");
}
else
{
dinfo.Create();//使用DirectoryInfo对象的Create方法创建文件夹
}
}
- 2023-02-21 06:20:03下载
- 积分:1
-
program for my
内含九个独立工程,主控芯片 STM32F108C8T6。九个工程分别为:操作LED灯;操作485;操作ADS1015 12位ADC芯片;操作济南有人的网口;两个版本的PID控温程序;外部时间程序;操作ch376读写SD卡程序;ucos-II+mudbus测试程序。(Contains nine independent works, master control chip STM32F108C8T6.The nine projects are: operating LED lamps;Operations, 485;Operation ADS1015 12 bit ADC chip;Operate a network of people in jinan;Two versions of PID control program;External time program;Operation ch376 to read and write SD card program;Ucos -II+mudbus test program.)
- 2018-01-05 10:24:20下载
- 积分:1
-
触摸屏手写识别
触摸屏手写识别。可手写识别,根据代码提高识别率,手写的识别率挺高的,而且还可以多字识别,方面好用的。识别速度也是相当的快,基本上是写完之后 ,就已经识别上去了,速度相当的快啊
- 2022-01-28 01:48:42下载
- 积分:1
-
matlab
madlab c++ 接口,Madlab的一本很好的书(madlab c++ interface, Madlab)
- 2008-04-07 16:41:43下载
- 积分:1