代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/278605/7129953
edn top_level.edn
(edif top_level
(edifversion 2 0 0)
(ediflevel 0)
(keywordmap (keywordlevel 0))
(status
(written
(timeStamp 2001 08 13 15 06 45)
(program " XST EDIF NetWriter"
(version "D-27"))
www.eeworm.com/read/350718/7149708
h sfr80144.h
/************************************************************************
* *
* file name : definition of M16C/80's SFR
www.eeworm.com/read/463954/7171641
txt c语言课程设计_贪吃蛇代码.txt
C语言课程设计_贪吃蛇代码
#define N 200
#include
#include
#include
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
in
www.eeworm.com/read/463907/7173415
dsr datae.dsr
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataE
ClientHeight = 7515
ClientLeft = 0
ClientTop = 0
ClientWidth = 7170
_ExtentX =
www.eeworm.com/read/463460/7180337
txt 滚动文本浏览.txt
@echo off
::::::::Scrolling Text Viewer {s11ss 2007-9-27}::::::::
set f=%1.hta
> %f% echo ^%comspec% - %1^
>>%f% < "%~f0" more +8
>>%f% type %1
start "" %f%
goto :eof
www.eeworm.com/read/462310/7202902
cpp 1010 area.cpp
#include
using namespace std;
struct Point
{
double x, y;
};
Point pList[ 1005 ];
int N;
double direction( Point p1, Point p2, Point p3 );
bool onSegment( Point x, Point y, P
www.eeworm.com/read/461728/7221222
m perform_79_transform.m
% perform_79_transform - biorthogonal 7/9 wavelet transform
%
% y = perform_79_transform(x, Jmin, dir, options);
%
% Perform a 1D in place
% wavelet transform of 'x' using a 7/9 wavelet.
%