代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/300969/13876188
c tan.c
/*
* (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*
* Author: Ceriel J.H. Jacobs
*
www.eeworm.com/read/113399/6132099
c tan.c
/*
* (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*
* Author: Ceriel J.H. Jacobs
*
www.eeworm.com/read/101082/6242749
c tan.c
/* @(#)tan.c 1.12 */
/*LINTLIBRARY*/
/*
* tan returns the tangent of its double-precision argument.
* Returns ERANGE error and value 0 if argument too large.
* Algorithm and coefficients from Cody
www.eeworm.com/read/188135/8569405
cpp 4-11.cpp
#include
void invert(int *,int ,int);
void main()
{
int a[10]={0,1,2,3,4,5,6,7,8,9},i;
invert(a,0,9);
for(i=0;i
www.eeworm.com/read/383145/8968364
cpp a,b倒置.cpp
#include
#define MaxLen 50 //顺序表中最多元素个数
typedef int elemtype;
typedef elemtype sqlist[MaxLen];
int create(sqlist A) //创建顺序表
{
int i,n;
cout
www.eeworm.com/read/180141/9318392
c 8-2-23.c
/*中国系统分析员顾问团,http://www.csai.cn*/
/*程序员下午考试指南书籍源码*/
#include
void invert(int a[] , int k){
int t;
if (k > 1) {
invert(a+1, k-2);
t=a[0];
a[0]=a[k-1];
a[k-1]=t;
}
www.eeworm.com/read/180019/9322432
cpp 4_24.cpp
# include
void invert(char*,int);
void main()
{
char *s,a[30];
int n;
coutn;
cout
www.eeworm.com/read/376085/9332655
sp fig33_40.sp
* Figure 33.40 CMOS: Mixed-Signal Circuit Design *
X1 Vin Vo1 Vdd invert
X2 Vref Vo2 Vdd invert
X3 Vo2 Vo2 Vdd invert
X4 Vo1 Vo2 Vdd invert
X5 Vo2 Vo1 Vdd invert
X6 Vo1 Vo1 Vdd invert
X7 Vo1
www.eeworm.com/read/376085/9332683
sp fig33_42a.sp
* Figure 33.42a CMOS: Mixed-Signal Circuit Design *
X1 Vin Vo1 Vdd invert
X2 Vref Vo2 Vdd invert
X3 Vo2 Vo2 Vdd invert
X4 Vo1 Vo2 Vdd invert
X5 Vo2 Vo1 Vdd invert
X6 Vo1 Vo1 Vdd invert
X7 Vo1
www.eeworm.com/read/376085/9332706
sp fig33_42b.sp
* Figure 33.42b CMOS: Mixed-Signal Circuit Design *
X1 Vin Vo1 Vdd invert
X2 Vref Vo2 Vdd invert
X3 Vo2 Vo2 Vdd invertw
X4 Vo1 Vo2 Vdd invert
X5 Vo2 Vo1 Vdd invert
X6 Vo1 Vo1 Vdd invertw
X7 V