代码搜索:信号路径优化
找到约 10,000 项符合「信号路径优化」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1090389
mnu selrtecbls.mnu
CABLE#SEL 选取缆
#
Add 添加
Add cables to the set being routed
在进行路径化的集中新增缆
Remove 移除
Remove cables from the set being routed
在进行路径化的集中删除缆
Remove#All 全部移除
Discard all the cables currently being routed
删除全
www.eeworm.com/read/38039/1090622
mnu kerfopts.mnu
KERF#OPTS 刀痕选项
#
Kerf#Height 刀痕高度
Display kerf tool path on some particular heights from tip.
显示从刀尖开始某一特殊高度上刀痕刀具路径。
Kerf#Plane 刀痕平面
Display kerf tool path on specified plane.
在指定平面上显示刀痕刀具路径。
www.eeworm.com/read/38039/1091146
mnu nclcommand.mnu
NCL#COMMAND NCL命令
#
Add 添加
Add NCL command to tool path.
在刀具路径中新增NCL命令。
Find 查找
Find and show selected NCL command.
查找并显示所选的NCL命令。
Remove 移除
Delete NCL command from tool path.
从刀具路径中删除NCL命令。
Replace
www.eeworm.com/read/38039/1092443
mnu optrulea.mnu
SET#RULES 设置标准
#
Start 起始
Define the start position of tool path.
定义刀具路径的起始位置。
Tool#Changes 刀具改变
Minimize number of tool changes.
刀具改变的最小数目
Tool#Travel 刀具移动
Minimize length of tool path.
刀具路径的最小长度
Mi
www.eeworm.com/read/38039/1092960
mnu rmvhts.mnu
REMOVE#HITS 移除击打
#
Single 单一
Remove single hit from the tool path.
从刀具路径中删除单一击打点。
From#To 从#到
Remove several hits from the tool path specifying "from" and "to" hits.
在刀具路径中删除指定首尾的击中点。
Quit 退出
Quit ac
www.eeworm.com/read/286814/4032494
cpp b_5_2.cpp
#include "stdafx.h"
#include
#include
using namespace std;
int n,k; //k表示第几条路径,n为所求路径的终点
void path(int n,char s[20]) //s表示结果串
{ char s1[20];
s1[0]='-';
s1[1]=n+48; //
www.eeworm.com/read/360652/2960558
txt 算法 6.12(b).txt
算法 6.12(b)
void OutPath( CSTree T,Stack &S ) {
// 输出某子树T中从所有叶子结点到根的路径,在此例中T指向cn域下的edu结
// 点。附设栈S暂存路径,初始化后,先将"cn"进栈,S由参数引入 。
while ( T ) {
www.eeworm.com/read/266065/4274480
java test.java
package com;
import com.crypt4java;;
public class Test {
public Test(){
}
//注意要用到的crypt4java.dll库文件一定要放在系统环境路径中,不然找不到
public static void main(String args[]){
//将当前系统环境路径打印出来
System.
www.eeworm.com/read/171742/9738768
txt 首页调用说明.txt
####### 首页调用说明: #######
'调用方法: 将这段代码复制到首页适合的位置,top.asp的路径一定要正确,
比如相对路径
www.eeworm.com/read/102552/15778604
htm subject_46565.htm
序号:46565 发表者:linzequan 发表日期:2003-07-11 13:01:50
主题:请教:如何获取当前程序的路径?
内容: 如何获取当前程序的路径?
返回上页