代码搜索结果
找到约 10,000 项符合
Input 的代码
input.h
/*! \file input.h \brief User-Input Functions. */
//*****************************************************************************
//
// File Name : 'input.h'
// Title : User-Input Functions
// A
input.css
.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none}
a:hover { color: #00CC33; text-decoration
input.txt
123.1E4
2.3e2
12.456
23.
.233
2.E4
2.E+4
.2e+2
2.1E-4
500
1000.123E-10
Pi
E
Degree
DE
12x
12.23.
12E4E
;123
E23
input.css
.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none}
a:hover { color: #00CC33; text-decoration
input.css
.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none}
a:hover { color: #00CC33; text-decoration
samp.input
#ca config template
#dim
2
#ca dim
100 100
#num neighbors
7
#neighbors
-1 1
-1 0
0 -1
0 0
0 1
1 0
1 -1
#display basis
1.0 0
0.5 0.8660254
#number of states
2
#rules
0 1 1 0 1 0 0 1 1 0 0 1 0
input.c
#include "main.h"
static int prev3x, prev3y, prev2x, prev2y, prev1x, prev1y;
int crap2=0;
vec3d *vec3dsub(vec3d *a, vec3d *b, vec3d *c) {
c->x = a->x - b->x;
c->y = a->y - b->y;
c->z = a->z - b