-
shujuyichangzhi
数据奇异值剔除的几个经典方法,供大家参考(Singular value data exclude several classical methods for reference)
- 2010-08-06 10:51:48下载
- 积分:1
-
hz
说明: 自制的简单计算器。可供初级VB学者参考和分享( ............\Form1.frm
............\工程1.vbp
............\工程1.vbw)
- 2012-03-26 09:17:06下载
- 积分:1
-
74hc165
说明: This is a test program for Arduino connection to 74HC165 shift register
- 2019-03-27 07:23:21下载
- 积分:1
-
1
jQuery图片去重网页小游戏代码是一款简单的益智类游戏,连续点击两张图片,当相同时会显示,反之则隐藏,图片全部显示出来之后就胜利了。(The jQuery Picture Reduplication Game Code is a simple puzzle game that clicks two pictures in succession and displays them when they are the same, otherwise hides them and wins when all the pictures are displayed.)
- 2018-09-17 11:00:44下载
- 积分:1
-
spwm测试程序,用于测试dsp的spwm波形
spwm测试程序,用于测试dsp的spwm波形
-spwm test procedure for testing the dsp waveform spwm
- 2022-03-29 19:22:49下载
- 积分: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
-
good exsample about tree,great.implement in javascript.
很好的关于树的例子,很不错。用javascript实现-good exsample about tree,great.implement in javascript.
- 2022-02-06 13:45:24下载
- 积分:1
-
这个一个基于FPGA的DDS原代码 可以生成正弦和余弦两种波形
这个一个基于FPGA的DDS原代码 可以生成正弦和余弦两种波形-This is a DDS code bepend on FPGA ,it can generate two waves.
- 2022-12-12 08:30:03下载
- 积分:1
-
a07v11n2
主要是一篇关于Method of control of machining accuracy of low-rigidity
elastic-deformable shafts的文章,可以进行下载(It is mainly about Method of control of machining accuracy of low-rigidity.
Elastic-deformable shafts article can be downloaded.)
- 2018-04-25 20:44:27下载
- 积分:1
-
H-brige
电力电子中的H桥PLECS仿真,可用于多电平模块(H bridge PLECS simulation in power electronics)
- 2017-08-15 20:39:13下载
- 积分:1