代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/430096/8766255
java ex14(1).java
// holding/Ex14.java
// TIJ4 Chapter Holding, Exercise 14, page 412
/* Create an empty LlinkedList. Using a ListIterator, add Integers
* to the list by always inserting them in the middle
www.eeworm.com/read/430096/8766983
java binarytest.java
// operators/BinaryTest.java
// TIJ4 Chapter Operators, Exercise 10, page 112
/* Write a program with two constant values, one with alternating binary ones and
* zeroes, with a zero in the least-s
www.eeworm.com/read/386050/8769652
m isint.m
%ISINT Test on number(s) on integer >= 0
% $Id: isint.m,v 1.2 2006/03/08 22:06:58 duin Exp $
www.eeworm.com/read/386014/8771555
h support.h
#ifndef _SUPPORT_H_
#define _SUPPORT_H_
/** \file
The documentation in this file is formatted for doxygen
(see www.doxygen.org).
Copyright and Use
You may
www.eeworm.com/read/286321/8771980
vb clsbomb.vb
Public Class ClsBomb
Public Shared iI As Integer = 0
Private _iReadTime As Integer
Private _iBombNum As Integer
Private _iPer As Integer
Private Sub CreateTimer()
www.eeworm.com/read/385991/8772719
pas kttv.pas
unit kttv;
interface
uses
Windows,Tlhelp32;
function kt(ExeFileName: string): Integer; //关闭进程
function edp: Boolean; //提升权限
function getwinsys(n:integer):string;
impl
www.eeworm.com/read/286300/8773370
java cartmanager.java
package cart;
import java.sql.*;
import java.util.*;
import java.math.*;
import java.io.*;
public class CartManager
{
String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver";
String sConnStr
www.eeworm.com/read/385964/8774729
bas modstring.bas
Attribute VB_Name = "ModString"
Option Explicit
Public User As String
Public Pass As String
Public Loc As String
Public Server As Integer
Public World As Integer
Public Char As Integer
Public
www.eeworm.com/read/385964/8774731
bas modaccount.bas
Attribute VB_Name = "ModAccount"
Option Explicit
Private Type location_detail
Name As String
IP As String
Port As String
Serv As Integer
End Type
Public Type Channels
ID A
www.eeworm.com/read/286237/8780944
cls clslptio.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject