-
提供一个遗传算法C++类
提供一个遗传算法C++类-provide a genetic algorithm C
- 2022-04-10 15:22:31下载
- 积分:1
-
行列式的计算
行列式的计算-Determinant Calculation
- 2023-08-22 12:00:02下载
- 积分:1
-
dct
应用matlab程序编写的在不同量化系数下的有损压缩效果(The lossy compression effect of different quantization coefficients written by matlab program)
- 2018-03-27 04:01:21下载
- 积分:1
-
ILP
病态线性方程组的一些求解算法,包括传统的CG,CGLS,CGNR,LSQR和较新的OVM算法,它们都是一些迭代算法。(Some solving algorithms for ill conditioned linear equations include conventional CG, CGLS, CGNR, LSQR, and newer OVM algorithms, all of which are iterative algorithms.)
- 2017-08-06 08:50:42下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
biaodashiyulibianyicx
编写编译程序实现多行表达式的表达式序列的文法语言的编译执行(To write the compiler to achieve the expression sequence of multi-line expression grammar language compiler execution
)
- 2012-02-26 18:32:53下载
- 积分:1
-
红外与可见光图片素材
图片素材,红外与可见光融合常用素材,已经配准好的。(Image material, infrared and visible light fusion material commonly used, has been registered well.)
- 2021-04-06 09:39:02下载
- 积分:1
-
USB-SERIALch340 串口驱动(ok)
说明: 组态软件带注册码,有谁要,免费拿去。。。。。。。。。。。。。。(Configuration software with registration code, who wants to take it for free...)
- 2020-06-20 21:40:02下载
- 积分:1
-
hurst
交通网络中的流量调控使用复杂网络中的级联失效模型(Traffic Control in Traffic Network)
- 2019-05-06 19:30:57下载
- 积分:1
-
一个简易的CPU模拟程序,学计算机组成原理时做的
一个简易的CPU模拟程序,学计算机组成原理时做的-a simple CPU simulation program, a computer component made the principle of
- 2022-09-16 21:25:03下载
- 积分:1