码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
关于_GNU_SOURCE宏
是在features.h中用于特性控制的一个功能测试宏 /user/include/features.h /* If _GNU_SOURCE was defined by the user, turn on all the other features. */ #ifdef _GNU_SOURCE ...
分类:其他好文   时间:2015-08-12 06:41:49    阅读次数:220
Coroutine协程库:网络性能完爆Asio异步模型
在purecpp社区的github组织中有一个协程库:https://github.com/topcpporg/cpp_features近日有用户找到我,想要了解一下coroutine库在网络方面的性能,于是选取已入选标准库的boost.asio网络库的异步模型做了一次对比测试,结果完爆asio异步...
分类:其他好文   时间:2015-08-11 22:53:02    阅读次数:377
machine learning in coding(python):使用贪心搜索【进行特征选择】
print "Performing greedy feature selection..." score_hist = [] N = 10 good_features = set([]) # Greedy feature selection loop while len(score_hist) score_hist[-2][0]: scores = [] for f in ran...
分类:编程语言   时间:2015-08-11 21:31:26    阅读次数:269
利用【深度网络】高效提取feature
extracting features from a learned model, and add some new features yourself。...
分类:其他好文   时间:2015-08-11 21:30:43    阅读次数:99
Caffe_Manual/get_features.cpp
Caffe_Manual/get_features.cpp根据反馈,专门写了个cpp文件,可以一次前向,同时完成多层的特征提取、最后的概率输出以及Top标签输出,见get_features.cpp文件:/*** usage: get_features.exe feat.prototxt H:\Mod...
分类:其他好文   时间:2015-08-11 21:19:06    阅读次数:236
vim for windows download and installation
这是vim皇冠vim简要-------------------------------------------------WHAT IS VIMVim is an almost compatible version of the UNIX editor Vi. Many new features h...
分类:Windows程序   时间:2015-08-11 18:33:12    阅读次数:143
IOS视频播放器VKVideoPlayer
VKVideoPlayer 是一个在 Viki iOS 应用里使用的视频播放器。主要特性:完全可定制的 UI 任何大小乃至全屏 支持字幕显示 可定制的字幕显示风格 支持 HTTP 直播流 支持屏幕方向调整 Bulletproof event machine to easily integrate features like video ads Lots of delegate call...
分类:移动开发   时间:2015-08-11 12:24:52    阅读次数:162
常用预编译命令汇总
在pch中全局导入一些全局的头文件 #import?<Availability.h> #ifndef?__IPHONE_5_0 #warning?"This?project?uses?features?only?available?in?iOS?SDK?5.0?and?later." #endif #ifdef?__OBJC__ #i...
分类:其他好文   时间:2015-08-11 08:38:42    阅读次数:175
eclpse的离线插件安装包安装方法
我最近项目组老大让我安装一些插件在eclipse,myeclipse太臃肿了,不适合项目:集体步骤我拿svn举例子Eclipse离线安装svn的方法(比在线安装更无侵入性,这个过程对许多无侵入式的eclipse插件的安装也差不多如国际化的插件)1、下载subclipse的安装包2、从中解压出features与pl..
分类:其他好文   时间:2015-08-10 02:06:54    阅读次数:238
SCTP客户端与服务器
1 /** 2 * @brief - Send a message, using advanced SCTP features 3 * The sctp_sendmsg() function allows you to send extra information to a remote...
分类:其他好文   时间:2015-08-08 16:18:02    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!