代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/471510/6895130
vhd caideng.vhd
entity caideng is
port(clk:in bit;
y:out bit_vector(7 downto 0));
end caideng;
architecture deng of caideng is
signal b:integer range 0 to 8;
begin
x1:process(clk)
va
www.eeworm.com/read/471108/6897097
output
Entering the integer stack segment of the program...
Here is the integer stack :
269167349
1169529124
889801541
1254073978
374297457
2065258565
1482041942
628309313
1207992583
234901288
Here is the in
www.eeworm.com/read/471212/6899537
m mexgraphboxcounting.m
function Boxes = mexGraphBoxCounting(Graph, MaxDistance, ShowProgress)
% Computes number of boxes, their sizes and (optionaly) their content according to box counting algorithm.
%
% Receives:
%
www.eeworm.com/read/395925/8145778
pas unttool.pas
{******************************************************************************
* Unit untTool
* Module is support some tools function to the main module
* CopyRight (C) By GanHuaXin 2001
*
www.eeworm.com/read/395925/8145792
~pas unttool.~pas
{******************************************************************************
* Unit untTool
* Module is support some tools function to the main module
* CopyRight (C) By GanHuaXin 2001
*
www.eeworm.com/read/295580/8152808
pas ft.pas
{Copyright: Hagen Reddmann mailto:HaReddmann@T-Online.de
Author: Hagen Reddmann
Remarks: public domain
known Problems: none
Version: 1.4, Delphi 5
Description:
www.eeworm.com/read/295580/8152985
pas ft.pas
{Copyright: Hagen Reddmann mailto:HaReddmann@T-Online.de
Author: Hagen Reddmann
Remarks: public domain
known Problems: none
Version: 1.4, Delphi 5
Description:
www.eeworm.com/read/295580/8153165
pas ft.pas
{Copyright: Hagen Reddmann mailto:HaReddmann@T-Online.de
Author: Hagen Reddmann
Remarks: public domain
known Problems: none
Version: 1.4, Delphi 5
Description:
www.eeworm.com/read/295580/8153289
pas lhsz.pas
{Copyright: Hagen Reddmann HaReddmann at T-Online dot de
Author: Hagen Reddmann
public domain, this Copyright must be included unchanged
known Problems: none
Versi
www.eeworm.com/read/195460/8154172
f splint.f
subroutine splint(xa,ya,y2a,n,x,y)
integer n,klo,khi,k
real xa(n),ya(n),y2a(n)
real x,y,h,a,b
klo=1
khi=n
1 if (khi-klo.gt.1) then
k=(khi+klo)/2