排序:上传时间 相关度 下载量 查看数

True 144

按分类查找:

  • Eh学习笔记 实际上

    Eh学习笔记 实际上,实现该功能非常简单(以下我以BDE为例说明如何实现自动排序): 1.在窗体上放置一个 DBGridEh 组件,并将其连接到相应的 BDE 数据集; 2.将该组件的[OptionsEn]中的 dgAutoSortMarking 属性设置为 True 3.双击该组件,在其弹出的属性编辑器中添加相关字段; 4.将要排序的字段的属性列表的 [Tit ...

    /dl/252960.html

    标签:

    上传时间: 2013-12-16

    上传用户:youke111

  • Mir2 Actor.pas if (IsFace) and (FaceIndex > -1) then begin d := aFrmMain.WFaceimg.Images

    Mir2 Actor.pas if (IsFace) and (FaceIndex > -1) then begin d := aFrmMain.WFaceimg.Images[FaceIndex * 10 + (FaceFram) mod 8] /// if HorseSurface<>nil then // dSurface.Draw (dx+shiftx, dy + hpy + ShiftY-60, d.ClientRect, d, TRUE) // else if d <> nil then begin if HorseSurface <> nil then ...

    /dl/262056.html

    标签: FaceIndex aFrmMain WFaceimg IsFace

    上传时间: 2016-02-21

    上传用户:ruixue198909

  • disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindow

    disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindowListener(this) addMouseListener(this) addMouseMotionListener(this) setVisible(true)

    /dl/264440.html

    标签: setBackground addWindow setTitle setSize

    上传时间: 2014-09-05

    上传用户:haoxiyizhong

  • 编写具有如下函数原型的递归与非递归两种函数equ

    编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相 ...

    /dl/264462.html

    标签: equ 函数 递归 编写

    上传时间: 2013-12-03

    上传用户:梧桐

  • 1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入)

    1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表 ...

    /dl/268348.html

    标签: 字符型 字符 元素 递增

    上传时间: 2013-12-25

    上传用户:lo25643

  • This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS server. For Xlib programs th

    This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS server. For Xlib programs that use KeyPress events you should either (1) set the FocusLenience resource to `True , or (2) specifically notify the window manager that you want to receive KeyPress/KeyRelease events (but only in pro ...

    /dl/277285.html

    标签: OpenWindows programs source server

    上传时间: 2016-03-29

    上传用户:xieguodong1234

  • simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu

    simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns false for tails and true for ...

    /dl/292115.html

    标签: the coin simulates chooses

    上传时间: 2014-08-30

    上传用户:pompey

  • 主要是修改了一些2.3.0版本的Bug

    主要是修改了一些2.3.0版本的Bug,特别是当autoCommit=false的情况下以及多线程添加Document,有些字段打开了term-vector有些没有打都会对索引数据造成破坏 autoCommit 选项是从2.2.0版本就添加了,默认是true,我对这个参数还不是很理解,都是用的默认值true。所以没有碰到问题。 2.3.1版本没有包含任何新的功能,索引 ...

    /dl/292181.html

    标签: Bug 修改 版本

    上传时间: 2013-12-16

    上传用户:wkchong

  • The Radio Interface Layer is the name for an interface that was developed especially for the Pocket

    The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT command interface. Unfortunately the API was not published of ...

    /dl/295319.html

    标签: especially Interface for developed

    上传时间: 2013-12-02

    上传用户:wff

  • 词法分析是编制一个读单词的过程

    词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、 ...

    /dl/302731.html

    标签: 编制 过程

    上传时间: 2016-05-31

    上传用户:417313137