代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/407093/11430014
c sger.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Subroutine */ int sger_(integer *m, i
www.eeworm.com/read/407093/11430127
c slatm3.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal slatm3_(integer *m, integer *n
www.eeworm.com/read/260897/11689181
pas xlscalculate.pas
unit XLSCalculate;
{$I VerCtrl.inc}
interface
uses SysUtils {$IFDEF VCL6}, Variants{$ENDIF}, XLSFile;
function CalculateFormula(Cell: TbiffCell; ParsedData: PByteArray;
DataSize: intege
www.eeworm.com/read/342423/12021345
pas rtfreadwrite2.pas
unit RTFReadWrite2;
{
********************************************************************************
******* XLSReadWriteII V2.00 *******
*******
www.eeworm.com/read/151799/12175613
txt 1998年4月二级笔试试题pascal.txt
1998年4月二级笔试试题PASCAL
基础知识和PASCAL语言程序设计
一. 选择题(1~40每小题1分,41~50每小题2分,共60分)
下列各题A)B)C)D)四个选项中,只有一个正确的,请将正确选项涂写在答题卡相应位置上,答在试郑上不得分
(21)下面是对PASCAL程序组成结构的四条描述,其中错误的是
A) PASCAL程序必须有程序首部
B) 程序的注 ...
www.eeworm.com/read/339738/12207534
java inttextbean.java
/**
@version 1.30 2001-08-20
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import java.io.*;
import javax.swing.*;
import javax.swing.text.
www.eeworm.com/read/232571/14192807
h fintrf.h
#if defined(WITH_COMMENTS)
/*
* fintrf.h - MATLAB/FORTRAN interface header file. This file
* contains the declaration of the pointer type needed
* by the MATLAB/FORTRAN interface.
*
*
www.eeworm.com/read/129197/14258560
java linkedlistexample.java
import java.util.LinkedList;
import java.util.Iterator;
public class LinkedListExample
{
public static void main( String[] args )
{
// Create a new LinkedList
LinkedLi
www.eeworm.com/read/129197/14258577
java vectorexample.java
import java.util.Vector;
import java.util.Iterator;
public class VectorExample
{
public static void main( String[] args )
{
// Create a new Vector
Vector vector = new
www.eeworm.com/read/122038/14722521
pas highlightedmemo.pas
unit HighlightedMemo;
{------张秀达修改于2001.7-------CryptGetProvParam }
//增加HightLightLineNum属性
{ ********************** Nic Hollinworth June 1998 *********************** }
interface
uses
Wind