代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/366144/9829453
c zunghr.c
#include "f2c.h"
/* Subroutine */ int zunghr_(integer *n, integer *ilo, integer *ihi,
doublecomplex *a, integer *lda, doublecomplex *tau, doublecomplex *
work, integer *lwork, integer *info)
www.eeworm.com/read/365449/9863156
cpp calculate.cpp
#include
#include
#include "stack.h"
#include "calculate.h"
#include "common.h"
#include "math function.h"
#define OVER false
bool checkword (
char word[]
)
/*++
函数
www.eeworm.com/read/365038/9880737
txt boxing.txt
用VHDL编写的波形产生器程序
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity mine is
port(clk : in std_logic;--时钟信号输入
set, clr, u
www.eeworm.com/read/168655/9903246
pas jglrintf.pas
{ Invokable interface IJGLR }
unit JGLRIntf;
interface
uses InvokeRegistry, Types, XSBuiltIns;
type
{ Invokable interfaces must derive from IInvokable }
IJGLR = interface(IInvokabl
www.eeworm.com/read/364162/9919598
pas lists.pas
{------------------------------------------------------------------------------}
{ List object unit
{ Copyright xxxxxxxxxxxxxxxxxxxxxxxx 2003. All right resvered.
{-----
www.eeworm.com/read/362232/10011585
txt arrsylist与iterator.txt
Arraylist a=new Arraylist();
a.add(new Integer(num));
Itetator itr=a.iterator();
while(itr.hasNext()){
Integer in=(integer) itr.next();
}
注:在Vector类中的所有方法都是线程同步的,Arraylist类中的所有方法是非同步的
www.eeworm.com/read/361563/10046376
pas grobal2.pas
unit grobal2;
interface
uses
Windows, Classes, strUtils, JSocket;
const
VERSION_NUMBER = 20020522;
CLIENT_VERSION_NUMBER = 120040918;
CM_POWERBLOCK = 0; //Damian
MapNameLen
www.eeworm.com/read/164528/10104640
pas gdipl2a.pas
unit GDIPL2A;
interface
uses Windows, SysUtils, ActiveX, Graphics;
var
GDIPlusActive: boolean;
type
TGpImage = class
private
fHandle: integer;
fWidth, fHeight: integer;
www.eeworm.com/read/359863/10119695
java comparison.java
import javax.swing.JOptionPane;
public class Comparison{
public static void main(String args[])
{
String firstNumber,secondNumber,result;
float number1,number2;
firstNumber=JOptionPa
www.eeworm.com/read/359701/10129224
pas lib.pas
unit Lib;
interface
uses windows;
procedure StrTodev(var dev: array of SmallInt; index, cnt: integer; source:string);
function DevToStr(var dev: array of SmallInt; index, cnt: integer): stri