代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/439902/7697097
plg calculator.plg
Build Log
--------------------Configuration: Calculator - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x80
www.eeworm.com/read/439886/7697496
cs remotesearchable.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/439019/7718106
plg simulator.plg
Build Log
--------------------Configuration: Simulator - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\Users\lituo\
www.eeworm.com/read/438906/7724756
m rotlg2ct.m
function R=rotlg2ct(lat,lon)
% ROTLG2CT Forms rotation matrix to convert from LG
% (NEU) coordinate system to CT coordinate system.
% If astronomic lat,lon input, then output is in
% local astr
www.eeworm.com/read/438906/7724768
m rotct2lg.m
function R=rotct2lg(lat,lon)
% ROTCT2LG Forms rotation matrix to convert from CT
% coordinate system to LG (NEU) coordinate system.
% If astronomic lat,lon input, then output is in
% local astr
www.eeworm.com/read/438832/7725271
sh ex50.sh
#!/bin/bash
WIDTH=40 # 设为40列宽.
b=`ls /usr/local/bin` # 取得文件列表...
echo $b | fmt -w $WIDTH
# 也可以使用如下方法, 作用是相同的.
# echo $b | fold - -s -w $WIDTH
exit 0
www.eeworm.com/read/438832/7725376
sh twodim.sh
#!/bin/bash
# twodim.sh: 模拟一个二维数组.
# 一维数组由单行组成.
# 二维数组由连续的多行组成.
Rows=5
Columns=5
# 5 X 5 的数组.
declare -a alpha # char alpha [Rows] [Columns];
# 没必要声明. 为什么?
load_alpha (
www.eeworm.com/read/438832/7725413
sh what.sh
#!/bin/bash
# 所有在/usr/X11R6/bin中的神秘2进制文件都是些什么东西?
DIRECTORY="/usr/X11R6/bin"
# 也试试 "/bin", "/usr/bin", "/usr/local/bin", 等等.
for file in $DIRECTORY/*
do
whatis `basename $file` # 将会echo出这个2进制文件的