代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/163676/10151079
m spaceframeelementshearzdiagram.m
function y = SpaceFrameElementShearZDiagram(f, L)
%SpaceFrameElementShearZDiagram This function plots the shear force
% diagram for the space frame element
%
www.eeworm.com/read/163557/10154035
c fvs_binarize.c
/*#############################################################################
* 文件名:fvs_binarize.c
* 功能: 指纹图像二值化
* modified by PRTsinghua@hotmail.com
###########################################
www.eeworm.com/read/163506/10156518
cs character.cs
using System;
namespace TankGogogo.GameLogic
{
///
/// Character 的摘要说明。
///
public class Character
{
private float direction;
public Character()
{
/
www.eeworm.com/read/163218/10169577
def st2202.def
;;=====================================================
;; ***** Sitronix ST2100 define *****
;; ------------------------------
;; Written by : Jesse Chang
;;
www.eeworm.com/read/358788/10179426
c game.c
#define N 200
#include "config.h"
#include "ZLG7289_KeyBoard.h"
#include "LCM128645ZK.h"
#include
#include
#include
#define NULL 0
#define BEEP 1
www.eeworm.com/read/358751/10180205
pas snail.pas
{
ID:maigoak1
PROG:snail
}
program snail;
type
direction=(up,down,left,right);
const
maxn=120;
dx:array[direction]of shortint=(-1,1,0,0);
dy:array[direction]of shortint=(0,0,-1,1);
www.eeworm.com/read/358682/10182079
cpp randwalk.cpp
// randwalk.cpp -- using the Vector class
// compile with the vect.cpp file
#include
#include // rand(), srand() prototypes
#include // time() prototype
#
www.eeworm.com/read/358677/10182291
txt eightbondary.txt
于八方向链码的边界跟踪代码,其中nVerct数组存储的是边界点的矢量方向,Coordinate存储的是边界点的坐标。
//函数 OnProcessTrace()
void CSkagonView::OnProcessTrace()
{
if(DibObject.pDib==NULL)
{
MessageBox("请先载入一幅位图","Error",M