代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/410339/2210857

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/409921/2220340

h complex.h

/* * complex.h * * This file is part of the Mingw32 package. * * Contributors: * Created by Danny Smith * * THIS SOFTWARE IS NOT COPYRIGHTED *
www.eeworm.com/read/408818/2246522

c complex.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/402165/2328603

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/402041/2333802

java complex.java

// Modified from original version by AWalter, some members and methods were added. /********************************************************************* * Copyright (C) 1999 Nathan Fiedler * *
www.eeworm.com/read/397826/2399736

java complex.java

package com.javapatterns.immutable.complex; final public class Complex extends Number implements java.io.Serializable, Cloneable, Comparable { static final public Complex i = new Complex(0.0,
www.eeworm.com/read/392773/2490913

c _complex.c

/* * Copyright (c) 1999 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed * or imp
www.eeworm.com/read/392773/2490918

h _complex.h

/* * Copyright (c) 1999 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed * or imp
www.eeworm.com/read/392558/2494666

java complex.java

package com.javapatterns.immutable.complex; final public class Complex extends Number implements java.io.Serializable, Cloneable, Comparable { static final public Complex i = new Complex(0.0,
www.eeworm.com/read/392094/2516076

cs complex.cs

/* * 操作复数的类Complex * * 周长发编制 */ using System; namespace CSharpAlgorithm.Algorithm { /** * 操作复数的类Complex * @author 周长发 * @version 1.0 */ public class Complex { pr