代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/198616/7923769
c devzero.c
#include "apue.h"
#include
#include
#define NLOOPS 1000
#define SIZE sizeof(long) /* size of shared memory area */
static int
update(long *ptr)
{
return((*ptr)++); /* retur
www.eeworm.com/read/198616/7923967
33 fig15.33
#include "apue.h"
#include
#include
#define NLOOPS 1000
#define SIZE sizeof(long) /* size of shared memory area */
static int
update(long *ptr)
{
return((*ptr)++); /* retur
www.eeworm.com/read/197100/8029793
cpp protos.cpp
/* -*-C-*-
********************************************************************************
*
* File: protos.c (Formerly protos.c)
* Description:
* Author: Mark Seaman, OCR Technolo
www.eeworm.com/read/297233/8040491
c pexecute.c
/* Utilities to execute a program in a subprocess (possibly linked by pipes
with other subprocesses), and wait for it.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is
www.eeworm.com/read/397383/8053505
txt 3阶非线性.txt
3
矩阵A:
-2 1 -1 0 0 0
0 -2 0 0 0 0
10 -10 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
矩阵B:
1 0 0 0 0 0
0 -1 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
矩阵△:
0 0
www.eeworm.com/read/397383/8053509
txt 一级倒立摆.txt
4
矩阵A:
0 1 0 0 0 0
0 -.1818 2.6727 0 0 0
0 0 0 1 0 0
0 -.4545 31.1818 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
矩阵B:
0 0 0 0 0 0
0 1.8182 0 0 0 0
0 0 0 0 0 0
0 0 0 4.5455 0 0
0 0 0 0 0 0
www.eeworm.com/read/397383/8053521
txt 双积分系统最短时间控制.txt
2
矩阵A:
0 1 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
矩阵B:
0 0 0 0 0 0
0 1 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
矩阵△:
0 0 0 0 0
www.eeworm.com/read/397383/8053523
txt 一级倒立摆k=-60 -30 110 20 pid=10 .5 .2 .txt
4
矩阵A:
0 1 0 0 0 0
0 -.1818 2.6727 0 0 0
0 0 0 1 0 0
0 -.4545 31.1818 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
矩阵B:
0 0 0 0 0 0
0 1.8182 0 0 0 0
0 0 0 0 0 0
0 0 0 4.5455 0 0
0 0 0 0 0 0
www.eeworm.com/read/396741/8092265
c exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。
#include // 等
www.eeworm.com/read/333085/12703420
m blin_oq.m
function [r, qt] = BLin_OQ(Q1,U,V,Lam,c,i,W,k0)
%B_Lin Alg: On-Query Stage
%Q1,U,V,Lam: pre-computed matraces by BLin_Pre
%c: 1-c restart prob
%i: query node
if nargin