代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/177609/9444153

c mmap.c

/* We start by defining a RECORD structure and then create NRECORDS versions each recording their number. These are appended to the file records.dat. */ #include #include
www.eeworm.com/read/177597/9444548

vb crs232.vb

Imports System.Runtime.InteropServices Imports System.Text Imports System.Threading Imports System.ComponentModel Imports System.IO #Region "RS232" Public Class Rs232 : Implements IDisposa
www.eeworm.com/read/177568/9447679

pas ah_tool.pas

unit ah_tool; { Copyright 1995-200 Andreas H鰎stemeier Version 1.1 2001-06-04 } { this utility functions are public domain. They are used by several of my } { components. In case you
www.eeworm.com/read/373603/9448538

c c8_3.c

/* Note:Your choice is C IDE */ #include "stdio.h" void main() { int prime(int); int n; printf("\ninput an integer:"); scanf("%d",&n); if(prime(n)) printf("\n %d is a prime.\n",n)
www.eeworm.com/read/177538/9449616

bas module1.bas

Attribute VB_Name = "modPublic" '####################################################################### '程序由迎风飘扬编写,供大家参考.有什么意见可以在我的qq:5488700上给我留言. '###############################################
www.eeworm.com/read/177488/9450974

java pianokeys.java

//******************************************************************** // PianoKeys.java Author: Lewis/Loftus // // Demonstrates the declaration, initialization, and use of an // integer
www.eeworm.com/read/373490/9454064

vb form1.vb

Public Class Form1 Const PI As Double = 3.14159265 Dim insetX, insetY, shapeWidth, shapeHeight As Integer Dim shape As String Dim year As String = Now().Year Dim month As Str
www.eeworm.com/read/373425/9456551

bas module1.bas

Attribute VB_Name = "Module1" Public fMainForm As frmMain Public flagRTedit As Boolean Public gintRTmode As Integer Public flagRedit As Boolean Public gintRmode As Integer Public flagBTedit As B
www.eeworm.com/read/177402/9456711

pas ufilefielddefines.pas

unit uFileFieldDefines; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DB, Oracle, OracleData, FileCtrl, comctrls, Gauges, ProgressDialog; type
www.eeworm.com/read/177303/9460011

java rangebeancustomizer.java

package chapter8; import java.awt.*; import javax.swing.*; import java.beans.Customizer; import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import java.beans.Pr