代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/237970/13915567
txt all_sort.txt
数字全排列问题 -|lxgzx001 发表于 2006-3-4 21:16:00
数字全排列问题:
任意给出从1到N的N个连续的自然数,求出这N个自然数的各种全排列。如N=3时,共有以下6种排列方式:
123,132,213,231,312,321。
注意:数字不能重复,N由键盘输入(N
www.eeworm.com/read/237957/13917961
h wavetrans.h
//*****************************************************************************
// WaveTrans.h Prototypes of discrete wavelet transforms
//***************************************
www.eeworm.com/read/237957/13918010
cc fftgabormp.cc
#include "FFTGaborMP.h"
#include
#include
#include "fft.h"
// declare bunch of global variables. They get updated as you run
// RunFFTGaborMP
static real coef, product, a, b, a1,
www.eeworm.com/read/135529/13923350
frm frmin.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA0
www.eeworm.com/read/135529/13923411
bas mainmodule.bas
Attribute VB_Name = "MainModule"
Option Explicit
Public Const SERIES_NUM As Integer = 5 '商品代码总级数
Public Const SERIES_LEN As Integer = 3 '商品代码级长
Public Const SYSTEM_SECTION
www.eeworm.com/read/135529/13923466
frm frmout.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA0
www.eeworm.com/read/135528/13923654
frm frmout.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA0
www.eeworm.com/read/135510/13924587
frm frmplan.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmPlan
Caption
www.eeworm.com/read/135507/13925049
bc useobj.bc
Method java.lang.Integer useObject(int)
0 iconst_5 //Push 5 on the stack.
1 istore_2 //Pop 5 and store it at index 2 of the local
//variable table(i).
2 iload
www.eeworm.com/read/237818/13927639
tmp mfc469.tmp
/* Test.PL0 */
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n