代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/286417/4039438

java complex.java

/* * 操作复数的类Complex * * 周长发编制 */ package javaalgorithm.algorithm; /** * 操作复数的类Complex * @author 周长发 * @version 1.0 */ public class Complex { private double real = 0.0; // 复
www.eeworm.com/read/279968/4129438

h complex.h

/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/272963/4213811

h complex.h

/* complex.h Complex Number Library - Include File class complex: declarations for complex numbers. Copyright (c) 1990, 1991 by Borland International All Rights Reserved. A
www.eeworm.com/read/270401/4239292

dsl complex.dsl

#place your comments here - this is just a description for your own purposes. [when]There is a Person with name of {name}=Person(name=="{name}") [when]Person is at least {age} years old and lives in
www.eeworm.com/read/440906/1785370

h complex.h

// Copyright (C) 2000 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms
www.eeworm.com/read/437028/1838386

h complex.h

/* * Copyright (c) 1985 Thomas L. Quarles */ #ifndef CMPLX #define CMPLX "complex.h $Revision: 1.5 $ on $Date: 88/11/22 02:51:07 $ " /* header file containing definitions for complex functions *
www.eeworm.com/read/437018/1839076

h complex.h

/* * Copyright (c) 1985 Thomas L. Quarles */ #ifndef CMPLX #define CMPLX "complex.h $Revision: 1.1 $ on $Date: 91/04/02 11:26:53 $ " /* header file containing definitions for complex functions *
www.eeworm.com/read/435707/1861218

h complex.h

/*- * Copyright (c) 2001 The FreeBSD Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followi
www.eeworm.com/read/430360/1931951

asm complex.asm

;
www.eeworm.com/read/427974/1964212

java complex.java

/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved