代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/464279/7166942
setpath
#!/bin/sh
# Chapter 14 - Functions
# This script demonstrates a function that allows you to set your PATH
SetPath() {
PATH=${PATH:="/sbin:/bin"};
for _DIR in "$@"
do
if [ -d "$DI
www.eeworm.com/read/463823/7174862
java animationpath.java
package graphicAnimation;
import java.util.*;
import java.awt.*;
/**
* 用于计算一个视图(AnimationView)的动画路径,所谓动画路径就是指一系列的坐标位置,视图根据该位置
* 进行移动,从而形成动画
* @author 周晓聪
*
*/
public class AnimationP
www.eeworm.com/read/463823/7174919
java mergesortinganimator.java
package sortingAnimation;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
import graphicAnimation.*;
import graphicAnimation.intAnimationView.*;
import graphicAnimati
www.eeworm.com/read/463823/7174929
java heapsortinganimator.java
package sortingAnimation;
import graphicAnimation.*;
import graphicAnimation.intContainerAnimationView.*;
import java.awt.*;
/**
* 用于堆排序的演示器,使用树形数组视图进行展示
* @author 周晓聪
* @since 2007/7/
www.eeworm.com/read/463643/7177316
js jquery.cookie.js
/* $Id: jquery.cookie.js 62 2008-01-19 12:37:15Z Bolik@xjgc.com $ */
/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http:
www.eeworm.com/read/463566/7178139
txt maze.txt
#define FALSE 0;
#define TRUE 1;
#define NULL 0;
#include
#include
typedef struct maze{
char location[100][100]; //存储迷宫的二维数组
int row; //迷宫行数
int c
www.eeworm.com/read/463384/7182662
install
GLPKMEX INSTALLATION INSTRUCTIONS
**********************************
Introduction
-------------
glpkmex.c is a Matlab MEX Interface for the glpk library developed by
Andrew Makhorin.
---------
www.eeworm.com/read/463249/7184971
frm frmatt.frm
VERSION 5.00
Begin VB.Form frmAtt
Caption = "发送附件"
ClientHeight = 3270
ClientLeft = 60
ClientTop = 345
ClientWidth = 8520
LinkTopic