代码搜索:Wheel
找到约 1,890 项符合「Wheel」的源代码
代码结果 1,890
www.eeworm.com/read/104815/15682648
wheel
#!/bin/sh
# $Id: wheel,v 1.4 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
TITLE="This screen was taken from ComeOn Point Installer! v0.9 b
www.eeworm.com/read/385350/2593118
as wheel.as
/**
* Paperskated3d - simple skateboard simulator in Papervision3d
*
* @author Bartek Drozdz
* @version 1.0
*
* Released under Creative Commons Attribution-Non-Commercial-Share Alike 3
www.eeworm.com/read/252773/4401530
as wheel.as
/**
* Flade - Flash Dynamics Engine
* Release 0.6 alpha
* Wheel class
* Copyright 2004, 2005 Alec Cove, Raigan Burns (Metanet Software)
*
* This file is part of Flade. The Flash Dynamics
www.eeworm.com/read/387475/8674775
class wheel.class
www.eeworm.com/read/387475/8674779
java wheel.java
public class Wheel{
public static void main(String args[ ]){
String phrase[ ]={
"A STITCH IN TIME SAVES NINE",
"DON'T EAT YELLOW SNOW",
"JUST DO I
www.eeworm.com/read/184320/9110253
cs wheel.cs
// created on 10/22/2002 at 12:02 PM
using System;
namespace VehicleDynamics
{
public enum WhichWheel { LeftFront=0, RightFront, LeftRear, RightRear };
public struct Wheel
{
#region
www.eeworm.com/read/364264/9916671
m wheel.m
function [indid,indindex,popexpected,popnormfitness]=wheel(pop,params,state,nsample,toavoid,type)
%WHEEL Sampling of GPLAB individuals by spinning a wheel.
% WHEEL(POP,PARAMS,STATE,NSAMPLE,TOAV
www.eeworm.com/read/361413/10054069
m wheel.m
function str_no=wheel(p_sel)
i=1;
total=0;
wheel_pos=rand(1);
while wheel_pos==0
wheel_pos=rand(1);
end
while total
www.eeworm.com/read/165201/10072377
png wheel.png
www.eeworm.com/read/163678/10150107
h wheel.h
#ifndef WHEEL_H
#define WHEEL_H
//BEGIN Wheel.h
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See jalopy.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~