代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5656313
c proc.c
/*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License (Version 2) as
* published by the Free Software Foundation.
*
*
www.eeworm.com/read/152843/5656749
c proc.c
/*
* linux/arch/mips/kernel/proc.c
*
* Copyright (C) 1995, 1996, 2001 Ralf Baechle
* Copyright (C) 2001, 2004 MIPS Technologies, Inc.
* Copyright (C) 2004 Maciej W. Rozycki
*/
#include
www.eeworm.com/read/152843/5658337
c proc.c
/*
* Copyright (C) 2001 Kyle A. Lucke IBM Corporation
* Copyright (C) 2001 Mike Corrigan & Dave Engebretsen IBM Corporation
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/152843/5659366
c proc.c
#include
#include
#include
#include
#include
/*
* Get CPU information for use by the procfs.
*/
static int show_c
www.eeworm.com/read/476030/6772705
vhd proc.vhd
-- MAX+plus II VHDL Example
-- Combinatorial Process Statement
-- Copyright (c) 1994 Altera Corporation
ENTITY proc IS
PORT
(
d : IN BIT_VECTOR (2 DOWNTO 0);
q : OUT INTEGER RANGE 0 TO
www.eeworm.com/read/476033/6772724
v proc.v
// MAX+plus II Verilog Example
// Combinatorial Always Statement
// Copyright (c) 1994 Altera Corporation
module proc (d, q);
input [2:0] d;
output [1:0] q;
integer num_bits;
www.eeworm.com/read/474516/6811244
m proc.m
function varargout = proc(handles)
% trgraph
% shows information about processing times at current node
global PREC
[pt,id]=procwsp(handles);
if isempty(pt)
set(handles.minproc, 'String',
www.eeworm.com/read/472564/6870539
sql proc.sql
/*存储过程例程*/
CREATE PROCEDURE sp_CheckPass
declare @CHKName VARCHAR(30),
@CHKPass VARCHAR(30)
AS
SELECT [student_id],[student_no],[student_pass],[student_name],[department_id],[teacher_
www.eeworm.com/read/394238/8241415
txt proc.txt
any question,send email to netxiong@263.net
相关文件:
/include/linux/proc_fs.h
/fs/proc/root.c
如果使用proc首先定义CONFIG_PROC_FS(linux/proc_fs.h)
然后使用 create_proc_read_entry进行注册,具体规则可以参看其他内核源代码的结构。
www.eeworm.com/read/193111/8253218