-
最优子空间
Optimal Subspace-Based Signal
Processing,美国The University of Rhode Island关于阵列信号处理中DOA的课件-Optimal Subspace-Based SignalProcessing, the United States The University of Rhode Island on the array signal processing in the DOA of the courseware
- 2022-03-14 20:37:06下载
- 积分:1
-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-10-26 17:15:03下载
- 积分:1
-
这是数据库的教程,是某重点大学的非常专业的讲稿,
这是数据库的教程,是某重点大学的非常专业的讲稿,-This is the Directory database is a key university in a very professional script,
- 2022-05-07 01:30:57下载
- 积分:1
-
文字游戏,非常设和初学者,教材中的经典。
文字游戏,非常设和初学者,教材中的经典。-Word games, non-permanent and beginners, teaching the classics.
- 2022-03-18 05:36:01下载
- 积分:1
-
该资料中,如有内容有明显错误,请帮助我改正,留言给我。谢谢合作...
该资料中,如有内容有明显错误,请帮助我改正,留言给我。谢谢合作-That information, if the contents of manifest error, please help me correct, a message to me. Thank you co-operation
- 2022-03-18 20:23:13下载
- 积分:1
-
一些关于恒流源的资料,那里有电路原理图,用的着的话就拿去吧。...
一些关于恒流源的资料,那里有电路原理图,用的着的话就拿去吧。-Some information on the constant current source, where the circuit schematic diagram, if used in the case go forward.
- 2022-10-14 00:50:03下载
- 积分:1
-
本程序为塞恩斯伯里家族ADT串行接口的例子程序…
本程序为盛博ADT系列接口系列的实例程序,可以进行16通道数据采集-This procedure for the Sainsbury family ADT serial interface examples of procedures can be carried out 16-channel data acquisition
- 2022-04-30 15:28:08下载
- 积分:1
-
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!!...
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!! -MATLAB FPGA digital signal processing DSP similar to the C language acronym SG, we know! !
- 2022-02-28 10:24:37下载
- 积分: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
-
used language directory
用c语言编写通讯录-used language directory
- 2022-03-03 14:47:26下载
- 积分:1