代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/140851/13058897
m div.m
function d = div(a,b)
% DIV Integer division
% d = div(a,b)
d = floor(a / b);
www.eeworm.com/read/242302/13078130
txt 在同一行定义两个byte型变量,则向二进制文件输出时就会发生错误.txt
问 题 在 于 你 的 定 义 方 法 。 在 VB看 来
Dim by, mytt As Byte
和
Dim by As Byte, mytt As Byte
是 不 同 的 定 义 。 前 者 by是 Variant类 型 ( 因 为 你 没 有 说 明 它 的 类 型 ) , 而 后 者 by是 Byte类 型 。 而 对 于 你 的 情 况
www.eeworm.com/read/140486/13078766
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7515
ClientLeft = 60
ClientTop = 345
ClientWidth = 7905
LinkTopic
www.eeworm.com/read/140072/13111397
bas 趋势面分析m2.bas
Attribute VB_Name = "modMethod"
'趋势面分析
Option Explicit
'计算X和Y的乘幂
Public Sub Power(X, Y, I0, E, F)
Dim a As Integer, C As Integer
a = 0
SS1:
If ((a + 1) * (a + 2)) / 2 >= I0 Then
www.eeworm.com/read/240784/13197867
bas 逐步回归m2.bas
Attribute VB_Name = "modMethod"
'逐步回归
Option Explicit
'xy(1 To n, 1 To m+1):观测数据,已知,n是观测次数,m是自变量个数
'F1:指定的F临界值,用于引入,已知
'F2:指定的F临界值,用于剔出,已知
' 要求F1>=F2。如果F1=F2=0,则引入除线性相关外的全部变量
'F:F检验值,计算结果
'
www.eeworm.com/read/138798/13211884
m div.m
function d = div(a,b)
% DIV Integer division
% d = div(a,b)
d = floor(a / b);
www.eeworm.com/read/323486/13339001
txt 代码说明.txt
Private Sub Command1_Click()
Rem 定义动态数组
Dim a() As Single, c() As Single, b() As Single, cb() As Single
Dim cba() As Single, xcb() As Integer, xb() As Integer
Dim m As Integer, n As Integer, l A
www.eeworm.com/read/308773/13692521
h elcount.h
integer nomats ,unmats
common /elcount/ nomats(2,10),unmats(2,10)