代码搜索结果
找到约 10,000 项符合
Test 的代码
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__531A9806_3B80_4DBC_BACF_123FD091DD3A__INCLUDED_)
#define AFX_TEST_H__531A9806_3B80_4DBC_BACF_123FD091DD3A__INCLUD
test.plg
Build Log
--------------------Configuration: Test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\stwang\L
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"
test.m
x=[-10:.1:10];
y=x;
for i=1:size(x,2)
y(i)=PHI(x(i));
end
plot(x,y)