2020年11月25日

摘要: select is_default ,high_quantity, count(*), sum(click) , sum(click)/count(*) ,sum(pay) , sum(pay)/count(*) from ( select queryseg_norm_d,item_id,query 阅读全文

posted @ 2020-11-25 12:02 sylar少侠 阅读(77) 评论(0) 推荐(0) 编辑


2017年3月21日

摘要: C++多态 #include <iostream> #include <iomanip> using namespace std; class Base { public: virtual void f() { cout << "base" << endl; } }; class Derived : 阅读全文

posted @ 2017-03-21 23:42 sylar少侠 阅读(182) 评论(0) 推荐(0) 编辑


2015年9月9日

摘要: 有向图中N*N矩阵 cost:M, 最多可以遍历的结点个数 例如A可以有0->1->2->0->1 代价:2+2+3+2=9using namespace std;int main(){ int N=3;int M=10; int A[][3]={{0,2,3},{4,0,2},{3,4... 阅读全文

posted @ 2015-09-09 22:27 sylar少侠 阅读(150) 评论(0) 推荐(0) 编辑


2015年3月30日

摘要: clc;clear;D=1000;N=10000;thre=10e-8;zeroRatio=0.6;X = randn(N,D);r=rand(1,D);r=sign(1-2*r).*(2+2*r);perm=randperm(D);r(perm(1:floor(D*zeroRatio)))=0;Y... 阅读全文

posted @ 2015-03-30 22:16 sylar少侠 阅读(419) 评论(0) 推荐(0) 编辑

摘要: intel_parallel_studio_xe_2013_update_3_lic.rar 阅读全文

posted @ 2015-03-30 20:34 sylar少侠 阅读(111) 评论(0) 推荐(0) 编辑


2015年3月29日

摘要: LCC:super vector: 阅读全文

posted @ 2015-03-29 23:51 sylar少侠 阅读(177) 评论(0) 推荐(0) 编辑


2015年3月27日

摘要: http://files.cnblogs.com/files/sylar120/fisher_vector.rar拿各个参数上的偏导作为特征 阅读全文

posted @ 2015-03-27 21:22 sylar少侠 阅读(177) 评论(0) 推荐(0) 编辑


2014年3月3日

摘要: http://blog.csdn.net/raodotcong/article/details/6239431 阅读全文

posted @ 2014-03-03 20:47 sylar少侠 阅读(242) 评论(0) 推荐(0) 编辑

摘要: #include#include#includeFILE *fp;using namespace std;void traval(char name[]);//遍历一个目录//int i=0;void main(){ if((fp=fopen("data.txt","w"))==NULL) { cout=32&&file.attrib=16&&file.attrib=48&&file.attrib<=55)) { cout<<"文件夹 "; cout<<en 阅读全文

posted @ 2014-03-03 16:06 sylar少侠 阅读(226) 评论(0) 推荐(0) 编辑


2014年2月22日

摘要: /* 程序名:drawing..c功能:展示OpenCV的图像绘制功能*/#include "cv.h"#include "highgui.h"#include #include #define NUMBER 100#define DELAY 5char wndname[] = "Drawing Demo";CvScalar random_color(CvRNG* rng){ int icolor = cvRandInt(rng); return CV_RGB(icolor&255, (icolor>>8)& 阅读全文

posted @ 2014-02-22 22:09 sylar少侠 阅读(172) 评论(0) 推荐(0) 编辑


Copyright © 2024 sylar少侠
Powered by .NET 8.0 on Kubernetes