-
flatmaster
query for sybase system very good for biginner
- 2011-05-27 22:02:29下载
- 积分:1
-
C#实现TCP/IP通信的服务器端代码frmGoodsInventoryDetail
实现TCP/IP通信的服务器端代码,帮助学习C#以及实现TCP通信(Server-side code to realize TCP/IP communication, help to learn C# and realize TCP communication)
- 2020-06-25 06:40:01下载
- 积分:1
-
Matlab_code
frf频响函数求解,simulink仿真(frequency response function)
- 2018-03-16 17:05:49下载
- 积分:1
-
LabVIEW_Fuzzy_Logic_control
说明: 基于LabVIEW的直流电机模糊控制系统设计(LabVIEW-based Fuzzy Control System Design of DC Motor)
- 2009-09-04 00:19:32下载
- 积分:1
-
clsvof.tar
coupled Level Set and VOF method
- 2010-09-29 09:27:37下载
- 积分:1
-
雷达杂波仿真 clutter gui - 机载
说明: 雷达杂波仿真,雷达杂波干扰类型仿真,列如地海杂波的仿真和建模等,有源干扰无源干扰的类型仿真和建模,雷达杂波模拟的方法法人研究等仿真代码都有。(Radar clutter simulation, radar clutter type simulation, such as sea clutter simulation and modeling, active jamming and passive jamming type simulation and modeling, radar clutter simulation method of legal person research and other simulation code.)
- 2020-11-22 11:09:34下载
- 积分:1
-
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算...
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算-2D Raytracing source packet, main use for oil exploration 2d raytracing modeling
- 2022-04-25 08:10:58下载
- 积分:1
-
Unigui电脑端使用手机微信扫描二维码登录(源码)
说明: unigui电脑微信扫码登陆,unigui开发(Unigui computer wechat code scanning login, unigui development)
- 2021-03-21 12:29:17下载
- 积分: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
-
部分阴影条件下的光伏阵列仿真建模与特性分析
部分阴影条件下的光伏阵列仿真建模与特性分析(Simulation modeling and characteristic analysis of photovoltaic array under partial shadow conditions)
- 2018-07-18 22:26:50下载
- 积分:1