代码搜索:Routine
找到约 10,000 项符合「Routine」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6252242
c ci_lpmaint.c
#ifndef lint
static char *sccsid = "@(#)ci_lpmaint.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
*
www.eeworm.com/read/100601/6267334
h nssbase.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/125782/14463096
3x curs_terminfo.3x
.\"***************************************************************************
.\" Copyright (c) 1999-2002,2003 Free Software Foundation, Inc. *
.\"
www.eeworm.com/read/107176/15612110
m s10rout2.m
% Routine 10.2 poles
denom = [1,7,4];
poles = roots(denom)
www.eeworm.com/read/385839/8787048
c exp4.c
#include "commons.h"
void main() {
while (1) {
//菜单程序,响应键盘输入,显示和修改参数
menu_routine();
//控制程序,A/D转换,并显示结果
ctr_routine();
}
}
www.eeworm.com/read/159715/5581921
inl thread.inl
/**
* @file rtems/score/thread.inl
*
* This file contains the macro implementation of the inlined
* routines from the Thread handler.
*/
/*
* COPYRIGHT (c) 1989-2006.
* On-Line Applicat
www.eeworm.com/read/132748/5909582
c pt-setup.c
/* Setup thread stack. Hurd/i386 version.
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistr
www.eeworm.com/read/159715/5581937
inl watchdog.inl
/**
* @file rtems/score/watchdog.inl
*
* This file contains the static inline implementation of all inlined
* routines in the Watchdog Handler.
*/
/*
* COPYRIGHT (c) 1989-2004.
* On-Lin