代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/378186/9243093
f getmatvec.f
Subroutine getmatvec( n, nelmts, indx, rowp, matvals, invec )
! ----------------------------------------------------------------------
! --- 'getmatvec' makes the data of the CRS matrix and the
www.eeworm.com/read/378186/9243127
f iqsort.f
Subroutine iqsort( a, n, nl, nu ) ! Integer sort
! --------------------------------------------------------------------
Implicit None
Integer, Intent( In ) :: n, nl, nu
In
www.eeworm.com/read/378186/9243151
f cparrs.f
Subroutine cparrs( sa, ta, b, n )
! ----------------------------------------------------------------------
! --- 'cparrs' copies the source arrays 'sa' into the target
! arrays 'ta' and init
www.eeworm.com/read/378186/9243161
f gendat.f
Subroutine gendat( a, n )
! ----------------------------------------------------------------------
! --- Routine 'gendat' generates the test data for the FFT:
! one complete cosine cycle in
www.eeworm.com/read/181604/9244444
jam shuzizhong.jam
' Copyright (C) 1988-1999 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/378183/9244471
dat vb_fun75.dat
MsgBox 函数
在对话框中显示消息,等待用户单击按钮,并返回一个 Integer 告诉用户单击哪一个按钮。
www.eeworm.com/read/378183/9245006
dat tc1.dat
第1章 C语言概述
本章主要介绍C语言程序的结构和书写规则.
1.1 C语言的发展简史和特点
1.C语言的诞生与发展
(1)在C语言诞生以前,系统软件主要是用汇编语言编写的.由于汇编语言程序依赖于计算机硬件,其可读性和可移植性都很差;但一般的高级语言又难以实现对计算机硬件的直接操作(这正是汇编语言的优势),于是人们盼望有一种兼有汇编语言和高级语言特性的新语言. ...
www.eeworm.com/read/378183/9245304
dat funtc15b.dat
modf
#include
#include
int main(void)
{
double fraction, integer;
double number = 100000.567;
fraction = modf(number, &integer);
printf("The whole and frac
www.eeworm.com/read/181568/9245737
bas module1.bas
Attribute VB_Name = "Module1"
Public X() As Double
Public Y() As Double
Public Z() As Double
Const Nmax = 7 '最大点数
Const Nmin = 3 '最小点数
Public Sxmin As Double
Public Sxmax As Double
Public Sym