代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/109973/15544389
hpp sarrayops1.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/100612/15869047
cpp lenstra.cpp
/*
* Program to factor big numbers using Lenstras elliptic curve method.
* Works when for some prime divisor p of n, p+1+d has only
* small factors, where d depends on the particular curve
www.eeworm.com/read/136849/5843805
h gprsconst.h
/*
+-----------------------------------------------------------------------------
| Project :
| Modul :
+-----------------------------------------------------------------------------
|
www.eeworm.com/read/286535/8760341
h main.h
/***************************************************************
** Qt based generic FORTRAN 77 conversion into C++ Pseudocode **
** written by John Coe III -- July 21, 2007 **
**
www.eeworm.com/read/383987/8907921
cpp main.cpp
#include"iostream.h"
#include"firstH.h"
void main()
{
show();
float a,b;
cin>>a;
cin>>b;
Addition(a,b);
Subtraction(a,b);
Multiplication(a,b);
Divition(a,b);
}
www.eeworm.com/read/427454/8942801
plg excaro.plg
Build Log
--------------------Configuration: ExCaro - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x409 /fo"
www.eeworm.com/read/169281/9870282
cpp mkparsedisplayname.cpp
#define _WIN32_DCOM
#include
#include
#include "Component\component.h"
void main()
{
CoInitialize(NULL);
OLECHAR string[] = L"clsid:10000002-0000-0000-0000-000000
www.eeworm.com/read/357276/10212773
java cb.java
// colorbugs
// coded by Tota
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
//Midp class
public class Cb extends MIDlet implements CommandListener {
private
www.eeworm.com/read/357276/10212787
java bubble.java
// colorbugs
// coded by Tota
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
//Midp class
public class bubble extends MIDlet implements CommandListener {
priv