-
经验模式分解程序(matlab)可以对输入信号进行经验模式分解...
经验模式分解程序(matlab)可以对输入信号进行经验模式分解-Empirical mode decomposition process (matlab)
- 2022-02-11 23:37:20下载
- 积分:1
-
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第7章中的例题源码,使用LabWindows CVI的人用得着。麻烦...
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第7章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-10-25 18:50:03下载
- 积分:1
-
TURBOC 文本处理常规库
TURBOC 文本处理常规库-TURBOC2.0 conventional text-processing library
- 2022-01-28 19:59:06下载
- 积分:1
-
msp 温控的代码,精度不太高。但是,比较简易的代码。
msp 温控的代码,精度不太高。但是,比较简易的代码。-msp temperature control of the code, not too high accuracy. However, the relatively simple code.
- 2022-03-18 01:58:43下载
- 积分:1
-
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。...
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。-This is a powerbuilder do with the performance management system, able to insert, delete, For inquiries, and other functions.
- 2023-08-30 10:05:05下载
- 积分:1
-
密码算法库的用户界面
Crypto Library User Interface
- 2023-06-03 17:20: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
-
#include<stdio.h>
struct powernode
{
float pi
float qi
in...
#include
struct powernode
{
float pi
float qi
int i
float vi
}
struct powernode wg[20]
struct powernode wl[20]
struct linedata
- 2022-02-11 23:55:05下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1
-
贪吃蛇游戏直游戏开发人员要学习或做参考的一个朋友。
贪吃蛇游戏,直得对游戏开发的朋友学习或参考.-Snake game straight game developers have to learn or make reference to a friend.
- 2022-03-02 05:20:04下载
- 积分:1