代码搜索结果
找到约 10,000 项符合
Test 的代码
test1
clear, clc, close all
% 0 产生扩频码
I_Chip = kasami(1);
I_Chip = I_Chip(1,:);
Q_Chip = gold(1);
Q_Chip = Q_Chip(1,:);
SNR = -18;
NumBit = 10;
SynOffset = 0;
BER_Total = [];
for SNR = -
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Test"=".\Test.dsp"
test.dsp
# Microsoft Developer Studio Project File - Name="Test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
test.cpp
// Test.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Test.h"
#include "TestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
test.h
// Test.h : main header file for the TEST application
//
#if !defined(AFX_TEST_H__E3E8865A_AC8E_40AD_9233_DADE2DF79EAB__INCLUDED_)
#define AFX_TEST_H__E3E8865A_AC8E_40AD_9233_DADE2DF79EAB__INCLUD
test.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTestDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Test.h"