-
IEC_61131_6__2012_10
说明: IEC 61131-6 ( 2012.10 )
- 2020-11-17 11:29:40下载
- 积分:1
-
nseg
NSEG是美国兰利研究中心推出的飞行器起飞、爬升、巡航、加速、下降、减速和着陆等各个过程分析软件。(NSEG was developed to perform rapid aircraft mission analyses. It is based upon the
use of approximate equations of motion whose form varies with the type of flight
segment. Flight segments considered are takeoff, accelerations, climbs, cruises, descents,
decelerations, and landings. Layered atmosphere options are available. The program can
also be used for flight envelope mapping. NSEG provides the capability to analyze
aircraft missions from low to hypersonic speeds. Realistic and detailed vehicle
characteristics are input to NSEG to permit accurate mission analysis. NSEG allows
engine scaling so as to fit the design under analysis. NSEG contains several approximate
flight path optimization capabilities based on Rutowski energy-like criteria for
considering minimum time or fuel flight segments and maximum range segments during
climb or descent. Takeoff and landing analysis is based on the Air Force Flight
Dynamics Laboratory DATCOM method of high lift aerodynamic modelling)
- 2013-05-18 00:18:46下载
- 积分:1
-
直插式电阻电容封装与尺寸图解(20190724083629)
直插式电阻电容封装与尺寸图解(20190724083629)(Direct-plug Resistance Capacitance Packaging and Dimension Diagram (20190724083629))
- 2020-06-16 00:00:07下载
- 积分:1
-
基于小波变换的数字水印方法
说明: 使用 python 语言实现水印的去除和添加,增加多种对抗(Using Python language to remove and add watermarks, and increase a variety of Countermeasures)
- 2020-04-15 17:58:16下载
- 积分: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
-
TextEditMask
实现文本框的控制输入,例如,只输入数字,比较简单,可使用DLL文件(Control input for text box)
- 2018-08-30 14:11:36下载
- 积分:1
-
ExKillProc_vbsrc
内核级别超强结束进程,无法结束杀毒软件。(Kernel level super termination process, unable to end anti-virus software.)
- 2018-10-20 14:06:52下载
- 积分:1
-
vc小计算器,实现加减乘除功能.
vc小计算器,实现加减乘除功能.-vc small calculators, and the arithmetic function to achieve.
- 2022-03-21 17:01:58下载
- 积分:1
-
HTML5 CSS3动感漂亮的网站菜单
HTML5 CSS3动感漂亮的网站菜单,鼠标悬停于菜单时,菜单会显示出动画效果,线条动画,整体十分酷,基于HTML5技术实现的菜单动画,里面几乎没有使用JS代码,用CSS3实现网页动画似乎很容易哦,这个例子希望大家多多参考下。
- 2022-04-13 10:04:44下载
- 积分:1
-
ZLayoutManager-master
ZLayoutManager-五行代码实现 炫动滑动 卡片层叠布局(ZLayoutManager-Five-Line Code for Flashing Sliding Card Layout)
- 2020-06-22 16:40:02下载
- 积分:1