代码搜索:Grid Modernization
找到约 10,000 项符合「Grid Modernization」的源代码
代码结果 10,000
www.eeworm.com/read/186728/8913586
cpp grid.cpp
#include "grid.h"
#include "s60test.pan"
TGrid::TGrid()
{
Clear();
}
void TGrid::Clear()
{
for (int i=0; i
www.eeworm.com/read/284499/8923847
gif grid.gif
www.eeworm.com/read/186410/8934263
h grid.h
#if !defined(AFX_GRID_H__F3FB42E1_C7C2_11D4_B2EE_E44F4DE26351__INCLUDED_)
#define AFX_GRID_H__F3FB42E1_C7C2_11D4_B2EE_E44F4DE26351__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/186410/8934293
cpp grid.cpp
// Grid.cpp : implementation file
//
#include "stdafx.h"
#include "Chess.h"
#include "Grid.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#end
www.eeworm.com/read/427351/8950255
py grid.py
#!/usr/bin/env python
import os, sys
import Queue
import getpass
import re
from threading import Thread
from string import find, split, join, atof
is_win32 = (sys.platform == 'win32')
# svmtrain and
www.eeworm.com/read/382541/9022315
h grid.h
#ifndef GRID_H
#define GRID_H
#include
#include
using namespace std;
/*
* IMPORTANT NOTE:
*
* For this assignment, you might need to add state to the
* class and/
www.eeworm.com/read/382541/9022317
cpp grid.cpp
#include
#include
using namespace std;
#include "grid.h"
// You do not need to alter function indexof.
int grid::indexof (int row, int col) const {
return row*cols+co
www.eeworm.com/read/185516/9034008
doc grid.doc
www.eeworm.com/read/283196/9036260
tk grid.tk
#!/usr/bin/wish -f
set row 0
foreach item {name email address phone} {
label .$item-label -text "${item}:"
entry .$item-entry -width 20
grid .$item-label -row $row -column 0 -sticky e
grid
www.eeworm.com/read/283068/9044407
py grid.py
#!/usr/bin/env python
import os, sys
import Queue
import getpass
import re
from threading import Thread
from string import find, split, join, atof
# svmtrain and gnuplot executable
is_win32 = (sys.