The program implements three large-margin thresholded ensemble algorithms for ordinal regression. It includes an improved RankBoost algorithm, the ORBoost-LR algorithm, and the ORBoost-All algorithm.
标签: large-margin thresholded implements algorithms
上传时间: 2014-10-28
上传用户:zhichenglu
The IA-32 Intel Architecture Software Developer’s Manual, Volume 1: Basic Architecture (Order Number 245470) is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel Architecture processors.
标签: Architecture Developer Software Manual
上传时间: 2016-04-08
上传用户:妄想演绎师
The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Order Number 245471) is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. the IA-32 Intel Architecture Software Developer’s Manual, Volume 2, describes the instructions set of the processor and the opcode structure. These two volumes are aimed at application programmers who are writing programs to run under existing operating systems or executives.
标签: Architecture Instruction Developer Reference
上传时间: 2013-12-15
上传用户:xsnjzljj
The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. The IA-32 Software Developer’s Manual, Volume 3, describes the operating-system support environment of an IA-32 processor, including memory management, protection, task management, interrupt and exception handling, and system management mode. It also provides IA-32 processor compatibility information. This volume is aimed at operating- system and BIOS designers and programmers.
标签: Programming Developer Software 245472
上传时间: 2013-12-23
上传用户:小码农lz
使用本程序在局域网内聊天,需知道对方的IP地址或主机名 ,可在cmd下运行config/all命令查看。使用时双方启动程序后输入对方IP后便可以聊天,回车发送。在2.0下IP和主机名全填后将以IP为准
上传时间: 2013-12-16
上传用户:邶刖
// This program demonstrates how to configure the C8051F060 to write to and read // from the UART interface. The program reads a word using the UART0 interrupts // and outputs that word to the screen, with all characters in uppercase
标签: demonstrates C8051F060 configure the
上传时间: 2013-12-23
上传用户:hopy
The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed choice concerning the use of those high-level structures to help the compiler produce far better machine code--all without having to give up the productivity and portability benefits of using a high-level language
标签: information the critical supplies
上传时间: 2014-02-21
上传用户:luke5347
一.安装说明 1.[FastReport v4.3.rar]是控件4.3的安装版 2.安装完控件后,将这两个文件[frxClass.pas,frxDesgn.pas,frxDBSet,frxGraphicUtils.pas]覆盖到Source目录下 3.运行recompile.exe,选择上Recompile all packages,点击Compile按钮,编译完就可以了. 二.补丁修改说明 1.修改了在win9.x和winxp下中文显示不全的问题 2.修改了在win9.x和winxp下中文重叠的问题 3.将默认字体改成“宋体”。 4.解决数据表字段nvarchar型后,用无法使用OnGetText事件的问题
标签: FastReport pas frxClass frxDesgn
上传时间: 2016-04-20
上传用户:一诺88
北京大学ACM比赛题 The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter case, the tile may be used to represent a letter of your choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not all tiles need to be used. Given several Scrabble tiles and a dictionary, determine how many words in the dictionary can be formed using the given Scrabble tiles.
标签: Scrabble written either letter
上传时间: 2016-04-22
上传用户:dancnc
北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: Every even number greater than 4 can be written as the sum of two odd prime numbers. For example: 8 = 3 + 5. Both 3 and 5 are odd prime numbers. 20 = 3 + 17 = 7 + 13. 42 = 5 + 37 = 11 + 31 = 13 + 29 = 19 + 23. Today it is still unproven whether the conjecture is right. (Oh wait, I have the proof of course, but it is too long to write it on the margin of this page.) Anyway, your task is now to verify Goldbach s conjecture for all even numbers less than a million.
标签: mathematician Christian Goldbach Leonhard
上传时间: 2016-04-22
上传用户:wangchong