-
二进制序列最佳判决labview实现
二进制序列的最佳判决labview实现,可以判决双极性,单极性,并且概率可调。能显示其误码率,接收波形,BER曲线等功能。11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
- 2022-03-14 10:24:05下载
- 积分:1
-
《文明进化史》策略游戏源码+编译资源。收集到的一个游戏源码。...
《文明进化史》策略游戏源码+编译资源。收集到的一个游戏源码。-"history of the evolution of civilization" strategy game-source compiler resources. Collected a game-source.
- 2022-03-13 16:39:50下载
- 积分:1
-
vb程序实现的是一个动态漂亮红灯笼,适合vb初学者练习。
vb程序实现的是一个动态漂亮红灯笼,适合vb初学者练习。-vb program is a dynamic implementation of the Pretty Red Lantern, suitable for beginners to practice vb.
- 2022-03-07 20:28:39下载
- 积分:1
-
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目...
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目也增加,当达到70个时游戏即结束。
规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿
线。线可交叉,但有纽扣的点不能交叉连接。
秘诀:要尽可能使连线长且该连线上的纽扣数多。-purpose of the rules of the game : In the game, you will act as a tailor, as much as a button to wear closed routes. Initial games are 15 buttons, with the increase in time, increase the number of buttons, reached 70 at the end of that game. Rules : only when there is the point of threading button, and then only in the horizontal direction or vertical direction of threading. Cross-line, but the point Button can cross-connect. The secret : To the extent possible, but the long-line connections on the button a few more.
- 2022-07-08 05:58:19下载
- 积分:1
-
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者-VC++ game
- 2022-04-20 10:51:47下载
- 积分:1
-
易语言实现网吧呼叫网管功能,安装微软语音库后可以读出内容。...
易语言实现网吧呼叫网管功能,安装微软语音库后可以读出内容。-Yi language implementation cafes call management features, install the Microsoft Speech Library can be read out later.
- 2022-03-05 21:53:07下载
- 积分:1
-
用delphi写的密码管理工具.
用delphi写的密码管理工具.-used to write the password management tool.
- 2022-04-14 10:38:16下载
- 积分:1
-
一个vb做的使用数据库操作Excel的程序
一个vb做的使用数据库操作Excel的程序-a vb do use the Excel database operation procedures
- 2022-03-25 04:18:43下载
- 积分:1
-
相移波束形成仿真程序,用24个阵元仿真,形成181个波束,适用于水声信号处理里的波束形成技术...
相移波束形成仿真程序,用24个阵元仿真,形成181个波束,适用于水声信号处理里的波束形成技术-Phase-shift beamforming simulation program, using 24 array element simulation, the formation of 181-beam, applied to underwater acoustic signal processing in the beam-forming technology
- 2022-04-06 12:37:53下载
- 积分:1
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1