代码搜索:广东移动

找到约 6,449 项符合「广东移动」的源代码

代码结果 6,449
www.eeworm.com/read/472271/6875008

txt 广东工业大学98.txt

广东工业大学1998 一。判断题(20分) 1,树是图的一种特殊形式 2,哈希技术是一种排序方法 3,在有向图中,强连通分量是极大强连通子图 4,链式队列队满条件是尾指针加一等于头指针 5,已知二叉树前根排序和后根排序能唯一确定一棵二叉树 6,ISAM(索引顺序存储方法)是一种专为磁盘存取文件设计的文件组织方式 7.如果结点A有4个兄弟,且B是A的双亲, ...
www.eeworm.com/read/202745/15374896

htm 教育部推崇广东高考模式.htm

教育部推崇广东高考模式
www.eeworm.com/read/106115/15647465

htm 教育部推崇广东高考模式.htm

教育部推崇广东高考模式
www.eeworm.com/read/106115/15647562

htm 教育部推崇广东高考模式.htm

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|22 Nov 2000 07:41:36 -0000 vti_extenderversion:SR|4.0.2.5322 vti_filesize:IR|1958 vti_title:SR|教育部推崇广东高考模式 vti_metatags:VR|HTTP-EQUIV=Content-Type
www.eeworm.com/read/104439/15692897

htm 教育部推崇广东高考模式.htm

教育部推崇广东高考模式
www.eeworm.com/read/104439/15692994

htm 教育部推崇广东高考模式.htm

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|22 Nov 2000 07:41:36 -0000 vti_extenderversion:SR|4.0.2.5322 vti_filesize:IR|1958 vti_title:SR|教育部推崇广东高考模式 vti_metatags:VR|HTTP-EQUIV=Content-Type
www.eeworm.com/read/189050/8494577

可以到外移动的文字

.drag{position:relative;cursor:hand} var dragapproved=false var z,x,y function move(){ if (event.button==1&&dragapproved){ z.style.pixelLeft=t
www.eeworm.com/read/386969/8715192

txt 鼠标移动控件-自动.txt

1.添加几何(Shape)控件 2.添加定时器(Timer)控件,并双击它添加代码,让Shape1向右移动 procedure TForm1.Timer1Timer(Sender: TObject); begin Shape1.Left:=Shape1.Left+5; end; 3.再添加几何(Shape)控件 改变其"形状"(Shape)属性为"圆形" 4.再添加定时器(Ti
www.eeworm.com/read/386969/8715263

txt 鼠标移动控件-自动.txt

再增加一个几何(Shape)控件 把定时器事件的代码改为 procedure TForm1.Timer1Timer(Sender: TObject); begin if Label1.Caption='向上' then Shape1.Top:=Shape1.Top-5; if Label1.Caption='向左' then Shape1.Left:=Shap
www.eeworm.com/read/386969/8715726

txt 鼠标移动控件-自动.txt

1.在左边的对象观察器(Object Inspector)工具栏中翻到事件(Events)页 找到键盘事件(OnKeyDown) 2.双击它生成键盘事件,并添加代码,在窗体Form1的标题上显示按键的值 procedure TForm1.FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); begin