代码搜索:five

找到约 3,092 项符合「five」的源代码

代码结果 3,092
www.eeworm.com/read/314676/13561889

cpp five.cpp

#include void initialize() { randomize(); } int zz(int v1,int v2,int k) /*每个可能落子点的加权值(电脑走棋时)*/ { int value1=0,n=0; if(v1==3&&v2==0){value1+=0;if(k==2)value1+=2;} if(v
www.eeworm.com/read/309693/13666271

exe five.exe

www.eeworm.com/read/309693/13666276

ico five.ico

www.eeworm.com/read/309693/13666284

h five.h

// Five.h : main header file for the FIVE application // #if !defined(AFX_FIVE_H__C6EF525F_4D94_4C1A_B242_7FA2ED813893__INCLUDED_) #define AFX_FIVE_H__C6EF525F_4D94_4C1A_B242_7FA2ED813893__INCLUD
www.eeworm.com/read/309693/13666287

cpp five.cpp

// Five.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Five.h" #include "FiveDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static cha
www.eeworm.com/read/309693/13666296

dsp five.dsp

# Microsoft Developer Studio Project File - Name="Five" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/309693/13666305

clw five.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CFiveDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "five.h"
www.eeworm.com/read/309693/13666309

dsw five.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/309693/13666311

rc five.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/309142/13680862

java five.java

/** * @(#)FIVE.java * * * @author * @version 1.00 2008/4/27 */ import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.io.*; class theFive extends Canvas {