-
Multi
遗传算法中多点交叉算法来优化最小值函数所对应的解--变异过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process variation
- 2022-11-11 01:40:03下载
- 积分:1
-
a simulation of a small LED display procedures, can show good numbers, letters a...
一个模拟LED显示的小程序,能很好的显示数字,字母和时间-a simulation of a small LED display procedures, can show good numbers, letters and time
- 2022-06-18 22:50:38下载
- 积分:1
-
看名字就已经可以知道了吧,可以实现登陆windows 2000 功能,delphi源码
看名字就已经可以知道了吧,可以实现登陆windows 2000 功能,delphi源码-saw the name can already know it, can achieve a functional landing windows 2000, delphi FOSS
- 2022-03-02 10:37:24下载
- 积分:1
-
每次启动随机数都不一样,实现真正意义上的全局随机数
每次启动随机数都不一样,实现真正意义上的全局随机数-each start random number is different, and genuine sense of the overall situation Random Number
- 2022-03-23 06:45:12下载
- 积分:1
-
驱动开发wince宝典,第三部分,强烈推荐,不容错过
驱动开发wince宝典,第三部分,强烈推荐,不容错过-Baodian wince-driven development, part III, strongly recommend, not to be missed
- 2022-11-27 20:15:03下载
- 积分:1
-
如何在 WPF 应用程序中查看 word 文档
引言示例演示如何在 WPF 应用程序中查看 word 文档。WPF 不支持可以直接查看 Word 文档,但有些客户想在 WPF 中显示 word 文档。因此,我们可以使用 WPF DocumentViewer 控件来承载固定文档如 XPS 文档。我们也可以将 word 文档转换为使用 VSTO 的 xps 文档。
- 2023-08-31 16:20:03下载
- 积分:1
-
WindowsCE Development Guide, detailing the development of wince
WindowsCE开发指南,详细介绍wince的开发-WindowsCE Development Guide, detailing the development of wince
- 2023-04-06 05:55:03下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。...
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。-A composite control, which could enter the file or folder name, the right of the Browse button to select a path.
- 2023-05-12 08:55:04下载
- 积分:1
-
在LabVIEW的飞行模拟器源代码
source code for flight simulator in labview
- 2022-06-19 12:14:01下载
- 积分:1