代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/185213/9049790
h dim.h
// dim.h
#ifndef DIM_H_
#define DIM_H_
#include
#include
#include
class Dimension {
class Internal;
public:
void add (size_t n) { dim.push_back (n); }
www.eeworm.com/read/185213/9050115
cpp dim.cpp
// dim.cpp
#include "dim.h"
#include "error.h"
#include
class dim_calc {
public:
dim_calc () : r (1) { }
void operator () (const size_t n)
{ r*= n + 1; }
size_t value ()
www.eeworm.com/read/185174/9053035
h dim.h
static char *wds[]=/*H是己方棋B是对方棋0是空,数字越小越重要*/
{/*0,1,2 */ "0HHHHH0", "0HHHHHB", "BHHHHHB",\
//赢
/* 3,4,5 */ "0BBBBB0", "0BBBBBH", "HBBBBBH",\
//输
/* 6,7,8,9,10 */
www.eeworm.com/read/168054/9940882
c dim.c
#include
#include
#include
#include
#include
void rb_dim(char *exp)
{
char str[str_max_len];
char indx[str_max_len];
u8 i=0,
www.eeworm.com/read/168054/9940889
o dim.o
www.eeworm.com/read/362185/10013585
h dim.h
static char *wds[]=/*H是己方棋B是对方棋0是空,数字越小越重要*/
{/*0,1,2 */ "0HHHHH0", "0HHHHHB", "BHHHHHB",\
//赢
/* 3,4,5 */ "0BBBBB0", "0BBBBBH", "HBBBBBH",\
//输
/* 6,7,8,9,10 */