-
GA和PSO
说明: 对于无约束的非线性方程的求解以及有约束的线性方程的求解,粒子群算法表现较好的收敛性且鲁棒性较好。基于遗传算法的有约束的线性方程的最优值寻优,选取如下所示的目标函数(最小值):(For solving unconstrained nonlinear equations and constrained linear equations, particle swarm optimization algorithm has good convergence and robustness. Based on the optimization of the constrained linear equation of genetic algorithm, the objective function (minimum value) is selected as follows:)
- 2021-03-12 20:59:24下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
InertialExplorer860_Manual
诺瓦泰IE86解算软件使用说明书,测绘以及航拍行业软件InertialExplorer860的使用说明书(Novotel IE86 Solution Software Instructions, Surveying and Mapping Industry Software Inertial Explorer 860 Instructions)
- 2019-03-31 21:45:43下载
- 积分:1
-
Separation of harmonic excitation responses from contaminated measurements based
Separation of harmonic excitation responses from contaminated measurements based on ICA
- 2022-11-13 22:15:04下载
- 积分:1
-
宏捷百鑫5420屏资料通用9326
说明: 5432-mcu屏驱动,BOE玻璃,库存玻璃,库存IC 已经在记录仪验证(5432-mcu lcd driver)
- 2019-01-07 10:44:51下载
- 积分:1
-
01 层次分析法
说明: 层次分析法、在matlab中的代码可以直接用(Analytic Hierarchy Process)
- 2019-01-25 17:23:34下载
- 积分:1
-
卡动画特效
说明: Cartoon animation effect is a kind of 3D rotation according to the position of the mouse, and with light and shadow effects, the effect is very cool.
- 2019-05-17 18:00:34下载
- 积分:1
-
DCS-900_REVB_FIRMWARE_3.00
说明: DCS-900 FIRMWARE V3.00
- 2020-04-06 18:46:02下载
- 积分:1
-
DISP19_paper_132
说明: Classification of Intentional Eye-blinks using Integration
Values of Eye-blink Waveform
- 2019-05-24 19:08:55下载
- 积分:1
-
avr串口开发,计算串口的数据,及开发的代码
avr串口开发,计算串口的数据,及开发的代码-avr development, the calculation of serial data, and the development of the code
- 2023-08-27 20:05:04下载
- 积分:1