代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/144119/12813551
lef lef56_01.lef
# LEF56_01.lef
#
# Testcase covering full 5.6 LEF syntax
VERSION 5.6 ;
NAMESCASESENSITIVE ON ;
BUSBITCHARS "[]" ;
DIVIDERCHAR ":" ;
UNITS
TIME NANOSECONDS 100 ;
CAPACITANCE PICOFARADS 10 ;
RES
www.eeworm.com/read/244945/12829459
m compdir.m
function [SD, dirType] = compdir(Z,H,gf,nvars,f);
% COMPDIR Computes a search direction in a subspace defined by Z.
% Helper function for NLCONST.
% Returns Newton direction if possible.
%
www.eeworm.com/read/244728/12847312
html curvatureproblem.html
COG 2.1: Curvature problem
curvature problem
If we use very high refinement orthogonal to a curved surface, we
need some minimal refinement in tangential direction too. E
www.eeworm.com/read/330958/12859445
c gifbg.c
/*****************************************************************************
* "Gif-Lib" - Yet another gif library. *
* *
* Written by: Gershon Elber Ver 0.1, Jul. 1989
www.eeworm.com/read/143459/12874233
java maze1.java
// 程序:平面迷宫制作
// 范例文件:Maze1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Maze1 extends Applet
implements KeyListener, Runnable
{
int
www.eeworm.com/read/142836/12915823
h cmdutilities.h
#ifndef CMD_UTILITIES_H
#define CMD_UTILITIES_H
#include "TypeDef.h"
#ifdef _DBXEXP_
#define DLLIMPEXP __declspec(dllexport)
#else
#define DLLIMPEXP
#endif
/////////////////////////////
www.eeworm.com/read/329918/12926565
java maze1.java
// 程序:平面迷宫制作
// 范例文件:Maze1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Maze1 extends Applet implements KeyListener, Runnable
{
int ImageWidth,Imag
www.eeworm.com/read/243541/12934983
v counters_altera.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
// download from: www.pld.com.cn & www.fpga.com.cn
module counters (d, clk, clear, ld, ena
www.eeworm.com/read/329331/12960400
m compdir.m
function [SD, dirType] = compdir(Z,H,gf,nvars,f);
% COMPDIR Computes a search direction in a subspace defined by Z.
% Helper function for NLCONST.
% Returns Newton direction if possible.
%