代码搜索结果
找到约 10,000 项符合
PID 的代码
jacobi mpi.txt
1 //=================================================================
2 // Name : 使用雅可比迭代法求解线性方程组
3 // Author : 袁冬(2107020046)
4 // Copyright : 中国海洋大学
5 // LastUpdate : 2007.10.18
jacobi mpi.txt
1 //=================================================================
2 // Name : 使用雅可比迭代法求解线性方程组
3 // Author : 袁冬(2107020046)
4 // Copyright : 中国海洋大学
5 // LastUpdate : 2007.10.18
signal.c
#include
#include
#include
#include "ourhdr.h"
static volatile sig_atomic_t sigflag1=0;
static volatile sig_atomic_t sigflag2=0;
static sigset_t newmask,oldmask,zerom
sigchld.c
#include "calld.h"
#include
/*
* SIGCHLD handler, invoked when a child terminates.
* Probably interrupts accept() in serv_accept().
*/
void
sig_chld(int signo)
{
int stat, errno_sav
forkplus.c
#include
#include
#include
#include
#include
#include
int global_num;
void handler(int sig)
{global_num--;
}
main()
{
safe_finger.c
/*
* safe_finger - finger client wrapper that protects against nasty stuff
* from finger servers. Use this program for automatic reverse finger
* probes, not the raw finger command.
*
* Bu
sigchld.c
#include "calld.h"
#include
/* SIGCHLD handler, invoked when a child terminates. */
void
sig_chld(int signo)
{
int stat, errno_save;
pid_t pid;
errno_save = errno; /* log_msg() mi
pidss4复件.c
#include "pid_s.h"
/*----------------------------------------------------
函数说明:主要用于PI运算通过给定和反馈计算出输出--------------
入口:ifin,give(反馈,给定)
出口: out
全局变量:lasterror,lastout;
调用模块: 无
-----------
prcssync.c
/*
Process-synchronization examples
AUP2, Sec. 9.02.3
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.
newdialog.cpp
// NewDialog.cpp : Implementation of CNewDialog
#include "stdafx.h"
#include "NewDialog.h"
/////////////////////////////////////////////////////////////////////////////
// CNewDialog
void CNew