代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/484352/6585957
m51 1335c51.m51
BL51 BANKED LINKER/LOCATER V5.01 10/27/2002 16:24:30 PAGE 1
BL51 BANKED LINKER/LOCATER V5.01, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 1335c5
www.eeworm.com/read/482097/6626316
bat 查看进程使用的端口.bat
@echo off
color 1f
Title XP端口-进程查询
setlocal enabledelayedexpansion
echo ╔- -╗
echo 本机开放的端口及使用该端口的进程
echo ╚- -╝
echo ----------
www.eeworm.com/read/480430/6664011
m graf_tool.m
%graf_tool is a set of functions which can be used to process figure properties.
%This function can either be used as an individual function:
%
% graf_tool
%
%or used as part of CrtlLAB:
%
www.eeworm.com/read/480529/6665786
txt 07-36.txt
例7-36 使用linsolve函数求解符号线性方程组。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> a=sym('rand(5)')
a =
rand(5)
>> b=('[1;2;3;4;5]')
b =
[1;2;3;4;5]
>> linsolve(a,b)
ans =
[ 1/proc () local t; global _seed; _see
www.eeworm.com/read/480597/6666488
m51 24c02.m51
BL51 BANKED LINKER/LOCATER V5.03 12/03/2008 15:21:47 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\KEIL2\C51\BIN\BL51.EXE 24c02
www.eeworm.com/read/478063/6719134
sas 例5.9.sas
goptions vsize=7cm hsize=10cm;
data a;
input x@@;
dif1_4=dif4(dif(x));
time=intnx('quarter','1jan1962'd,_n_-1);
format time year4.;
cards;
1.1 0.5 0.4 0.7 1.6 0.6 0.5 0.7
1.3 0.6 0.5 0.7 1.2 0
www.eeworm.com/read/478063/6719153
sas 例2.2.sas
data a;
input milk@@;
time=intnx('month','1jan1962'd,_n_-1);
format time date.;
cards;
589 561 640 656 727 697 640 599
568 577 553 582 600 566 653 673
742 716 6
www.eeworm.com/read/478063/6719157
sas example2_1.sas
data example2_2;
input freq@@;
year=intnx('year','1jan1970'd,_n_-1);
format year year4.;
cards;
97 154 101 149 221 157 128 215 129 239 155 238 276
204 136 296 176 307 154 227 200 291 233 356 22
www.eeworm.com/read/410511/11280071
c wc.c
/* GNU's uptime.
Copyright (C) 1992-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public