代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/183091/9178587
vb rs232.vb
Option Strict On
Imports System.Runtime.InteropServices
Imports System.Text
Imports System.Threading
' This class provides all the necessary support for communicating
' with the Comm Port (
www.eeworm.com/read/181986/9222911
frm calculator.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Calculator
Caption = "US Calculator "
ClientHeight = 3255
ClientLef
www.eeworm.com/read/181830/9235789
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/378188/9242267
f mod1f.f
Program mod1f
! ----------------------------------------------------------------------
! **********************************************************************
! *** This program is part of the
www.eeworm.com/read/378188/9242354
f dger.f
SUBROUTINE DGER ( M, N, ALPHA, X, INCX, Y, INCY, A, LDA )
Use numerics
* .. Scalar Arguments ..
Real(l_) ALPHA
INTEGER INCX, INCY, LDA, M, N
* .. Array Ar
www.eeworm.com/read/378188/9242759
f dger.f
SUBROUTINE DGER ( M, N, ALPHA, X, INCX, Y, INCY, A, LDA )
Use numerics
* .. Scalar Arguments ..
Real(l_) ALPHA
INTEGER INCX, INCY, LDA, M, N
* .. Array Ar
www.eeworm.com/read/378186/9242965
f dger.f
*
************************************************************************
*
SUBROUTINE DGER ( M, N, ALPHA, X, INCX, Y, INCY, A, LDA )
Use numerics
* .. Scalar Arguments ..
Real
www.eeworm.com/read/378183/9243770
dat asslandat26.dat
带符号数乘法指令 IMUL(Integer MULtiply)
格式: IMUL OPRD
----
功能: 完成两个带符号数的相乘
----
www.eeworm.com/read/378183/9243994
dat vb_fun91.dat
Second 函数
返回一个 Variant (Integer),其值为 0 到 59 之间的整数,表示一分钟之中的某个秒。
www.eeworm.com/read/378183/9244029
dat vb_fun67b.dat
语法
----
LOF(filenumber)
必要的 filenumber 参数是一个 Integer,包含一个有效的文件号.
注意 对于尚未打开的文件,使用 FileLen 函数将得到其长度.