代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/415925/11048640

bas comp_huffman_dynamic.bas

Attribute VB_Name = "Comp_Huffman_Dynamic" Option Explicit Private Type BytePos Data() As Byte Position As Long Buffer As Integer BitPos As Integer End Type Private Strea
www.eeworm.com/read/269958/11053477

pas frxgraphicutils.pas

{******************************************} { } { FastReport v4.0 } { Graphic routines } {
www.eeworm.com/read/415793/11053853

vhd upcount.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.ALL ; ENTITY upcount IS GENERIC ( modulus : INTEGER := 4 ) ; PORT ( Resetn, Clock, E, L : IN STD_LOGIC ; R : IN INTEGER RANGE 0 TO modulus-1
www.eeworm.com/read/415351/11075445

vhd 各种功能的计数器.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all
www.eeworm.com/read/415351/11075465

vhd 各种功能的计数器.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all
www.eeworm.com/read/269837/11075669

bas modconst.bas

Attribute VB_Name = "Modconst" Public portitem As Integer
www.eeworm.com/read/269829/11076068

bas modconst.bas

Attribute VB_Name = "Modconst" Public portitem As Integer
www.eeworm.com/read/269744/11079632

txt 16.txt

Option Explicit Dim intTime As Integer Private strSendText As String '发送文本数据 Private bytSendByte() As Byte '发送二进制数据 Private blnReceiveFlag As Boolean Private blnAutoSendFlag As Boolean Pri
www.eeworm.com/read/269693/11082674

pas prime.pas

//find prime number between s to b program integer s ,b begin procedure findPrime(integer small,big) integer i,j,k,c,t begin i:=small; for i from small to big do j:=2;
www.eeworm.com/read/414977/11088469

pas tntsystem.pas

{*****************************************************************************} { } { Tnt Delphi Unicode Controls