虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

gy-T

  • 分而治之方法还可以用于实现另一种完全不同的排序方法

    分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码

    标签: 排序

    上传时间: 2015-04-27

    上传用户:kristycreasy

  • 嵌入式文件系统ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to t

    嵌入式文件系统ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to the project file. You should therefore be able to copy the entire directory (including all subdirectories) to any location on your harddrive.

    标签: relative project should paths

    上传时间: 2015-04-28

    上传用户:zhliu007

  • 为节约材料达到经济目的

    为节约材料达到经济目的,用复兴法求T型梁极值问题

    标签: 材料 经济

    上传时间: 2013-12-04

    上传用户:1101055045

  • 强大的后台文章编辑器的功能

    强大的后台文章编辑器的功能,可方便地用拖动的方式进行图文混排、图片远程上传、上传图片显示效果处理等操作,以及"从word中粘贴"功能,能全部清除word排版格式多余代码,自由编辑(HTML)栏目模版,可设置多个模版,可自由增删修改栏目以及设置此栏目模版 比v1.23版本增加了: 1、增加了对数据库的备份、恢复和压缩。 2、增加对二级栏目的相互转移新闻。 3、增加了网站友情链接的管理和调用的功能。 4、修复了框架调用新闻时不能显示分页,以及某些调用新闻错误的BUG。 5、修复了后台评论管理不能搜索的问题。 6、修复了JS调用不能显示时间的问题(t=1) 用户名密码是admin

    标签: 后台 编辑器

    上传时间: 2015-05-02

    上传用户:chfanjiang

  • DELPHI basicCtrl+NUM 直接将光标跳到NUM处

    DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。 NUM不能用小键盘。 Ctrl+Home 将光标移至文件头。 Ctrl+End 将光标移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab键。 Ctrl+M 同Enter键。 Ctrl+N 同Enter键,但光标位置保持不变。 Ctrl+T 删除光标右边的一个单词。 Ctrl+Y 删除光标所在行。 Ctrl+Shift+↑ 光标在函数体内时,将光标快速移至当前函数声明处。 Ctrl+Shift+↓ 光标在函数声明行时,将光标快速移至函数定义处。 Ctrl+Shift+C 声明一个过程或函数后,直接生成过程或函数的名称、begin、end Ctrl+Shift+E 光标在Edit窗口和Explorer窗口间切换。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 弹出Delphi语句提示窗口,选择所需语句将自动完成一条语句。 Ctrl+Shift+T 在光标行加入To-Do注释。 Ctrl+Shift+Y 删除光标之后至本行末尾之间的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜单中的Close项。

    标签: basicCtrl NUM DELPHI 光标

    上传时间: 2014-11-26

    上传用户:kr770906

  • This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only ha

    This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.

    标签: compressor stuffing Kernel simple

    上传时间: 2013-12-24

    上传用户:13215175592

  • He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn

    He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.

    标签: decrypter noticed first coded

    上传时间: 2015-05-03

    上传用户:498732662

  • This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of t

    This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of the Analog Devices ADuC812, ADuC814, ADuC816, and ADuC824 devivces. This example includes a µ Vision2 Project with a target for each supported device.

    标签: demonstrates example on-chip EEPROM

    上传时间: 2015-05-04

    上传用户:wl9454

  • How to Use Tables With the JTable (in the API reference documentation) class you can display tables

    How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane

    标签: documentation the reference display

    上传时间: 2013-12-23

    上传用户:ayfeixiao

  • The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c

    The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    标签: convertColumnIndexToModel straightforward perhaps fairly

    上传时间: 2013-12-10

    上传用户:it男一枚