-
LCD1602
基于FPGA的LCD1602驱动,verilog代码,已经调试成功-LCD1602-driven FPGA-based, verilog code debugging has been successful
- 2022-02-15 13:40:12下载
- 积分: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
-
Dct of 4*4 matrix of an image
Dct of 4*4 matrix of an image
- 2023-06-13 06:15:02下载
- 积分:1
-
关于超宽带的东西
关于超宽带的东西-on UWB things
- 2023-06-21 21:15:02下载
- 积分:1
-
数值计算的代码,包括微积分等等,欢迎分享
数值计算的代码,包括微积分等等,欢迎分享-Numerical code, including calculus, etc. are welcome to share ... ... ... ...
- 2022-02-06 21:55:54下载
- 积分:1
-
ABAQUS子程序umat
ABAQUS子程序umat自定义材料本构模型的实例详细解释,帮助umat初学者掌握编程过程,进一步实现自己编程进行模拟的目的
- 2022-08-22 09:18:35下载
- 积分:1
-
ucgui 版本3.9,支持汉字显示,在VC++6.0环境下可以进行运行
ucgui 版本3.9,支持汉字显示,在VC++6.0环境下可以进行运行-ucgui version 3.9, support for Chinese characters show that in VC++6.0 environment can be run
- 2022-01-31 14:15:32下载
- 积分:1
-
这是一个很好的TXT文件合并程序,可以把好几个文件合并成一个,但合并时必须跟文件名有关的呀,...
这是一个很好的TXT文件合并程序,可以把好几个文件合并成一个,但合并时必须跟文件名有关的呀,-This is a very good TXT file the merger process, several files can be merged into one, but when combined with the file name must be related to you,
- 2022-02-05 05:30:28下载
- 积分:1
-
商务网络站点程序
商务网络站点程序-business Web site procedures
- 2022-06-27 01:18:05下载
- 积分:1
-
A little game! For their own back to some of those childhood memories! Nothing m...
一个小小的游戏!为自己找回一些些童年的回忆!仅此而已!
-A little game! For their own back to some of those childhood memories! Nothing more!
- 2023-03-26 10:25:03下载
- 积分:1