码迷,mamicode.com
首页 >  
搜索关键字:sample    ( 5142个结果
HDU_5135 Little Zu Chongzhi's Triangles[爆搜]
传送门:HDU_5135 题意:给你n个木棒,拼出任意个三角形,要求面积和最大,输出max(s); Sample Input 3 1 1 20 7 3 4 5 3 4 5 90 0   Sample Output 0.00 13.64 思路:暴力搜索 代码: #include #include #include #include #includ...
分类:其他好文   时间:2014-12-04 15:43:10    阅读次数:155
目标跟踪之camshift---opencv中meanshift和camshift例子的应用
在这一节中,主要讲目标跟踪的一个重要的算法Camshift,因为它是连续自使用的meanShift,所以这2个函数opencv中都有,且都很重要。为了让大家先达到一个感性认识。这节主要是看懂和运行opencv中给的sample并稍加修改。 Camshift函数的原型为:RotatedRect Cam...
分类:其他好文   时间:2014-12-02 19:02:08    阅读次数:284
FTP服务器文件的上传,下载和获取
How to: Download Files with FTP This sample shows how to download a file from an FTP server. Example: using System; using System.IO; using System.Net; using System.Text; namespace Examples...
分类:Web程序   时间:2014-12-01 12:55:57    阅读次数:248
TogetherJs
TogetherJs简介 TogetherJs是Mozilla一个免费的开源的js框架,给网站提供交流功能。在你的网站加上TogetherJs,用户可以实时交流。 官网链接:https://togetherjs.com/ TogetherJs的sample app 1.      Drawing https://togetherjs.com/examples/drawing/...
分类:Web程序   时间:2014-12-01 11:26:46    阅读次数:560
Sample rate 理解
在Gnuradio中,我们可以看到很多模块中都有Sample rate 这个概念然后看到一个说明 Any processing block's 'Sample Rate' parameter is used for DSP calculation, not for controlling the r...
分类:其他好文   时间:2014-11-30 19:55:03    阅读次数:159
BZOJ2105: 增强型LCP
2105: 增强型LCPTime Limit: 10 SecMemory Limit: 162 MBSubmit: 366Solved: 86[Submit][Status]Description Input Output对于每个Lcp(a,b)操作输出最长公共前缀Sample Input47a.....
分类:其他好文   时间:2014-11-28 14:24:07    阅读次数:219
[Xcode使用 2] 设置APP图标和启动画面
1.App Icon 把所有图标文件拖放到 “Images.xcassets” 的”AppIcon” 里面 应对非视网膜和视网膜屏,APP有时会提供两套不同大小的图片,1倍图和2倍图,它们的像素相差一倍。 命名规则:2倍图在1倍图的名字后加 @2x 普通:sample.png 2倍:sample@2...
分类:移动开发   时间:2014-11-28 06:14:30    阅读次数:294
通过JDBC连接取得数据库相关的元数据
今天突然想起之前从astah-professional专门画ER图的工具 的一个Sample中取得Java代码,相当棒的一段代码,只需要通过JDBC连接就可以得到数据库信息,主要是通过 java.sql.DatabaseMetaData 这个类实现。先记录...
分类:数据库   时间:2014-11-27 18:59:09    阅读次数:271
drools5工作流实例--猜数字
*.javapackage com.sample;public class NumGuessMain{ public static void main(String[] args) { KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newK....
分类:其他好文   时间:2014-11-27 17:56:01    阅读次数:264
Linq101-Restriction
1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class Restriction 7 { 8 /// 9 /// This sample use...
分类:其他好文   时间:2014-11-27 17:55:33    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!