-
Interface with the use of Visa communications Keithley2000 multimeter, LabVIEW P...
利用Visa接口与Keithley2000万用表通信,LabVIEW编程-Interface with the use of Visa communications Keithley2000 multimeter, LabVIEW Programming
- 2023-02-17 08:40:03下载
- 积分:1
-
TI公司DM270的原理图Orcad格式
TI公司DM270的原理图Orcad格式-TI
- 2022-02-02 22:57:22下载
- 积分:1
-
在线经销商回单管理系统
在线经销商回单管理系统 -Back to online dealer management system, single-line dealers to a single management system
- 2022-07-05 06:52:09下载
- 积分: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
-
it is OK
it can run
树的遍历功能更仔细地说就是:树的主要四部份是根、干、枝、叶。树根一般在地下,在一棵树的底部有很多根。
在树干的部分分为五层。第一层是树皮。树皮是树干的表层,可以保护树身,并防止病害入侵。在树皮的下面是韧皮部。这一层纤维质组织把糖分从树叶运送下来。第三层是形成层。这一层十分薄,是树干的生长部分,所有其他细胞都是自此层而来。第四层是边材。这一层把水分从根部输送到树身各处,此层通常较心材浅色。第五层就是心材。心材是老了的边材,二者合称为木质部。树干绝大部分都是心材。
-it is OK
it can run
- 2023-03-01 01:15:04下载
- 积分:1
-
转置矩阵是10*10矩阵A的转置矩阵A(t)
转置矩阵是10*10矩阵A的转置矩阵A(t)-matrix is home to 10* 10 A matrix transpose matrix A (t)
- 2022-03-05 00:45:11下载
- 积分:1
-
关于在LINUX下的计算日期时间的代码.计算N天后,或者N天前的日期....
关于在LINUX下的计算日期时间的代码.计算N天后,或者N天前的日期.-LINUX on the date of the calculation time code. Calculation N days, or N days before the date.
- 2022-02-13 15:52:11下载
- 积分:1
-
VB icom控件例程,比较详细,可以参考
VB icom控件例程,比较详细,可以参考-VB icom control routines, in more detail, you can refer to
- 2022-07-09 23:28:34下载
- 积分:1
-
WinDriver9.0安装包。它支持windows XP/2000/98,Linux/WindowsCE.
WinDriver9.0安装包。它支持windows XP/2000/98,Linux/WindowsCE.-WinDriver9.0 installation package. It supports windows XP/2000/98, Linux/WindowsCE.
- 2022-02-24 23:21:29下载
- 积分:1
-
这是自我复制的示例RAR压缩包,里边有源代码、需要的头文件和编译好的程序....
这是自我复制的示例RAR压缩包,里边有源代码、需要的头文件和编译好的程序.-This is an example of self-replication RAR compressed, inside active code, the first compiled documents and procedures.
- 2022-09-10 05:40:02下载
- 积分:1