上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 77 下一页
摘要: clc;clear all;for i=1:40for j=1:10image=imread(strcat('N:\FACE\orl_faces\s',...int2str(i),'\',int2str(j),'.pgm'));imwrite(image,strcat('N:\FACE\orl_fa... 阅读全文
posted @ 2015-10-29 17:50 ahuo 阅读(676) 评论(0) 推荐(0)
摘要: +cv就是测试:h=cv.imread('c:\h.jpg'); 阅读全文
posted @ 2015-10-20 09:57 ahuo 阅读(834) 评论(0) 推荐(0)
摘要: clc;clear;close all;traindata = [1,0; 3,10; 2,2; 2,3; -1,-1; -6,-4; -4,-1; -1.5, -3];group = [1 1 1 1 -1 -1 -1 ... 阅读全文
posted @ 2015-10-19 11:07 ahuo 阅读(322) 评论(0) 推荐(0)
摘要: SSL:ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;var client = new RestClient(apihost); ... 阅读全文
posted @ 2015-10-15 09:43 ahuo 阅读(556) 评论(0) 推荐(0)
摘要: 禁用:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols验证: 阅读全文
posted @ 2015-10-08 16:06 ahuo 阅读(1342) 评论(1) 推荐(0)
摘要: :topset PINGIP="192.168.1.236"echo %date% %time%>>%PINGIP%.txtping -n 1 %PINGIP% | findstr "TTL">> %PINGIP%.txtping -n 5 127.1 >nulgoto top 阅读全文
posted @ 2015-09-15 10:59 ahuo 阅读(2244) 评论(0) 推荐(0)
摘要: function MyGetFiles(F)path=F;filelist=dir(fullfile(path,'*.JPG'));n=length(filelist);for i=1:n f=strcat(path,filelist(i).name); disp(f);endMyGet... 阅读全文
posted @ 2015-09-06 15:14 ahuo 阅读(765) 评论(0) 推荐(0)
摘要: function[l]= Gray(I) % I: The name of image A=imread(I);m=0;n=0;[m,n]= size(A);Hproj=zeros(m,1);Vproj=zeros(1,n);for h=1:m Hproj(h) = sum(A(h,:)); ... 阅读全文
posted @ 2015-09-06 14:36 ahuo 阅读(755) 评论(0) 推荐(0)
摘要: 创建临时表空间CREATETEMPORARYTABLESPACEtest_tempTEMPFILE'C:\oracle\product\10.1.0\oradata\orcl\test_temp01.dbf'SIZE32MAUTOEXTENDONNEXT32MMAXSIZE2048MEXTENTMA... 阅读全文
posted @ 2015-08-11 12:52 ahuo 阅读(215) 评论(0) 推荐(0)
摘要: 用户环境变量添加INCLUDE=C:\inc;c:\inc2LIB=c:\lib编辑文件C:\Users\Administrator\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props $(LIB);$(L... 阅读全文
posted @ 2015-08-03 21:02 ahuo 阅读(446) 评论(0) 推荐(0)
摘要: 文波很大就这款产品,质量非常一般后面拿品胜的做个对比 阅读全文
posted @ 2015-07-31 09:55 ahuo 阅读(200) 评论(0) 推荐(0)
摘要: 删除 阅读全文
posted @ 2015-07-17 13:49 ahuo 阅读(272) 评论(0) 推荐(0)
摘要: make modules CROSS_COMPILE=arm-linux- 阅读全文
posted @ 2015-07-10 11:29 ahuo 阅读(293) 评论(0) 推荐(0)
摘要: 操作环境:ubuntu,基于libhid/libusb进行开发libusb介绍:libusb设计了一系列的外部API为应用程序所调用,通过这些API应用程序可以操作硬件,从libusb的源代码可以看出,这些API调用了内核的底层接口(ioctl),和kernel driver中所用到的函数所实现的功... 阅读全文
posted @ 2015-07-07 14:17 ahuo 阅读(4786) 评论(0) 推荐(0)
摘要: select Datalength(col) 阅读全文
posted @ 2015-06-19 11:28 ahuo 阅读(1971) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 77 下一页