代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/191842/8420047
h mylib.h
extern void inidelay();
extern void delay(uint time);
extern ulong rddata(void);
extern wrdata(ulong x);
extern uint swdata(uint dat);
extern void wr1(void);
extern void mack();
extern void wro
www.eeworm.com/read/391067/8423853
txt 用masmplus 学习汇编语言(5) .txt
用MasmPlus 学习汇编语言(5)
相关的例子:下载>>> 作者:Zoologist 于2007-12-16上传
--------------------------------------------------------------------------------
这一期,我们会讲述很多关于绘制图形方面的知识,其中最简单的莫过于画线的语句了。MoveT
www.eeworm.com/read/391056/8425212
cpp horse.cpp
#include "stdafx.h"
#include
#include "gameproc.h"
#include "NetWork.h"
#include "menu.h"
#include "SmallMenu.h"
#include "map.h"
#include "LineCommand.h"
#include "tool.h"
#include
www.eeworm.com/read/391023/8427949
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef const
/* D
www.eeworm.com/read/190269/8445722
m plotbandstructure.m
function PlotBandStructure
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Electromagnetic Finite-Difference Time-Domain %
% Version 1.20, Release 1 %
%
www.eeworm.com/read/189372/8473392
mac pds-pipe-loop.mac
!/FILNAME,OIL_PIPE_STRESS_ANALYSIS
!/TITLE,STRESS ANALYSIS TO AN UNDERGROUND OIL PIPELINE
!定义APDL参数:尺寸、材料和载荷参数
DIAMETER=420 !管道外径,单位为mm
THICKNESS=10 !管道壁厚,单位为mm
!R
www.eeworm.com/read/390147/8482432
c p_ceilng.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/290244/8493372
c 用pic12c508509 控制一个步进电机源程序.c
用PIC12C508509 控制一个步进电机源程序
; STEP_3.ASM (12C508 / 12C509)
;
; Controls a stepping motor driver on GPIO bits 4, 2, 1 and 0.
;
; The direction is controlled by a switch on GPIO bit 3. Bit 5 is n
www.eeworm.com/read/389624/8510524
h type.h
/*球场,足球,机器人的数据结构*/
typedef struct
{
int color;
float position[4];
}FootballPitch;
typedef struct
{
int color;
float ball_x;
float ball_y;
float init_speed;
float radius;
float