-
Using central difference method to calculate the structural dynamic response
利用中心差分法计算无阻尼结构动力响应,并作图-Using central difference method to calculate the structural dynamic response
- 2022-06-19 04:21:01下载
- 积分:1
-
protues仿真基于DS1820多点粮食监控,液晶显示检测到的温度
protues仿真基于DS1820多点粮食监控,液晶显示检测到的温度-protues simulation based on DS1820 more food monitoring, LCD temperature detected
- 2022-01-26 05:20:02下载
- 积分: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
-
This is a language used to write c produced color box.
这是一个采用c语言来编写制作彩色框。-This is a language used to write c produced color box.
- 2022-07-19 18:59:09下载
- 积分:1
-
基于灰色GM(1,1)理论的电力系统负荷预测程序
基于灰色GM(1,1)理论的电力系统负荷预测程序
-Based on Gray GM (1,1) theory of power system load forecasting procedures
- 2022-07-13 01:12:44下载
- 积分:1
-
electronic bookstore Note : good Iddo electronic bookstores in my learning proce...
电子书店说明 声明:好易多电子书店是本人在学习JAVA过程中的一个作业,所用的网站名字和公司名均为杜撰,如有同名,实在抱歉。 本程序只可用于学习参考,不得用于商业系统,如有发现,将以法律解决。 本站基本功能如下: 首页(index.jsp) 图书选购,(可按分类方式查找图书,或通过关键字进行查询) 购物车功能. 查看图书详细情况。 用户注册. 用户登录. 查看用户的订单信息. 修改用户个人信息。 后台管理部份: 商店图书管理:添加,修改,删除,查看。 用户信息管理:查看,修改,删除。 订单信息管理:查看订单清单,更新订单付款,出货状态。删除订单。 数据库设计时采用Oracle进行的,可以用所附脚本生成表结构。-electronic bookstore Note : good Iddo electronic bookstores in my learning process of JAVA an operation, the website names and companies were fabricated, if the same name, really sorry. This procedure can only be used to study reference shall not be used for commercial systems and, if found, will be law. Site basic functions are as follows : Home (index.jsp) to purchase books, (classification according to find books, or through keyword inquiries) Cart function. View details of the books. Registered users. User login. View customer orders information. Revised personal information. Some management background : stores library management : add, modify, delete, check. Users Informatio
- 2022-05-29 06:59:22下载
- 积分:1
-
利用simulink简历模块图进行机器人的单关节动力学仿真,rar内含说明文档1份,simulink模块图2份(内容一样,其一适于6.5以下版本,另一适于7.0...
利用simulink简历模块图进行机器人的单关节动力学仿真,rar内含说明文档1份,simulink模块图2份(内容一样,其一适于6.5以下版本,另一适于7.0以上版本),简单易懂。-use Simulink curriculum vitae module chart single-joint robot dynamics simulation. rar file a note containing copies Simulink map module 2 (content, One suitable for the following version 6.5, 7.0 more suitable for another version), the simple and understandable.
- 2022-06-12 19:12:28下载
- 积分:1
-
u盘传播,规定时间自动关机,请不要用于非法用途
u盘传播,规定时间自动关机,请不要用于非法用途-u set the spread of the specified time automatically shutdown, please do not for illegal purposes
- 2022-12-10 10:40:02下载
- 积分:1
-
VB6.0 OPC PPI S7-200通讯
资源描述VB6.0 OPC PPI S7-200通讯 Private MyOPCServer As OPCServer " OPCServer Object
Private MyGroups As OPCGroups " OPCGroups Collection Object
Private WithEvents MyGroup As OPCGroup " OPCGroup Object
Private MyItems As OPCItems " OPCItems Collection Object
Private MyItemServerHandles() As Long " Server Handles for Items
Dim MyTID As Long " Transaction ID for asynchronous calls
- 2022-02-11 18:08:52下载
- 积分:1
-
With 430 control FM1702SL good things
用430控制FM1702SL----------------------------好东西-With 430 control FM1702SL good things
- 2022-04-10 02:15:49下载
- 积分:1