代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/366144/9829426
c zgebak.c
#include "f2c.h"
/* Subroutine */ int zgebak_(char *job, char *side, integer *n, integer *ilo,
integer *ihi, doublereal *scale, integer *m, doublecomplex *v,
integer *ldv, integer *info)
{
www.eeworm.com/read/366144/9829550
c zlacpy.c
#include "f2c.h"
/* Subroutine */ int zlacpy_(char *uplo, integer *m, integer *n,
doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb)
{
/* -- LAPACK auxiliary routine (version 2.0
www.eeworm.com/read/161095/10453610
c zlatm3.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Double Complex */ VOID zlatm3_(doublec
www.eeworm.com/read/161095/10453698
c clatm3.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Complex */ VOID clatm3_(complex * ret_
www.eeworm.com/read/161095/10453705
c clatm2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Complex */ VOID clatm2_(complex * ret_
www.eeworm.com/read/161095/10453917
c zlatm2.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Double Complex */ VOID zlatm2_(doublec
www.eeworm.com/read/310826/13643162
pas unit_common.pas
{-----------------------------------------------------------------------------
Unit Name: unit_Common
Author: sky
Purpose: 系统共用模块,存储共用变量,公共函数
History: 2003-1-8 --LHQ-- GetChineseYMD(valu
www.eeworm.com/read/124553/6045679
pas sample - array write.pas
var
A: array[1..1000] of integer;
i: Integer;
begin
for i := 1 to 1000 do
A[i] := i;
Result := 1;
for i := 1 to 1000 do
Result := Result + A[i];
end;
www.eeworm.com/read/108510/6182069
java cacheableinteger.java
/**
* $RCSfile: CacheableInteger.java,v $
* $Revision: 1.2 $
* $Date: 2000/12/21 17:47:20 $
*
* Copyright (C) 2000 CoolServlets.com. All rights reserved.
*
* ===================================