-
基于asp的 班级同学录主页源代码
基于asp的 班级同学录主页源代码- Records the main page source code based on the asp class and
grade schoolmate
- 2022-08-02 13:02:53下载
- 积分:1
-
这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分....
这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分.-this procedure is the use of small-c language prepared by the Vector Quantization a small procedure, the interface vc part of the operation.
- 2022-02-22 10:43:59下载
- 积分:1
-
有效地提高卫星通信网络的TCP吞吐量的方法:卫星代理。本资料正是对卫星代理在NS2中的仿真和模拟,非常有参考性。...
有效地提高卫星通信网络的TCP吞吐量的方法:卫星代理。本资料正是对卫星代理在NS2中的仿真和模拟,非常有参考性。-Very effective in improving TCP throughput of satellite communications network solutions: satellite agency. This information is in the satellite agent in NS2 simulation and modeling, very indicative.
- 2022-02-06 02:39:58下载
- 积分:1
-
混凝土结构动力非线性分析有限元程序,加州伯克力大学的牛人编制...
混凝土结构动力非线性分析有限元程序,加州伯克力大学的牛人编制-concrete structural dynamic analysis of nonlinear finite element program, the University of California, Berkeley computer cattle were prepared
- 2022-08-22 06:26:48下载
- 积分:1
-
测试是单元测试JUnit框架C著名的使用
CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XML或文本格式,可以用于自动化测试和基于GUI的监督测试。 来源:http://sourceforge.net/projects/cppunit/ -CppUnit is famous uses in unit test JUnit the frame C
transplant. The test output is XML or the text format, may use in the
automated test and based on the GUI surveillance test. Origin:
Http://sourceforge.net/projects/cppunit/
- 2022-01-30 16:38:01下载
- 积分:1
-
container class and the realization of the definition, because the need for the...
容器类的实现和定义,由于使用迭代器需 要关于STL容器类和算法的知识,-container class and the realization of the definition, because the need for the use of iterative STL containers on the type and algorithms knowledge,
- 2022-03-14 09:50:30下载
- 积分:1
-
没有用,可以删除了,我用来测试,
没有用,可以删除了,我用来测试,-No use, you can delete, and I used to test,
- 2022-01-20 22:56:35下载
- 积分: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
-
显示屏测试程序的源程序
显示屏测试程序的源程序-display the source code of the test procedure
- 2023-05-22 14:15:03下载
- 积分:1
-
1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。
2.显示的形式为“2007―07―XX XX:XX:XX”,以秒为增量单位。...
1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。
2.显示的形式为“2007―07―XX XX:XX:XX”,以秒为增量单位。
-1. To master the system interrupt vector (1CH) the get and set methods, have interrupted the process of design. 2. Shown in the form of
- 2022-03-25 06:49:28下载
- 积分:1