代码搜索结果
找到约 10,000 项符合
Test 的代码
test.txt
6 8
v0 v1 v2 v3 v4 v5
v0 v2 10
v0 v4 30
v0 v5 100
v1 v2 5
v2 v3 50
v3 v5 10
v4 v3 20
v4 v5 60
test.cpp
// Test.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "attendance.h"
#include "Test.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
test.h
#if !defined(AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_)
#define AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
test.hex
:100325000B0A323030302F31322F3230000915327E
:08033500313A34393A3030004E
:100352008F2C120365852C90D2A1C2A0C2A2C2A288
:03036200D2A22202
:040264007C007F3863
:10026800152D152DA82DA60408A605152DA82DA6
test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hil
test.cpp
// Test.cpp : 实现文件
//
#include "stdafx.h"
#include "ProjectManage.h"
#include "Test.h"
// CTest 对话框
IMPLEMENT_DYNAMIC(CTest, CDialog)
CTest::CTest(CWnd* pParent /*=NULL*/)
: CDialog
test.h
#pragma once
// CTest 对话框
class CTest : public CDialog
{
DECLARE_DYNAMIC(CTest)
public:
CTest(CWnd* pParent = NULL); // 标准构造函数
virtual ~CTest();
// 对话框数据
enum { IDD = IDD_FORM