代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/110972/6162295
cpp atom_mvhd.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6162332
cpp atom_elst.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6162402
cpp atom_trun.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/330223/6302368
txt add.txt
// Program to input two integers from the keyboard
// and display their sum
import javax.swing.JOptionPane;
public class Add
{
public static void main(String[] args)
{
String
www.eeworm.com/read/330223/6302421
txt add.txt
// Program to input two integers from the keyboard
// and display their sum
import javax.swing.JOptionPane;
public class Add
{
public static void main(String[] args)
{
String
www.eeworm.com/read/485065/6572063
vhd ballgame.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity ballgame is
Port ( clk_0 : in std_logic;
reset,start : in std_
www.eeworm.com/read/347853/11631709
pro ans_203a.pro
/*
Turbo Prolog 2.0, Answer to first Exercise on page 203.
Copyright (c) 1986, 88 by Borland International, Inc
*/
Domains
integerlist = integer*
Predicates
get_integer_list
www.eeworm.com/read/255660/12067283
f90 gif_util.f90
module gif_util
! Conversion of raster data to GIF format.
!
! Version 1.0, February 1998
!
! Written by Jos Bergervoet
!
use bin_io
implicit none ! Check all declarations
private
www.eeworm.com/read/122248/14711246
pas bm.pas
unit BM;
//字符串匹配BM算法
interface
procedure BM_Input();
procedure BM_Dist();
procedure BM_Action();
implementation
uses StrUtils;
//正文,模式及距离变量
Var p,t:String;dist:Array[0..127] of integer;
www.eeworm.com/read/122248/14711248
~pas bm.~pas
unit BM;
//字符串匹配BM算法
interface
procedure BM_Input();
procedure BM_Dist();
procedure BM_Action();
implementation
uses SysUtils,StrUtils;
//正文,模式及距离变量
Var p,t:String;dist:Array[0..127] of