代码搜索:iNum
找到约 785 项符合「iNum」的源代码
代码结果 785
www.eeworm.com/read/488823/6486408
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/342712/12005097
m guiyi.m
function [inputs,targets]=guiyi(a,b)
[samples,inum]=size(a);
for i=1:inum %找出最大最小值
max(1,i)=a(1,i);
min(1,i)=a(1,i);
end
for i=1:inum
for j=1:samples
www.eeworm.com/read/152920/12074252
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/152920/12074278
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/151247/12226230
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
www.eeworm.com/read/151211/12228921
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/149929/12331353
ndb sm.ndb
NDB006
The number of symbol table entries is: 2
The length of the symbol table is: 23
Index Hierarchy Path
----- --------------
! &null_hpath&
. |74164:9|
The number of name info structs is
www.eeworm.com/read/149929/12331684
ndb ex70.ndb
NDB006
The number of symbol table entries is: 2
The length of the symbol table is: 23
Index Hierarchy Path
----- --------------
! &null_hpath&
. |74164:1|
The number of name info structs is
www.eeworm.com/read/128676/14282365
cpp flottery.cpp
/*==================================================================
= 文件名:彩票类实现文件 =
= 主要功能:主要是完成彩票的选数的随机生成 =
= 修改日期:2003-03-2
www.eeworm.com/read/214363/15104751
m waveletfunc0.m
%%%采样点1000MS测转速程序
clear all;
close all;
rotatespeed=zeros(6,5);
load 005.dat;
for j=1:2;
m=j*12000;
x=X005(1:m);
s=x(11:12000-10);
figure(1);
subplot(13,1,1);
plot(s,'b');
title('原