代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/315110/13551901
h procsegment.h
/* $Id: procsegment.h,v 1.24 2003/10/20 20:11:58 hadess Exp $ */
/* Copyright (C) 1998-99 Martin Baulig
This file is part of LibGTop 1.0.
Contributed by Martin Baulig
www.eeworm.com/read/315069/13552925
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/314406/13568385
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/313303/13590470
dpr cqdl.dpr
program cqdl;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {kahao},
Unit3 in 'Unit3.pas' {jaqang},
Unit4 in 'Unit4.pas' {hydate},
Unit5 in 'Unit5.pas' {hyzl},
www.eeworm.com/read/312849/13603422
m51 uart.m51
BL51 BANKED LINKER/LOCATER V6.00 09/12/2007 10:54:10 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
F:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/312044/13619807
map gprs.map
MPLINK 3.60.02, Linker
Linker Map File - Created Sat Jun 10 00:30:51 2006
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/308962/13686052
m51 dds.m51
BL51 BANKED LINKER/LOCATER V5.03 02/25/2007 16:58:00 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE displa
www.eeworm.com/read/304826/13786121
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/304761/13787432
pas new.pas
unit new;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TFormnew=class(TForm)
suiForm1: TsuiForm;
Label1: TLabel;
www.eeworm.com/read/303580/13812201
c pcidata.c
/*
* pcidata.c -- a module that dumps the cfg registers through /proc
*
* Tested with 1.2 on the x86
* Tested with 2.0 on the x86
*
* Copyright (C) 1997 rubini@linux.it (Alessandro Rubini)
*