代码搜索结果
找到约 10,000 项符合
Test 的代码
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"De
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.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
test.java
package net.jcreate.e3.samples.tree;
import java.util.List;
import net.jcreate.e3.core.BusinessException;
public class Test {
/**
* @param args
*/
public static void main(String[]
test.c
# include
# include
# include
void main()
{
FILE *fp;
char str[100];
int i;
if((fp=fopen("file.txt", "w"))==NULL)
{
printf("无法打开文件\n");
exit(0);
test.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
test.cpp
#include
using namespace std;
struct Data
{
double data[200];
};
struct Junk
{
int junk[100];
};
int main()
{
Data d = {2.5e33, 3.5e-19, 20.2e32};
char * pch =
test.cpp
#include
using namespace std;
struct Data
{
double data[200];
};
struct Junk
{
int junk[100];
};
int main()
{
Data d = {2.5e33, 3.5e-19, 20.2e32};
char * pch =