代码搜索:Six
找到约 1,342 项符合「Six」的源代码
代码结果 1,342
www.eeworm.com/read/412614/2166813
sql six233_six233.sql
-- phpMyAdmin SQL Dump
-- version 2.11.2
-- http://www.phpmyadmin.net
--
-- 主机: localhost
-- 生成日期: 2008 年 04 月 14 日 14:38
-- 服务器版本: 5.0.27
-- PHP 版本: 5.1.2
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-
www.eeworm.com/read/413711/11145296
sql six233_six233.sql
-- phpMyAdmin SQL Dump
-- version 2.11.2
-- http://www.phpmyadmin.net
--
-- 主机: localhost
-- 生成日期: 2008 年 04 月 14 日 14:38
-- 服务器版本: 5.0.27
-- PHP 版本: 5.1.2
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-
www.eeworm.com/read/285667/8824510
class six.class
www.eeworm.com/read/285667/8824575
java six.java
package russiagame;
public class Six extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Six()
{
store=new int[15];
www.eeworm.com/read/375600/9355961
f six.f
www.eeworm.com/read/177897/9427389
mtra six.mtra
www.eeworm.com/read/177897/9427394
tra six.tra
;TRA utf8
( Head
( traVersion 4.0 )
)
; Generated by Hi3D file export (HI CORPORATION) version 2,00, build 014
; for 3d studio max release 6,0
; from DiceTexture_O.max on Wed Jun 29 1
www.eeworm.com/read/177162/9466533
java six.java
public class Six extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Six()
{
store=new int[15];
}
public boolean
www.eeworm.com/read/365698/9850673
m six.m
function si = SIx(x)
format long;
m = 1;
tol = 1;
while tol > 1.0e-6
s1 = subSIx(x,m);
s2 = subSIx(x,m+1);
tol = abs(s1 - s2);
m = m*2;
end
si = (s1+s2)/2;
function tmpS =