代码搜索结果
找到约 10,000 项符合
Test 的代码
test.log
行 29: 控件 grdTeach 的类 MSDataGridLib.DataGrid 不是一个已加载的控件类。
test.h
class CTest1
{
private: //default for class is private
protected:
public:
DWORD id1;
char* id2;
CTest1();
~CTest1();
};
typedef unsigned char UCHAR;
typedef unsigned short USHORT;
test.htm
function window_onload() {
try{
var bf = certid
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.c
/*
* A basic example of Win32 programmiwng in C.
*
* This source code is in the PUBLIC DOMAIN and has NO WARRANTY.
*
* Colin Peters
*/
#include