代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/167186/9978066
pas maintester.pas
unit maintester;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Memo1: TMemo;
Butto
www.eeworm.com/read/167186/9978467
pas symbolhandler.pas
unit symbolhandler;
//clientstub for the network version
interface
uses classes,cefuncproc,windows,imagehlp,sysutils,syncobjs,tlhelp32;
type TUserdefinedsymbol=record
symbolname: string
www.eeworm.com/read/362760/9981884
txt java中常用的一些方法 .txt
字符串
1、获取字符串的长度
length()
2 、判断字符串的前缀或后缀与已知字符串是否相同
前缀 startsWith(String s)
后缀 endsWith(String s)
3、比较两个字符串
equals(String s)
4、把字符串转化为相应的数值
int型 Integer.parseInt(字符串)
long型 Long.parseL
www.eeworm.com/read/167057/9982866
bak graphicsinout.java.bak
import java.awt.*;
public class GraphicsInOut
{
public static void main(String args[])
{
new FrameInOut();
}
}
class FrameInOut extends Frame
{
Label prompt;
TextField input;
www.eeworm.com/read/167057/9982887
java graphicsinout.java
import java.awt.*;
public class GraphicsInOut
{
public static void main(String args[])
{
new FrameInOut();
}
}
class FrameInOut extends Frame
{
Label prompt;
TextField input;
www.eeworm.com/read/362558/9992684
txt 8_11.txt
Boolean srch_mbtree (Mbtree mbt, KeyType k, Mbtree *np, int *pos)
/*在根为mbt的B_树中查找关键字k,如果查找成功,则将所在结点地址放入np,将结点内位置序号放入pos,并返回true;否则,将k应被插入的结点地址放入np,将结点内应插位置序号放入pos,并返回false*/
{
Mbtree p,fp;
www.eeworm.com/read/362558/9992688
h mbtree.h
#include
#include
#define m 3
#define NULL 0
#define TRUE 1
typedef int Boolean;
typedef int KeyType;
typedef struct Mbtnode
{
struct Mbtnode *parent;
int k
www.eeworm.com/read/166860/9992969
java animationthread.java
/*
* AnimationThread.java - 儅儖僠僗儔僀僗偺夋憸傪傾僯儊乕僔儑儞偝偣傞僗儗僢僪
*
* Copyright(C) 2000, Nagoya Institute of Technology, Iwata laboratory and Takahiro Katoji
* http://mars.elcom.nitech.ac.jp/dicom/
*
www.eeworm.com/read/362544/9993349
as roomevent.as
package com.qoolu.event {
import flash.events.Event;
/**
* @author Xucan
*/
public class RoomEvent extends Event
{
/**
* 小屋初始化
*/
public static const ONINIT:String = "o
www.eeworm.com/read/362544/9993367
as itemevent.as
package com.qoolu.event {
import com.qoolu.core.itemclasses.IItem;
import flash.events.Event;
/**
* @author Xucan
*/
public class ItemEvent extends Event
{
public static const