代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/155397/5622384
readme
The basic underlying abstraction for this message-format layer is the
element, which is defined by its type, bit offset and bit length.
Possible types are unsigned integer, signed integer, float, dou
www.eeworm.com/read/155189/5628070
java wafermaprenderer.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/155148/5629231
~1~ mydll.dpr.~1~
library myDLL;
uses
SysUtils,
Classes,
System.Reflection,
System.Runtime.InteropServices;
[assembly: AssemblyTitle('')]
[assembly: AssemblyDescription('')]
[assembly: AssemblyCon
www.eeworm.com/read/154542/5636339
bas usbtestmodule.bas
Attribute VB_Name = "modUSBTest"
Option Explicit
' Declare statements for all the functions in the SiF32xUSb DLL
' NOTE: These statements assume that the DLL file is located in
' the sam
www.eeworm.com/read/154542/5636349
vb usbtestmodule.vb
Module USBTestModule
' Declare statements for all the functions in the SiF32xUSb DLL
' NOTE: These statements assume that the DLL file is located in
' the same directory as this
www.eeworm.com/read/154513/5636730
pas qm_rconsole.pas
{*******************************************************}
{ }
{ QReportMaker 2.0 }
{ TQMRepor
www.eeworm.com/read/154249/5639625
java token.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/154133/5640329
bas x2分布m.bas
Attribute VB_Name = "modMethod"
Option Explicit
'计算卡方分布函数和概率密度
'n:自由度
'x2:卡方值
'F:下侧概率
'd:概率密度
Public Sub CX2(n As Integer, X2 As Double, F As Double, d As Double)
Dim PIS As Double, x As D
www.eeworm.com/read/154116/5640764
f decode.f
******************************************************************
*
* DECODE Version 54
*
******************************************************************
*
* This subroutine provides error corre
www.eeworm.com/read/475921/6769517
vb form1.vb
Public Class Form1
Dim x As Integer
Dim i As Integer
Dim y As Integer
Dim j As Integer
Dim ss(x) As Integer
Dim aa(y) As Integer
Private Sub Button1_Click(ByVal send