码迷,mamicode.com
首页 >  
搜索关键字:unit 8练习    ( 4539个结果
hadoop编程小技巧(8)---Unit Testing (单元测试)
所需环境:Hadoop相关jar包(下载官网发行版即可);下载junit包(最新为好);下载mockito包;下载mrunit包;下载powermock-mockito包;相关包截图如下:应用场景:在进行Hadoop的一般MR编程时,需要验证我们的业务逻辑,或者说是验证数据流的时候可以使用此环境,这个环境不要求真实的云平台,只是针对算法或者代码逻辑进行验证,方便调试代码。实例:Mapper:pac...
分类:其他好文   时间:2014-07-29 15:15:00    阅读次数:373
WinAPI: GetKeyNameText - 根据键盘消息获取按键名称
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;type TForm1 = class(TForm) procedure Form....
分类:Windows程序   时间:2014-07-29 10:45:26    阅读次数:397
Delphi实例之一个简易的浏览器的实现
Delphi实例之一个简易的浏览器的实现 Delphi7的WebBrowser组件提供了很多不错的网页设计的功能,下面做一个简单的浏览器。组件很简单按照下面摆放就行了。这是运行后的效果源代码主页面 1 unit Unit1; 2 3 interface 4 5 uses 6 Wi...
分类:其他好文   时间:2014-07-26 05:42:27    阅读次数:247
des delphi 另一版本
unit?u_des; interface uses ?SysUtils,Classes; type ?TByte32?=?array[1..32]?of?Byte; ?TSData??=?array[0..63]?of?Byte; ?TBlock?=?array[0..7]?of?Byte; ?function??EnCryptStr(aStr...
分类:其他好文   时间:2014-07-25 00:05:54    阅读次数:403
PL/SQL编程(1) - 存储过程,函数以及参数
存储过程PROCEDURE [schema.]name[( parameter[, parameter...] ) ] [AUTHID DEFINER | CURRENT_USER ] [ACCESSIBLE BY (program_unit_list)]IS [declarations]BE...
分类:数据库   时间:2014-07-24 21:18:33    阅读次数:253
POJ2240——Arbitrage(Floyd算法变形)
ArbitrageDescriptionArbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of th...
分类:其他好文   时间:2014-07-24 17:34:26    阅读次数:380
poj 3687
Labeling Balls Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10220   Accepted: 2838 Description Windy has N balls of distinct weights from 1 unit to N unit...
分类:其他好文   时间:2014-07-23 13:40:06    阅读次数:210
Kinect 开发 —— Kinect studio
This tool can record all the data coming into an application from a Kinect unit. You can then view, review and store the data. Kinect Studio lets you ...
分类:其他好文   时间:2014-07-23 12:16:50    阅读次数:423
(CF#257)C. Jzzhu and Chocolate
Jzzhu has a big rectangular chocolate bar that consists of n?×?m unit squares. He wants to cut this bar exactly k times. Each cut must meet the following requirements: each cut should be straig...
分类:其他好文   时间:2014-07-22 22:49:15    阅读次数:192
Delphi实例之橡皮筋画图的实现
Delphi实例之橡皮筋画图的实现在《Delphi7基础教程》这本书的练习中提到过一个橡皮筋画图的例子,书上的源码是错误的!不知道是打印的错误还是本身源码就有问题,我将它改了过来。在Form1上放置一个Image组件,Image1的Align设为Client。 1 unit ...
分类:其他好文   时间:2014-07-19 16:17:38    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!