-
Stochastic-process-notes.pdf
信号的统计检测与估计理论---李道本
一本很好的教材。分别对信号的检测和估计做了详细描述(The statistics of the signal detection and estimation theory--- Li Tao, a good textbook. A detailed description of signal detection and estimation)
- 2012-07-03 17:01:00下载
- 积分:1
-
此示例演示如何使用支持基于事件的异步模式的组件。
基于事件的异步模式为执行异步操作提供了一个事件驱动的编程模型。使用该模型可以在设计时将异步功能生成到...
此示例演示如何使用支持基于事件的异步模式的组件。
基于事件的异步模式为执行异步操作提供了一个事件驱动的编程模型。使用该模型可以在设计时将异步功能生成到应用程序中。有关更多信息。
里面包含C#、vb、jsl三种代码的示例
-This example demonstrates how to use support for event-based asynchronous mode components. Asynchronous event-based model for the implementation of asynchronous operation provides an event-driven programming model. The use of the model can be designed to generate asynchronous functions into applications. For more information. Which contains C#, Vb, jsl three examples of code
- 2022-08-16 08:58:10下载
- 积分:1
-
SPIads8332
spi接口的ad芯片ads8332驱动代码,主芯片为c8051f3xx系列,更改IO口配置即可使用,包含AD数字滤波部分。(spi interface ad chip ads8332 driver code, the main chip for c8051f3xx series, change IO port configuration can be used, including AD digital filter section.)
- 2013-07-26 16:32:20下载
- 积分:1
-
TalkingAndBlink250ms
the c c** compiler with arduino in the multiples excercises
- 2014-10-15 12:27:20下载
- 积分:1
-
2
说明: 2104年杭州同花顺招聘软件开发工程师岗位笔试题目(2104 Hangzhou Flush recruitment software development engineer jobs written questions)
- 2015-04-19 16:37:35下载
- 积分:1
-
UWB-Project
说明: UWB-Project,官方资料及编程文件(UWB-Project,BPHero_UWB_Location_SourceCode_V1.1_16MHz_V1.3)
- 2020-10-19 11:30:53下载
- 积分:1
-
MFC实现动态曲线图
这是使用MFC实现了无闪烁的动态曲线编写,使用了MsChart。
- 2022-06-16 03:33:11下载
- 积分:1
-
DZC
电子称的程序(electronic Contents Paragraphs Page said the procedure .............................................. )
- 2007-05-28 17:12:17下载
- 积分:1
-
MFC串口源码
支持VC 6.0,VS2008开发平台
用法如下:
/*全局变量*/
CMCOM Mcom;
int I_baudrate[] = {2400,4800,9600,19200,115200,128000,256000},b_in = 0;
BYTE byte_size,stop_bit,parity;
//波特率
b_in = 4; //波特率115200
// 串口数据宽度
byte_size = 8;
// 停止位个数
stop_bit = ONESTOPBIT;
// 校验类型
parity = NOPARITY;
if(Mcom.open_com(C_SSCOM_No,I_baudrate[b_in],byte_size,stop_bit,parity) == FALSE)
{
AfxMessageBox(L"串口打开失败!");
}
else
{
WriteStatusBar(L"串口打开成功!");
}
- 2022-07-09 05:32:40下载
- 积分:1
-
MyFriends_WPF_WIN
C#VS2008 运用微软最新技术开发的绚丽的界面程序,应用到WPF,Blend,Xceed DataGrid for WPF v3.0等技术(C# VS2008 using the latest technology developed by Microsoft' s brilliant interface procedures, applied to the WPF, Blend, Xceed DataGrid for WPF v3.0 techniques)
- 2010-08-11 20:22:15下载
- 积分:1