-
高斯的分布产生随机数的方法:
在瑞利分布生成随机数的方法
该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随...
高斯的分布产生随机数的方法:
在瑞利分布生成随机数的方法
该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随机数10000
泊松分布生成随机数的方法:-The program is written by C++ language, the program project can be opened by VS2005. For each distribution, the program generated 10000 random numbers
The method of generating Gaussian distributed random numbers
The method of generating Rayleigh distributed random numbers
The method of generating Poisson distributed random numbers
- 2022-03-11 23:25:48下载
- 积分:1
-
Integrity of the serial communication program Vc++ Source code, suitable for beg...
完整串口通信程序Vc++源代码,适合初学着,在win2k,xp下调试通过。-Integrity of the serial communication program Vc++ Source code, suitable for beginners, and in win2k, xp adopted under the debugger.
- 2022-07-02 12:34:22下载
- 积分:1
-
Motorola开发资料,CodeWarrior for SEMV
Motorola开发资料,CodeWarrior for SEMV-HC08的用法-material from Motorola,illustration on CodeWarrior for SEMV-HC08
- 2023-06-01 06:25:02下载
- 积分:1
-
windows mobile读取GPS数据,带有测试程序,非常实用的东东
windows mobile读取GPS数据,带有测试程序,非常实用的东东
-windows mobile to read GPS data, with testing procedures, very practical Dongdong
- 2023-09-03 23:35:03下载
- 积分:1
-
CDMA的写码资料!你看了就知道的!!关于写ENS码的资料!
CDMA的写码资料!你看了就知道的!!关于写ENS码的资料!-the document of write code to CDMA, about write ENS code.
- 2022-03-04 02:09:14下载
- 积分:1
-
STM32 BOOTLOAD 远程升级引导部分
1.通过gsm接收firmware数据,在bootload中完成写flash和跳转,这是bootload部分。
2.基于STM32F103VCT6平台。
3.编译工具是IAR 5.6版本。
- 2022-02-01 10:58:10下载
- 积分:1
-
PrivateSubCombo30.zip visual basci code. very nice code
PrivateSubCombo30.zip visual basci code. very nice code-PrivateSubCombo30.zip visual basci code. very nice code...
- 2022-06-17 09:50:13下载
- 积分:1
-
文章研究了一种在OFDM系统信道估计频域插值算法
文章研究了一种在OFDM系统信道估计频域插值算法-Research article An OFDM system in frequency domain channel estimation interpolation algorithm
- 2022-01-26 01:29:26下载
- 积分:1
-
WINDOWS 串口编程 调试程序 第四部分
WINDOWS 串口编程 调试程序 第四部分-WINDOWS serial programming debugger Part IV
- 2023-08-22 20:45:03下载
- 积分:1
-
上位机软件动态获取计算机COM口
应用背景
通过MFC6.0生成一个单文档程序,然后新建一个对话框并生成一个新类;在对话框中添加两个组合框控件。在生成的新类上右击增加windows消息WM_INITDIALOG生成处理函数,函数内容见“关键技术描述”。函数体中的index和baud均为int型,可设为全局变量。
关键技术BOOL CComDlg::OnInitDialog()
{
CDialog::OnInitDialog();
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("4800");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("9600");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("38400");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("115200");
((CComboBox *)GetDlgItem(IDC_COMBO2))->SetCurSel(0+baud);
long lReg;
HKEY hKey;
DWORD MaxValueLength;
- 2022-03-14 01:15:16下载
- 积分:1