会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序之家
os .net vc++ asm driver wireless
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
77
下一页
2015年10月30日
MATLAB 人脸定位
摘要: faceimg = x222;faceDetector = vision.CascadeObjectDetector();bbox = step(faceDetector, faceimg);facebox = insertObjectAnnotation(faceimg,'r...
阅读全文
posted @ 2015-10-30 15:07 ahuo
阅读(1583)
评论(0)
推荐(0)
2015年10月29日
pgm转jpg
摘要: 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
阅读(678)
评论(0)
推荐(0)
2015年10月20日
matlab 使用OPENCV
摘要: +cv就是测试:h=cv.imread('c:\h.jpg');
阅读全文
posted @ 2015-10-20 09:57 ahuo
阅读(835)
评论(0)
推荐(0)
2015年10月19日
MATLAB SVM
摘要: 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
阅读(324)
评论(0)
推荐(0)
2015年10月15日
RestClient POST
摘要: SSL:ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;var client = new RestClient(apihost); ...
阅读全文
posted @ 2015-10-15 09:43 ahuo
阅读(557)
评论(0)
推荐(0)
2015年10月8日
IIS HTTPS 禁用不安全的SSL2.0
摘要: 禁用:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols验证:
阅读全文
posted @ 2015-10-08 16:06 ahuo
阅读(1350)
评论(1)
推荐(0)
2015年9月15日
ping + 时间 日志
摘要: :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
阅读(2247)
评论(0)
推荐(0)
2015年9月6日
matlab 文件遍历
摘要: 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
阅读(766)
评论(0)
推荐(0)
matlab 投影
摘要: 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
阅读(759)
评论(0)
推荐(0)
2015年8月11日
Oracle创建表空间、创建用户以及授权、查看权限
摘要: 创建临时表空间CREATETEMPORARYTABLESPACEtest_tempTEMPFILE'C:\oracle\product\10.1.0\oradata\orcl\test_temp01.dbf'SIZE32MAUTOEXTENDONNEXT32MMAXSIZE2048MEXTENTMA...
阅读全文
posted @ 2015-08-11 12:52 ahuo
阅读(218)
评论(0)
推荐(0)
2015年8月3日
vs 默认的INC和LIB
摘要: 用户环境变量添加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
阅读(450)
评论(0)
推荐(0)
2015年7月31日
一款DIY移动电源的性能
摘要: 文波很大就这款产品,质量非常一般后面拿品胜的做个对比
阅读全文
posted @ 2015-07-31 09:55 ahuo
阅读(202)
评论(0)
推荐(0)
2015年7月17日
jQuery Post
摘要: 删除
阅读全文
posted @ 2015-07-17 13:49 ahuo
阅读(278)
评论(0)
推荐(0)
2015年7月10日
linux内核编译指定工具连
摘要: make modules CROSS_COMPILE=arm-linux-
阅读全文
posted @ 2015-07-10 11:29 ahuo
阅读(295)
评论(0)
推荐(0)
2015年7月7日
基于libhid/libusb进行开发
摘要: 操作环境:ubuntu,基于libhid/libusb进行开发libusb介绍:libusb设计了一系列的外部API为应用程序所调用,通过这些API应用程序可以操作硬件,从libusb的源代码可以看出,这些API调用了内核的底层接口(ioctl),和kernel driver中所用到的函数所实现的功...
阅读全文
posted @ 2015-07-07 14:17 ahuo
阅读(4799)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
77
下一页
公告