代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/463795/1535225
cs step.cs
namespace Skyiv.Ben.PushBox.Common
{
enum Direction { None, East, South, West, North } // 方向: 无 东 南 西 北
public enum Action { None, Create, Edit, Delete } // 设计: 无 创建 编辑 删除
///
www.eeworm.com/read/463795/1535263
cs step.cs
namespace Skyiv.Ben.PushBox.Common
{
enum Direction { None, East, South, West, North } // 方向: 无 东 南 西 北
public enum Action { None, Create, Edit, Delete } // 设计: 无 创建 编辑 删除
///
www.eeworm.com/read/235582/4649276
java edgeable.java
package edu.odu.cs.zeil.AlgAE.Client.DataViewer.DataGraph;
import java.awt.Point;
import edu.odu.cs.zeil.AlgAE.Direction;
/**
* Things that Edges can point to.
* @see Node
*/
interface Edgeable
www.eeworm.com/read/221054/4837987
check-stateless
#!/bin/sh
# Complete check of a stateless encoding.
# Usage: check-stateless SRCDIR CHARSET
srcdir="$1"
charset="$2"
set -e
# iconv in one direction.
./table-from "$charset" > tmp-"$charset".TXT
# i
www.eeworm.com/read/170881/5402672
ctl line-defect.ctl
; A line-defect waveguide in a 2d triangular lattice of dielectric
; rods (c.f. tri-rods.ctl), formed by a row of missing rods along the
; "x" direction. (Here, "x" and "y" refer to the first and sec
www.eeworm.com/read/348365/3156055
java handlebusy.java
/**
* HandleBusy.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.schema.ctcc.call_direction.v2_1.local;
publi
www.eeworm.com/read/348365/3156058
java handlenoanswer.java
/**
* HandleNoAnswer.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package cn.com.chinatelecom.www.schema.ctcc.call_direction.v2_1.local;
p
www.eeworm.com/read/340665/3269805
c ieee.c
#include
fp_rnd
_DEFUN_VOID(fpgetround)
{
char *out;
ieee_flags("get", "direction","", &out);
if (strcmp(out,"nearest") == 0) return FP_RN;
if (strcmp(out,"negative") == 0) ret
www.eeworm.com/read/340665/3270015
c ieee.c
#include
fp_rnd
_DEFUN_VOID(fpgetround)
{
char *out;
ieee_flags("get", "direction","", &out);
if (strcmp(out,"nearest") == 0) return FP_RN;
if (strcmp(out,"negative") == 0) ret