-
这是一个有关于linux得资料
这是一个有关于linux得资料-This is a must have information on the linux
- 2023-06-25 15:45:02下载
- 积分:1
-
PLC例程大合集
应用背景可编程逻辑控制器,它采用一类可编程的存储器,用于其内部存储程序,执行逻辑运算、顺序控制、定时、计数与算术操作等面向用户的指令,并通过数字或模拟式输入/输出控制各种类型的机械或生产过程。关键技术PLC的用户程序可以在实验室模拟调试,输入信号用小开关来模拟,通过PLC上的发光二极管可观察输出信号的状态。完成了系统的安装和接线后,在现场的统调过程中发现的问题一般通过修改程序就可以解决,系统的调试时间比继电器系统少得多。这里包含了12个典型例程,可直接调试运行。
- 2022-03-20 22:06:20下载
- 积分:1
-
网站通栏广告代码
说明: jQuery网站通栏广告代码是一款带左右箭头、底部切换按钮的jQuery网站焦点图代码下载。(JQuery website banner advertising code is a jQuery website focus map code download with left and right arrows and bottom switch buttons.)
- 2019-03-21 10:38:46下载
- 积分:1
-
《智能优化算法及其应用》王凌
智能优化算法及其应用,王凌著,详细介绍了智能优化算法(Intelligent Optimization Algorithm and Its Application)
- 2017-12-26 13:33:19下载
- 积分:1
-
该程序里面是关于排序方面的肉容,有快速和归并排序两种算法,并且比较这两种算法的时间。数据有随机生成和人工输入两种。...
该程序里面是关于排序方面的肉容,有快速和归并排序两种算法,并且比较这两种算法的时间。数据有随机生成和人工输入两种。-The program which is about the sequencing capacity of the meat, there are two types of fast and merge sort algorithm, and comparing the two algorithms of time. Have randomly generated data and manual input of two.
- 2022-03-10 01:13:14下载
- 积分: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
-
RaySAR_1.1a
RaySAR是一种能够产生SAR图像层的3D合成孔径雷达(SAR)模拟器
与详细的3D对象模型相关。 此外,它可以将3D位置和表面定位
相关点与反射雷达信号有关。(RaySAR is a 3D synthetic aperture radar (SAR) simulator which enables to generate SAR image layers
related to detailed 3D object models. Moreover, it enables one to localize the 3D positions and surface
intersection points related to reflected radar signals.)
- 2021-02-22 20:19:41下载
- 积分:1
-
hsms-0.9.0
hsms 源码,该源码来自网络,看了下,还比较好,有需要的同学可以下载看看(HSMS source code, the source code from the network, look at it, it is better, students in need can download and see)
- 2019-07-11 15:34:35下载
- 积分:1
-
dfi
说明: 感应双馈发电机系统的仿真,已经完美封装好,参数可自行更改.(Doubly-fed induction generator system simulation, has the perfect package, and can make changes to parameters.)
- 2020-09-17 18:37:56下载
- 积分:1
-
一个JSP标签插件实例Noka tag源码
一个JSP标签插件实例Noka tag源码,一组专一为JSP而开发的软件标签系统,支持多种数据库的集数据处理与显示的标签包,它包括以下组件:数据表格(DBTable)标签;时间日期(DateOrTime)标签;组合选择框(selectDouble)标签;下拉选择等实用功能。
- 2022-03-23 11:08:45下载
- 积分:1