-
DOS系统下真彩显示24KBMP图象的源程序
DOS系统下真彩显示24KBMP图象的源程序-DOS system 24KBMP true color images show the source code
- 2022-11-17 01:40:03下载
- 积分:1
-
用verilog编写的程序,用来计算误码率的,可以在编码和解码过程中用的到的!...
用verilog编写的程序,用来计算误码率的,可以在编码和解码过程中用的到的!-verilog prepared using the procedures used to calculate the error rate. the encoding and decoding process used in the!
- 2022-06-13 16:14:46下载
- 积分:1
-
Can choose the Chinese version of the electronic design interface automatically...
可以选择中文版操作界面的电子设计自动...书中介绍如何用HQL编写Hibernate查询,如何结合使用Hibernate和基于Java的Criteria与Example。同时还详细介绍Hibernate的映射-Can choose the Chinese version of the electronic design interface automatically ... the book describes how to use Hibernate prepared HQL query, how to combine the use of Hibernate and Java-based Criteria and Example. At the same time, also gave details of Hibernate mapping
- 2022-09-16 10:45: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
-
AirGourmet:空中美食管理系统。国外一个学习软件工程的经典例子。...
AirGourmet:空中美食管理系统。国外一个学习软件工程的经典例子。-AirGourmet : air food management system. A foreign software engineering study of the classic examples.
- 2022-03-23 00:01:05下载
- 积分:1
-
仅供参考,希望能有帮助,希望大家能喜欢…
仅供参考,希望有帮助,也希望大家资源供享,每个人都有热情-For information purposes only and would like to have help, I hope you will enjoy the resources, each person has a warm
- 2022-06-28 00:10:58下载
- 积分:1
-
脑的三维医学数据
3d medical brain data
- 2022-01-28 03:13:02下载
- 积分:1
-
多功能电源图纸,
是PFD的电路图纸
多功能电源图纸,
是PFD的电路图纸-Multi-function power drawings, is the PFD circuit drawings
- 2022-08-14 17:06:36下载
- 积分:1
-
Sql statement it is very cute
Sql statement it is very cute -SQL statement it is very cute
- 2022-12-09 23:50:03下载
- 积分:1
-
北大密码学课程的课件~密码学基础1
北大密码学课程的课件~密码学基础1-4
讲得通俗易懂。适合初学者自学使用。也可用来辅助读加解密程序或者编程。-Beijing University courses courseware cryptography Cryptography ~ 1-4 speak basic user-friendly. Suitable for beginners to use self-study. Can also be used to support encryption and decryption procedures, or read programming.
- 2022-06-03 14:17:51下载
- 积分:1