-
Windows-dll(Lib)
VC平台下使用VC++语言编程调用Lib库文件以及Dll文件的调用,代码比较简单,另有文字备注说明(VC LIB DLL)
- 2011-12-29 16:28:39下载
- 积分:1
-
dds-fw
基于msp430的DDS芯片ad9851的源码,(MSP430 Based on the DDS chip AD9851 source,)
- 2008-08-02 20:18:29下载
- 积分: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
-
ProcessHandles
This program list all the remote process handles by type wise and closes them selectively by duplicating
- 2013-12-27 18:37:14下载
- 积分:1
-
SockeT based on TCP/IP connectivity and includes multiple codec interface called...
SockeT基于TCP/IP的连接并包含多种解码界面调用部分-SockeT based on TCP/IP connectivity and includes multiple codec interface called part
- 2022-06-21 07:39:12下载
- 积分:1
-
本教程以手把手的方式,通过简单实例入手,层层深入,对C#语言进行了详细而全面地讲解。本教程面向的对象为:1、看过一些初级C#教程,对基本语法,三大结构理解没有困...
本教程以手把手的方式,通过简单实例入手,层层深入,对C#语言进行了详细而全面地讲解。本教程面向的对象为:1、看过一些初级C#教程,对基本语法,三大结构理解没有困难的人员。2、学习过其它语言,想转入到C#进行学习的人员。-The Guide to hands-on approach, starting with a simple example, layers of depth on the C# Language in detail and comprehensively explain. The object-oriented tutorial for: 1, read some of the primary C# Tutorial on basic grammar, the three have no difficulty in understanding the structure of personnel. 2, learning other languages, I would like to shift to the C# Learning personnel.
- 2022-06-21 21:13:57下载
- 积分:1
-
课时12、课程资料
基于Openlayers实战地理信息系统的视频,小编在此共享(Video based on Openlayers Actual Geographic Information System is shared here by Editor)
- 2020-06-23 13:00:06下载
- 积分:1
-
map
1234567813151511111111111111111111111111111111111111111111111111111111111
- 2022-06-17 22:32:51下载
- 积分:1
-
FibonacciHeap
斐波那契堆基于二项式堆,在支持以O(1)时间实现插入、合并和以O(log n)实现删除最小元素的基础上,进一步实现了以O(1)实现指定节点值减少和用O(log n)时间完成删除任意节点操作(Fibonacci heap-based binomial heaps of support to the O (1) time to achieve insertion, Merger and O (log n) to achieve the smallest element deleted on the basis of further to the O (1) to achieve specified nodes and reduce the value of O (log n) time to complete the deletion of arbitrary nodes parade for)
- 2007-01-04 22:36:07下载
- 积分:1
-
ShanuDGVHelper_Demo
windows官网下载的gridview实例,适合初学者学习(Official website to download the windows GridView example, suitable for beginners to learn
)
- 2014-12-03 16:39:02下载
- 积分:1