码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
深度学习文献阅读笔记(7)
61、基于PCANet-RF的人脸检测系统(中文,期刊,2016,知网)  PCANet人脸检测。  62、使用人脸图像的SVM性别分类(Gender Identification using SVM Based on Human Face Images)(英文,会议,2014,EI检索)  就是单纯的使用LBP+SVM进行性别识别,之处在性别识别中多项式核要优于高斯核。  63、基于深度神经网络...
分类:其他好文   时间:2016-03-22 09:03:53    阅读次数:214
利用htmlunit登陆带验证码图片的网站
http://htsoft.org/html/y2011/822_using-htmlunit-landing-site-with-captcha-image.html 以百度统计为例,说明下如何用htmlunit登陆带验证码的网站
分类:Web程序   时间:2016-03-22 06:19:35    阅读次数:1000
【CV】ICML2015_Unsupervised Learning of Video Representations using LSTMs
Unsupervised Learning of Video Representations using LSTMs Note here: it's a learning notes on new LSTMs architecture used as an unsupervised learning
分类:其他好文   时间:2016-03-22 00:24:01    阅读次数:392
使用complex对象
#include<iostream>#include<string>#include<complex>using namespace std;void main(){ complex <int> num1(3, 4); complex <float> num2(3.3, 4.5); string s
分类:其他好文   时间:2016-03-21 23:08:53    阅读次数:423
vs2013c#测试using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1_CXY { class Program { stati
首先安装Unit Test Generator。方法为:工具->扩展和更新->联机->搜索“图标为装有蓝色液体的小试管。Unit Test Generator”, 编写代码,生成一个新的类,编写构造函数 与 add()函数。代码如下。 在addTest()函数里编写测试代码,代码如下。 如此就完成了
分类:移动开发   时间:2016-03-21 22:53:32    阅读次数:453
“一片空白”的c#
using System; using System.Collections.Generic; using System.Text; namespace FindTheNumber //这里感觉和c++很像 { class Program { static void Main(string[] ar
分类:Windows程序   时间:2016-03-21 22:51:46    阅读次数:227
第三周作业:读程序
程序如下: using System; using System.Collections.Generic; using System.Text; namespace FindTheNumber { class Program { static void Main(string[] args) { i
分类:其他好文   时间:2016-03-21 21:26:31    阅读次数:238
Prim
#include<cstdio>#include<ctime>#include<iostream> #define MAXN 0x7ffffff using namespace std; int n,e,a[105],b[105],w[105],c,minm,next,now;bool boll[1
分类:其他好文   时间:2016-03-21 20:13:47    阅读次数:294
Kruskal
#include<cstdio>#include<ctime>#include<iostream>#include<algorithm> using namespace std; struct road{ int from; int to; int weath;};road a[105]; int
分类:其他好文   时间:2016-03-21 20:03:40    阅读次数:115
POJ-1004
#include<iostream> using namespace std; int main(int argc, char *argv[]){ double sum=0; float monthConsume; for(int i=0;i<12;i++){ cin>>monthConsume;
分类:其他好文   时间:2016-03-21 19:52:37    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!