-
Preferences of modern digital processing MATLAB code, including the random proce...
现代数字喜好处理的MATLAB程序代码,包含随机过程分析,各种功率谱估计(欧拉方程法、协方差算法、burg算法、修正协方差算法、等等),维纳滤波器的设计、自适应滤波器的设计。 note:里面包含一些很实际的算法设计,比如说:没有发送序列的自适应噪声抵消技术,etc .还包含了详细的设计报告!-Preferences of modern digital processing MATLAB code, including the random process analysis, a variety of power spectrum estimation (Euler equation method, covariance method, burg algorithm, modified covariance algorithm, etc.), Wiener filter design, adaptive filter design. note: which contains some very practical algorithm design, such as: no send sequence adaptive noise cancellation technology, etc. also includes a detailed design report!
- 2022-04-25 02:58:17下载
- 积分:1
-
the software users in the process of using automatic adjustments to achieve the...
该软件会在用户的使用过程中自动进行调整达到最佳状态,特别是对于使用bt等p2p软件的用户,基本不需要进行手工调较。下面是引自VeryCD的手工调较步骤
(1) 待测 ADSL 网络净空, 也就是没有任何计算机使用到频宽
(2) 确定打开 信息通信量调整 功能.
(3) 右键任务栏 cFos/cFosSpeed 执行 (删除关于线路的数据)
(4) 纯粹全速下载!! 最好的方法就是找个大档案下载 (千万别用 P2P, 因为会动到大量上传), 这样的过程建议超过 30 秒. 然后停止下载.
(5) 纯粹全速上传!! 最好方式, 就是发一封 eMail, 夹个大档案 (建议超过 5MB) 给自己, 但也不用真的把这封信传完, 只要能保持全速上传约 60 秒就可以了.
-the software users in the process of using automatic adjustments to achieve the best condition, particularly for the use of such bt p2p software users do not need basic manual adjustments. Below is a quote from VeryCD manual adjustment steps (1) the unknown ADSL network headroom. is no use of computer bandwidth (2) identify information and communication open adjust function. (3) right-click the task bar cFos/cFosSpeed implementation (to remove the lines of data) ( 4) simply download full swing! ! The best way is to find a download large files (Do not use P2P. because it will move a large number of uploading), Such a process
- 2023-04-28 13:25:03下载
- 积分:1
-
汤姆男装,哔叽酒吧
Tom Mens, Serge Demeyer
Software Evolution
2008
- 2022-03-31 20:35:04下载
- 积分:1
-
Described in detail how to set up a Subversion Server server, which code develop...
详细描述的如何架设一个Subversion Server服务器, 这对于协调代码开发很有帮助!-Described in detail how to set up a Subversion Server server, which code development for the coordination of helpful!
- 2022-01-26 07:07:46下载
- 积分:1
-
采用Visual Basic.NET开发的单机版餐饮服务管理系统
采用Visual Basic.NET开发的单机版餐饮服务管理系统-Visual Basic.NET development of the stand-alone version of Food Service Management System
- 2022-05-23 23:47:20下载
- 积分:1
-
err
《软件工程思想》讲述“软件开发”和“做程序员”的道理,视野独特,构思新颖,内容风趣,不落窠臼,令人耳目一新。堪称难得,以至回味无穷。-err
- 2022-03-25 23:51:18下载
- 积分:1
-
asp.net编程的相关教程,属于基础教程,适合初学者
asp.net编程的相关教程,属于基础教程,适合初学者-materials on asp.net programming, for beginners
- 2022-05-05 12:49:08下载
- 积分:1
-
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 )
3. 委托撤消:
输入:要撤消的委托号。
输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。
委托输入格式 : 1 股票编码 价格 数量 买卖
查询输入格式 : 2 股票编码
委托撤销 : .3 委托号
退出: 0
如:
1 0038 20 1000 b
orderid: 0001
1 0278 18 2000 s
orderid: 0002
1 0003 8 5000 b
orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能:
1. 委托申请:
输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S )
输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。
2. 查询未成交的委托:
输入:股票编码
输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
- 2022-03-16 00:17:05下载
- 积分:1
-
线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用
户模式中线程的同步方法主...
线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用
户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。
在MFC中封装了CCritionSection等对象可以对共享资源进行锁定
-thread synchronization is a very big issues, including all aspects of the content. From the side, thread synchronization can be divided into user mode and kernel threads simultaneously targeting two types of thread synchronization. User mode thread synchronization method main atomic visit and the critical areas were used. Its characteristics are synchronous speed faster suited to the thread running speed strict requirements of the occasion. Packaging in the MFC CCritionSection and other objects can share resources lock
- 2022-01-22 02:01:27下载
- 积分:1
-
C++BUILDER访问usb接口的方法!里面介绍了一些常用的访问方式
C++BUILDER访问usb接口的方法!里面介绍了一些常用的访问方式-C BUILDER visit usb interface methods! They introduced some common mode
- 2023-04-19 06:15:03下载
- 积分:1