代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/192256/8395390

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, unit1,Forms, Dialogs; Procedure JACOBI(A:matrx2; N:integer;var D:array of real;
www.eeworm.com/read/192256/8395407

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Procedure BALANC(var A:matrx2; N:integer); Procedure ELMHES(var A:matrx2; N:integer)
www.eeworm.com/read/192256/8395457

pas unit2.pas

unit Unit2; interface uses unit1; Procedure BALANC(var A:matrx2; N:integer); implementation Procedure BALANC(var A:matrx2; N:integer); Label 1,2,3; var I,J:integer; RADIX,SQR
www.eeworm.com/read/192256/8395507

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Procedure TRED2(var A:matrx2; N:integer; var D:array of real;
www.eeworm.com/read/192248/8396388

txt readme.txt

README FOR THE BNBGUI INSTALLATION To function BNB needs: Matlab 5.3 or newer Optimization Toolbox 2.0 the Courier-LD font (8 points, regular) Unzip BNB.zip to an empty directory that's i
www.eeworm.com/read/192030/8410933

m mpower.m

function Pn = mpower(P,n) % MPOWER -- power of matrix polynomial % % Pn = P^n % Pn = mpower(P,n) % % This function is not meant to be called by the user. It is called by % Matla
www.eeworm.com/read/291207/8434510

txt suanfa.txt

Public key(1 To 3) As Long Private Const base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst uvwxyz0123456789+/" Public Sub GenKey() Dim d As Long, phi As Long, e As Long
www.eeworm.com/read/187699/8607541

ctl xpcombo.ctl

VERSION 5.00 Begin VB.UserControl XPCombo BackColor = &H00D8E9EC& BackStyle = 0 '透明 ClientHeight = 3180 ClientLeft = 0 ClientTop = 0 Clie
www.eeworm.com/read/288576/8620838

bas 模糊聚类m2.bas

Attribute VB_Name = "modDataTreat" '模糊聚类分析 '数据预处理方法模块 Option Explicit '数据的标准差变换 'X(1 To N,1 To M):原始数据,执行后保存变换后的数据 Public Sub Data_T1(X() As Double) Dim M As Integer, N As Integer, I As Int
www.eeworm.com/read/388251/8622769

hpp timeconverters.hpp

#pragma ident "$Id: TimeConverters.hpp 70 2006-08-01 18:36:21Z ehagen $" #ifndef GPSTK_TIMECONVERTERS_HPP #define GPSTK_TIMECONVERTERS_HPP //=======================================================