代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/287977/8655987
bas modprint.bas
Attribute VB_Name = "modPrint"
Option Explicit
Private Const ColDistance = 400
Private Const RowDistance = 150
Private Totalwidth As Long
Private FixedX As Long
Private FixedY As Long
Private L
www.eeworm.com/read/287977/8656030
frm frmlookman.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmLookMan
BorderStyle = 3 'Fixed Dialog
Caption = "查找员工"
ClientHeigh
www.eeworm.com/read/287946/8658469
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/431675/8662415
m isint.m
%ISINT Test on number(s) on integer >= 0
function n = isint(m)
if all(all(m == round(m) & m >= 0.5))
n = 1;
else
n = 0;
end
www.eeworm.com/read/387597/8663654
bas opcdefine.bas
Attribute VB_Name = "opcdefine"
Option Explicit
'//////////////////////////////////////////////////////////////////////////////////////////////
'// filename : opcdefine.bas
'// opc server 定义文件
www.eeworm.com/read/387597/8663885
bas opcdefine.bas
Attribute VB_Name = "opcdefine"
Option Explicit
'//////////////////////////////////////////////////////////////////////////////////////////////
'// filename : opcdefine.bas
'// opc server 定义文件
www.eeworm.com/read/387597/8663916
bak opcdefine.vb.bak
Option Strict Off
Option Explicit On
Module opcdefine
'//////////////////////////////////////////////////////////////////////////////////////////////
'// filename : opcdefine.bas
'// opc
www.eeworm.com/read/387597/8663955
vb opcdefine.vb
Option Strict Off
Option Explicit On
Module opcdefine
'//////////////////////////////////////////////////////////////////////////////////////////////
'// filename : opcdefine.bas
'// opc
www.eeworm.com/read/387526/8668036
java changfangti.java
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOEx
www.eeworm.com/read/387489/8669711
txt mnewt.txt
Procedure MNEWT(NTRIAL:integer;var X:array of real;N:integer;TOLX,TOLF:real);
var
ALPHA:matrx2; BETA,INDX:array[0..15] of real;
K,I:integer; ERRF,ERRX,D:real;
Begin
SetLength(ALPHA,