代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/285514/8834541
opt hello.opt
www.eeworm.com/read/285514/8834544
h hello.h
class CMyApp : public CWinApp
{
public:
virtual BOOL InitInstance ();
};
class CMainWindow : public CFrameWnd
{
public:
CMainWindow ();
protected:
afx_msg void OnPaint ();
www.eeworm.com/read/285514/8834546
cpp hello.cpp
#include
#include "Hello.h"
CMyApp myApp;
/////////////////////////////////////////////////////////////////////////
// CMyApp member functions
BOOL CMyApp::InitInstance ()
{
www.eeworm.com/read/285514/8834547
ncb hello.ncb
www.eeworm.com/read/285514/8834550
dsp hello.dsp
# Microsoft Developer Studio Project File - Name="Hello" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/285490/8836085
c hello.c
#include
int main()
{
printf("Hello World\n");
exit(0);
}
www.eeworm.com/read/428734/8850302
c hello.c
#include "includes.h"
#define TASK_STK_SIZE 1024 // Stack size, in bytes
#define N_TASKS 2 // Number of tasks
OS_STK TaskStk[N_TASKS][TASK_STK_SIZE/sizeof(OS_STK)]; // Tasks stacks
int x = 0;
www.eeworm.com/read/187103/8855274
c hello.c
/* hello.c -- trivial test function for libfoo
Copyright (C) 1996-1999 Free Software Foundation, Inc.
This file is part of GNU Libtool.
This program is free software; you can redistribute it an
www.eeworm.com/read/428421/8870771