代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/188651/8521359
txt visual-basic.txt
See below some functions declarations for Visual Basic.
Frequently Asked Question:
Q: Each time I use the compress function I get the -5 error (not enough
room in the output buffer).
A: M
www.eeworm.com/read/188596/8525624
c 1095.c
program pp;
const
use:array[1..7] of string=
('1324','1234','2341','1243','1342','2134','4123');
var
max,n,i,j:longint;
sum,x:real;
st:string;
ch:char;
f1,f2,f3,f4:boolean;
s:array[1..10000]
www.eeworm.com/read/188596/8525727
pas 1222.pas
program ex;
const maxdigits=1000;
var a:array[1..maxdigits] of integer;
low,n,t:integer;
procedure multiply(x:integer);
var i:integer;
begin
for i:=maxdigits downto low do
a[i]:=a[i
www.eeworm.com/read/188596/8525759
pas 1181.pas
Var
Ch :Array[1..1000] OF Char;
Sh :Array[1..1000] OF integer;
n :integer;
V,Count :
www.eeworm.com/read/188596/8525809
pas 1190.pas
program chok;
var a:array[1..5000] of integer;
n,i:integer;
max,min:longint;
summax,summin:longint;
str:string;
chislo,code:integer;
begin
max:=0;
www.eeworm.com/read/188596/8525878
pas 1112.pas
Program P1112;
Type
Coor=Record
X,Y:Integer;
End;
Var
N,I,J,Last,Which:Integer;
Num,Del:Array[1..100] Of Coor;
procedure Sort(l, r: longint);
var
i, j
www.eeworm.com/read/289791/8526797
vb datagridnoactivecellcolumn.vb
Public Class DataGridNoActiveCellColumn
Inherits DataGridTextBoxColumn
Private SelectedRow As Integer = -1
Protected Overloads Overrides Sub Edit(ByVal source As CurrencyManager, ByVal
www.eeworm.com/read/389364/8530078
h dnrm2.h
#ifdef __cplusplus
extern "C" {
#endif
#include "f2c.h"
doublereal dnrm2_(integer *n, doublereal *x, integer *incx);
#ifdef __cplusplus
}
#endif
www.eeworm.com/read/188512/8532481
cpp fig16_10.cpp
// Fig. 16.10: Fig16_10.cpp
// Demonstrating auto_ptr.
#include
using std::cout;
using std::endl;
#include
using std::auto_ptr; // auto_ptr class definition
#include "In
www.eeworm.com/read/188512/8532732
cpp hugeint.cpp
// Fig. 11.23: Hugeint.cpp
// HugeInt member-function and friend-function definitions.
#include // isdigit function prototype
using std::isdigit;
#include // strlen function