代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/487788/6508804
java smallball.java
/*
*
* Copyright (c) 2007, Sun Microsystems, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/485113/6564527
java warpimage.java
/*
* %W% %E%
*
* Copyright 1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprie
www.eeworm.com/read/483123/6610753
m crvlt_extractdirs.m
% Help for the CRVLT_EXTRACTDIRS mex-file.
%
% FIELDS = CRVLT_EXTRACTDIRS(C, LEVELS)
% extracts two directional fields (pointing along the ridges of the curvelets,
% i.e. along the edges in the i
www.eeworm.com/read/482881/6615518
java wormlink.java
/*
* @(#)WormLink.java 1.3 03/08/10
*
* Copyright (c) 2000-2003 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
/*
* WormLink.java
www.eeworm.com/read/482678/6621114
m avw_img_read.m
function [ avw, machine ] = avw_img_read(fileprefix,IMGorient,machine)
% avw_img_read - read Analyze format data image (*.img)
%
% [ avw, machine ] = avw_img_read(fileprefix, [orient], [machine]
www.eeworm.com/read/482678/6621143
txt analyzedirectorientsupport.txt
Dear Darren,
Thank you for this information. We would be happy to provide you with some
additional information.
> I have read the Analyze 7.5 format documentation from the
> website, but
www.eeworm.com/read/479411/6694719
java wormlink.java
/*
* @(#)WormLink.java 1.3 03/08/10
*
* Copyright (c) 2000-2003 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
/*
* WormLink.java
www.eeworm.com/read/478253/6722758
vhd counters.vhd
library IEEE ;
use IEEE.std_logic_1164.all ;
use IEEE.std_logic_arith.all ;
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear : IN BIT;
ld : IN BIT;
www.eeworm.com/read/409518/11320489
java lsystem.java
package classes;
import java.awt.*;
import java.awt.event.*;
import java.util.Vector;
import java.util.Date;
import java.applet.Applet;
public class Lsystem extends Applet implements Runnable,It
www.eeworm.com/read/263314/11367849
vhd counters_altera.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all