代码搜索结果
找到约 10,000 项符合
Test 的代码
test.cpp
#include "DList.h"
void main()
{
CPolynomial a,b;
a.Pushback(2, 1.0);
a.Pushback(4, 2.0);
a.Print();
a.InsertAt(2, 1, 3.0);
a.Print();
a.InsertAt(2, 1, -3.0);
a.Print();
//a.
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
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) Cons
test.plg
Build Log
--------------------Configuration: Test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Louliyun
test.m
function test()
a=1:0.2:40;
b=sin(a);
figure(1);
disp('hello');
plot(a,b,'g');
test.java
/**
* Email: taorundong@126.com
*
* @author taorundong
* @version 1.00 07/02/04
*/
//this class will show the main frame of the program
import java.awt.*;
import javax.swing.*;
impor
test.jcp
test
\
D:\project\JCreator\client\classes\
D:\project\JCreator\test\src\