代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/204605/15336713
txt 练习.txt
3.1
#include
#include
void main()
{
const float pi = 3.1415926;
double a,c,x,tmp;
cout
www.eeworm.com/read/204574/15336843
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/203764/15351658
bas fuc.bas
Attribute VB_Name = "fuc"
'Jiecheng函数就一个整数n的阶乘
Public Function JieCheng(n As Integer) As Double
Dim i As Integer
Dim result As Double
result = 1
If n = 0 Then
result = 1
El
www.eeworm.com/read/202962/15368919
pl0 test.pl0
/*这是一个测试程序*/
Program abc; /*以下是程序体*/
Integer x,y,z; /*变量声明*/
Real a,b;
Procedure ab(Var m,n:Integer; t:Real); /*过程*/
Begin
t:=n+m;
If m>n then /*条件语句*/
www.eeworm.com/read/202731/15375254
pas dxf_read.pas
///////////////////////////////////////////////////////////////////////////////
// //
// DXF File re
www.eeworm.com/read/202695/15375673
bas modconst.bas
Attribute VB_Name = "Modconst"
Public portitem As Integer
www.eeworm.com/read/202636/15377428
bas distribution types.bas
Attribute VB_Name = "Module2"
'Option Explicit
Option Base 1
Public Const PI As Single = 3.141592654
Public X0 As Single, Y0 As Single 'Define coordinates of the starting point
Public X
www.eeworm.com/read/201795/15396228
cls classbackprop.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject