-
electronic stopwatch. VC++ realization of a simple time. VC can understand the u...
电子秒表。利用VC++实现简单的计时。可以了解VC中定时器的使用方式,以及对系统时间的获取方式。-electronic stopwatch. VC++ realization of a simple time. VC can understand the use of the timer, as well as the system time access methods.
- 2022-03-23 18:48:56下载
- 积分:1
-
能帮助宾馆和学校学生宿舍管理员能进行来客的登记管理。
能帮助宾馆和学校学生宿舍管理员能进行来客的登记管理。-Hotels and schools can help students in dormitories administrator can carry out visitor registration management.
- 2022-02-02 23:25:24下载
- 积分:1
-
这是一个用来取代structs的结构,可以自动获取jsp界面中的属性值,并且把获取到的值保存到指定的对象中...
这是一个用来取代structs的结构,可以自动获取jsp界面中的属性值,并且把获取到的值保存到指定的对象中-This is a structs used to replace the structure, it will automatically acquire jsp interface value of the property, and make access to preserve the value of the specified object
- 2022-10-25 12:55:03下载
- 积分: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
-
我平时用来做数据封包用的源码。。易语言打开编辑
我平时用来做数据封包用的源码。。易语言打开编辑-I usually used for data packet with the source. . Easy language to open Edit
- 2022-08-06 20:39:08下载
- 积分:1
-
This data set contains WWW
This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories:
student (1641)
faculty (1124)
staff (137)
department (182)
course (930)
project (504)
other (3764) -This data set contains WWW-page collecte d from computer science departments of various universities in January 1997 by the World Wide K nowledge Base (Web-
- 2022-03-18 12:49:59下载
- 积分:1
-
使用LabVIEW实现Modbus CRC计算
利用LabVIEW语言实现MODBUS协议中CRC校验-use LabVIEW to accomplish the CRC calculate in MODBUS
- 2022-02-25 18:32:08下载
- 积分:1
-
这是一个很好的显示真彩色的24个程序
这是一个非常好的显示24位真彩色的程序-This is a very good show true color 24 procedures
- 2022-03-23 09:19:53下载
- 积分:1
-
复杂网络仿真软件pajek关于引文网的仿真程序。
复杂网络仿真软件pajek关于引文网的仿真程序。-Complex network simulation software on the citation network pajek simulation program.
- 2022-06-14 21:13:48下载
- 积分:1
-
PHP编码规范(第一版)(CHM),这是程序的一个本质特征…
PHP编码规范(第一版)(CHM),这是程序员必备的编码规范了,非常实用。-PHP coding standard (first edition) (CHM), which is an essential feature of programmers coding standard, very practical.
- 2022-02-03 11:03:00下载
- 积分:1