代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/366012/9836843
vb module.vb
Module _Module
Public MyCnn As ADODB.Connection
Public MyRs As ADODB.Recordset
Public strCnn As String
Public RecNo As Integer
Public User权限 As String
End Module
www.eeworm.com/read/169814/9837294
java personaljob.java
/*********************************************************
* *
* TiandiNet Personal Job Management *
*
www.eeworm.com/read/169721/9844963
c onedim.c
/* 使用选择法排序 */
# include
void main()
{
int i, j, min, temp;
/* 定义一个整型得一维数组 */
int array[10];
/* 输入数据 */
printf("Please input ten integer: \n");
for(i=0; i
www.eeworm.com/read/169661/9847382
pas faststringfuncs.pas
//==================================================
//All code herein is copyrighted by
//Peter Morris
//-----
//No copying, alteration, or use is permitted without
//prior permission from mysel
www.eeworm.com/read/169661/9847406
pas faststrings.pas
//==================================================
//All code herein is copyrighted by
//Peter Morris
//-----
//No copying, alteration, or use is permitted without
//prior permission from mysel
www.eeworm.com/read/365783/9847929
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/169621/9848701
pas calcvb.pas
unit CalcVb;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Forms, Controls, Calculate;
type
TCalcVb = class(TCalculate)
private
function GetLineCountForFrmFi
www.eeworm.com/read/365773/9849061
bas modformdi.bas
Attribute VB_Name = "mdi"
Option Explicit
'成绩模块
Public recForXM As Recordset
Public DWKECMC As String
Public FRMMARKIN_LIST1_TEMP
Public FRMKCDW_ID As Boolean
'MODDYCX
Publ
www.eeworm.com/read/365773/9849316
frm frmchoice.frm
VERSION 5.00
Object = "{0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#2.0#0"; "THREED20.OCX"
Begin VB.Form frmChoice
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Dialog
Caption
www.eeworm.com/read/169573/9851123
bas module1.bas
Attribute VB_Name = "Module1"
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public flag As Integer '记录操作标记
Public view As Integer
Public fratepday As Integer
Publ