-
shoot
试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
- 2018-02-10 23:16:34下载
- 积分:1
-
按键触发延时3分钟程序
通过c语言程序实现继电器应用模块按键触发延时3分钟程序(Through the C language program to achieve Relay Application module, the trigger delay 3 minutes program)
- 2017-08-10 09:11:46下载
- 积分:1
-
changeIP
说明: 用c++写的一个程序,可以用来设置2组ip,并且迅速的在两个ip之间切换,以实现不同ip的转化。(With c++ Write a procedure that can be used to set up 2 ip, and quickly switch between the two ip in order to achieve the transformation of a different ip.)
- 2008-09-10 18:02:40下载
- 积分:1
-
频率计,自动记录信号波形,宽频,四位,自动换挡
频率计,自动记录信号波形,宽频,四位,自动换挡-Frequency counter, automatic recording signal waveform, broadband, 4, auto-shift
- 2022-03-12 08:28:04下载
- 积分: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
-
管道缺陷计算程序
采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析(Two command stream files written in APDL language of ANSYS software are used to calculate the failure probability of defective pipeline. The parameters can be changed slightly and can be used for reliability analysis of other structures.)
- 2021-04-22 11:08:48下载
- 积分:1
-
01-2_crankshaft_asm
12345679987461232adafsafadffssagdah
- 2020-06-23 09:40:02下载
- 积分:1
-
16APSKruanpanjue
说明: APSK软判决算法的仿真,根据星座特点进行算法的简化,减低复杂度(APSK soft decision algorithm simulation, according to the constellation characteristics of the algorithm to simplify, reduce the complexity)
- 2021-04-21 21:20:51下载
- 积分:1
-
用C++实现的简易终结者小游戏,可以运行, 不过功能很简单
用C++实现的简易终结者小游戏,可以运行, 不过功能很简单-C++ implementation of the simple Terminator game
- 2022-02-14 08:49:25下载
- 积分:1
-
加工中心FANUC数控系统的梯形图源程序。
加工中心FANUC数控系统的梯形图源程序。-CNC Machining Center FANUC source of the ladder.
- 2022-08-14 07:40:01下载
- 积分:1