代码搜索结果
找到约 10,000 项符合
PID 的代码
daemon_inetd.c
#include "unp.h"
#include
extern int daemon_proc; /* defined in error.c */
void
daemon_inetd(const char *pname, int facility)
{
daemon_proc = 1; /* for our err_XXX() functions */
openl
gene.cpp
// Gene.cpp: implementation of the CGene class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RegCluster.h"
#include "Gene.h"
#inclu
lab03.m
function [ret,x0,str,ts,xts]=lab03(t,x,u,flag);
%LAB03 is the M-file description of the SIMULINK system named LAB03.
% The block-diagram can be displayed by typing: LAB03.
%
% SYS=LAB03(T,X,U,FLAG
daemon_inetd.c
#include "unp.h"
#include
extern int daemon_proc; /* defined in error.c */
void
daemon_inetd(const char *pname, int facility)
{
daemon_proc = 1; /* for our err_XXX() functions */
openl
daemon_inetd.c
#include "unpipc.h"
#include
extern int daemon_proc; /* defined in error.c */
void
daemon_inetd(const char *pname, int facility)
{
daemon_proc = 1; /* for our err_XXX() functions */
op
wdog.c
//*********************************************************
//
// wdog.c : Test of watchgdog timer.
//
// PROVIDED BY:
// ------------
// Bittware, Inc.
// 33 North Main Street
// Concor
pgrp.h
#ifndef _KERNPGRP_H
#define _KERNPGRP_H
#include
#include "sched.h"
#include "signal.h"
struct session_t;
struct pgrp_t {
CHAIN(,pgrp_t); /* next/prev member in the same session */
C
stat.js
var y_lo=document.getElementById("y_js").src.toString();
var y_re_p=new RegExp('pubid=([0-9]+)','ig');
var y_re_w=new RegExp('wid=([0-9]+)','ig');
y_re_p.exec(y_lo);y_pid=RegExp.$1;
y_re_w.exec(y_lo);
scr.cpp
#include "scr.h"
//谓词
class Check_page
{
private:
int pid;
public:
Check_page(tmpid):pid(tmpid){}
bool operator() (Mempage &tmpage)const
{return tmpage.mem_page == pid;}
};
void Scr