代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/384997/8825170
frm frmmain.frm
VERSION 5.00
Object = "{4DE9E2A3-150F-11CF-8FBF-444553540000}#4.0#0"; "DlxOCX32.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3960
ClientLeft = 2340
www.eeworm.com/read/384994/8825250
bas ieeevb.bas
' CEC IEEE-488 subroutines
' for use with CEC interface cards
' Copyright (C) 1995, Capital Equipment Corporation
' Customers may use this code in their application
' programs which run with CEC i
www.eeworm.com/read/384985/8825987
bas ieeevb.bas
' CEC IEEE-488 subroutines
' for use with CEC interface cards
' Copyright (C) 1995, Capital Equipment Corporation
' Customers may use this code in their application
' programs which run with CEC i
www.eeworm.com/read/187382/8827800
java instructionhandler.java
//this class decode the instruction-string from the server program, then translate the string to real instructions that is
//readable by the client program
public class instructionHandler{
public
www.eeworm.com/read/384939/8833107
txt clock.txt
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY clock IS
PORT(clk: IN STD_LOGIC; --system clock,1hz
settim
www.eeworm.com/read/285490/8836072
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/187230/8839936
dpr berlinpie.dpr
PROGRAM BerlinPie;
{$D SCRNSAVE BerlinPie}
uses
MMSystem,
Classes,
Controls,
SysUtils,
Windows,
Messages,
Graphics,
Forms,
UPie,
Config in 'CONFIG.PAS' {DialogConfig}
www.eeworm.com/read/187230/8839976
pas ccube.pas
unit Ccube; { Spinning Cube Component }
{$R-}
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, ExtCtrls,
{$IFDEF SDEBUG} Misc,Timer, {$ENDIF}
www.eeworm.com/read/187173/8847499
java tabledemo.java
/*
* TableDemo.java requires no other files.
*/
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.table.AbstractTab
www.eeworm.com/read/187173/8847679
java tableftfeditdemo.java
/*
* TableFTFEditDemo.java requires one other file:
* IntegerEditor.java
*/
import javax.swing.JFrame;
import javax.swing.JDialog;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
impo