代码搜索:iNum
找到约 785 项符合「iNum」的源代码
代码结果 785
www.eeworm.com/read/464709/7067661
cpp 2363.cpp
#include
#include
using namespace std;
int getMinPaper(int iNum)
{
int k;
int iMinResult = 4*iNum + 2;
int factor1, factor2;
int temp = 0;
int sum = 0;
for(k = 1
www.eeworm.com/read/436341/7771304
cpp 2363.cpp
#include
#include
using namespace std;
int getMinPaper(int iNum)
{
int k;
int iMinResult = 4*iNum + 2;
int factor1, factor2;
int temp = 0;
int sum = 0;
for(k = 1
www.eeworm.com/read/297217/8044790
java investcorp.java
package client;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.Mo
www.eeworm.com/read/141570/12998644
txt 143.txt
在抓取資料庫之資料前先計算資料總筆數
Sub Form1_Load()
Dim db As Database
Dim ds As Snapshot
Dim iNum As Integer '總筆數
Dim wsql As String 'SQL字串
wsql = "Select Count (*) from Authors Where AU_ID > 10"
Set d
www.eeworm.com/read/326053/13169251
cpp 程序8.09:用for循环求一个整数的阶乘2.cpp
/* 程序8.9:用for循环求一个整数的阶乘2.cpp */
#include //包含头文件
using namespace std; //使用名字空间std
class Loops //声明一个类Loops
{
private: //声明私有成员变量
int iNum; //声明整型变量
long iAccumulate; //声明长整
www.eeworm.com/read/326053/13169275
cpp 程序8.03:将三个数从大到小排列.cpp
/* 程序8.3:将三个数从大到小排列.cpp */
#include //包含头文件
using namespace std; //使用名字空间std
class Number //声明一个类Number
{
private: //声明私有成员变量
int iNum1,iNum2,iNum3;
public: //声明公共成员函数
www.eeworm.com/read/313229/13591553
c ntchange.c
/*
* ntchange.c
*
* Copyright (C) 1995 Martin von L鰓is
*/
#include "config.h"
#include
#include
#ifdef HAVE_GETOPT_LONG
#include
#else
#define getopt_long(a,v,o,
www.eeworm.com/read/127704/6002167
c ms_ldst.c
/*
* Copyright (C) 1996-1998 by the Board of Trustees
* of Leland Stanford Junior University.
*
* This file is part of the SimOS distribution.
* See LICENSE file for terms of the license.
www.eeworm.com/read/406821/6339772
frm frmquery.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmQuery
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight