代码搜索结果
找到约 10,000 项符合
PID 的代码
binfmt_elf32.c
/*
* Support for 32-bit Linux/MIPS ELF binaries.
*
* Copyright (C) 1999, 2001 Ralf Baechle
* Copyright (C) 1999, 2001 Silicon Graphics, Inc.
*
* Heavily inspired by the 32-bit Sparc compat code
head_4xx.s
/*
* Copyright (c) 1995-1996 Gary Thomas
* Initial PowerPC version.
* Copyright (c) 1996 Cort Dougan
* Rewritten for PReP
* Copyright (c) 1
root.c
/*
* linux/fs/proc/root.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* proc root directory handling functions
*/
#include
#include
#include
arith.h
#ifndef __PID_H
#define __PID_H
float PID(USERPARAM * up,PIDDATA * pd,INT8U ch);
void PIDInit(INT8U n);
#endif
pipe_rw.c
#include
#include
#include
#include
#include
int main()
{
int pipe_fd[2];
pid_t pid;
char buf_r[100];
char* p_wbuf;
int r_num;
即热式电热水器模糊温度控制器的研制.txt
工程硕士
睿工F 7,
硕士学位论文
论文题目:
作者姓名
指导教师
学科专业
所在学院
俞红杰
提交日期
浙江工业大学
学位论文原创性声明
本人郑重声明:所提交的学位论文是本人在导师的指导下,独立进行研
究工作所取得的研究成果。除文中已经加以标注引用的内容外,本论文不包
含其他个人或集体已经发表或撰写过的研究成果,,也不含为获得浙江工业
大学或其它教育机构的学 ...
tcstan2.cpp
// TcsTan2.cpp
// 邓雪清 2008/11/05
#include
#include
#include "TcsTan2.h"
// 分区结构
typedef struct tagTIN_Z {
TCS_S32 sco[2]; // 左下角
TCS_S32 eco[2]; // 右上角
TCS_S32 vpn
tcston2.cpp
// TcsTon2.cpp
// 邓雪清 2008/11/17
#include
#include
#include "TcsTon2.h"
///////////////////////////////////////////////////////////////////
// 公共函数
// 散列函数
TCS_S32 SI
pipe_rw.c
#include
#include
#include
#include
#include
int main()
{
int pipe_fd[2];
pid_t pid;
char buf_r[100];
char* p_wbuf;/*写buffer的指针*
系统源脚本文件.sql
USE MASTER /* 系统主数据库 */
GO
CREATE DATABASE Stock collate Chinese_PRC_CS_AI_WS /* 创建数据库Stock */
GO
USE Stock
GO
CREATE TABLE Users /* 创建用户信息表 */
(
UserName varchar(40) collate Chinese