Location:
Search - png bmp m
Search list
Description: MFC IIS防盗链
开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1
主要功能:
1 防盗链
2 限制文件下载线程数
3 限制文件下载速度
使用方法:
1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加
2 名称随便 文件 选择你解压缩下来的relink.dll
3 重启IIS
4 打开ReLink.ini
具体参数:
[settings]
url= 允许外部链接的网站地址 以\"|\"号分开 如\"xfrog.cn|webtm.cn\"
extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar 需要过滤 监测的文件类型 以\"|\"号分开
speed=50 文件下载速度 单位\"K\" 需知 因为网络环境的不同 没那么准确
thread=2 单文件下载最大线程-MFC IIS defense Daolian vc Development Environment 7.0 (MFC) / windows 2003's p1 / iis6.1 main functions : a defense Daolian two restrictions download threads number three download speed limit use : an open Internet Information Services (IIS) Management / local computer / website / Default Web / Attribute / ISAPI Filter / add two names casually paper of your choice extract from the three heavy relink.dll Kai IIS 4 Open ReLink.ini specific parameters : [settings] url = allow external link to the website address of the "|", as separate "xfrog. cn | webtm.cn "extension = gif | jpg | png | psd | bm p | swf | midi | wav | mp3 | wma | avi | mpg | wmv | asf | r m | RealNetworks | zip | rar need to filter monitoring the file type "|" = 50 separate speed File Downl
Platform: |
Size: 12438 |
Author: 莫飞 |
Hits:
Description: %Threshoid为分割阈值
[filename,pathname]=...
uigetfile({'*.*';'*.bmp';'*.tif';'*.png'},'select picture'); %选择图片路径
str=[pathname filename]; %合成路径+文件名
I=imread(str);
I=double(I);
[m,n,k]=size(I);%图像大小
Threshold=50/255.0;%归一化,并设置阈值为50
ColorRed=I(:,:,1);%分成3个单色图片
ColorGreen=I(:,:,2);
ColorBlue =I(:,:,3);
OutputImgRed=zeros(m,n);%3个输出单色图片的存储矩阵
OutputImgGreen=zeros(m,n);
OutputImgBlue=zeros(m,n);
Checkseed=zeros(m,n);%种子矩阵
firstlocation=1;%堆栈指针指向顶点1
for j=1:n
Platform: |
Size: 8997 |
Author: fngzhe@gmail.com |
Hits:
Description: MFC IIS防盗链
开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1
主要功能:
1 防盗链
2 限制文件下载线程数
3 限制文件下载速度
使用方法:
1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加
2 名称随便 文件 选择你解压缩下来的relink.dll
3 重启IIS
4 打开ReLink.ini
具体参数:
[settings]
url= 允许外部链接的网站地址 以"|"号分开 如"xfrog.cn|webtm.cn"
extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar 需要过滤 监测的文件类型 以"|"号分开
speed=50 文件下载速度 单位"K" 需知 因为网络环境的不同 没那么准确
thread=2 单文件下载最大线程-MFC IIS defense Daolian vc Development Environment 7.0 (MFC)/windows 2003's p1/iis6.1 main functions : a defense Daolian two restrictions download threads number three download speed limit use : an open Internet Information Services (IIS) Management/local computer/website/Default Web/Attribute/ISAPI Filter/add two names casually paper of your choice extract from the three heavy relink.dll Kai IIS 4 Open ReLink.ini specific parameters : [settings] url = allow external link to the website address of the "|", as separate "xfrog. cn | webtm.cn "extension = gif | jpg | png | psd | bm p | swf | midi | wav | mp3 | wma | avi | mpg | wmv | asf | r m | RealNetworks | zip | rar need to filter monitoring the file type "|" = 50 separate speed File Downl
Platform: |
Size: 12288 |
Author: 莫飞 |
Hits:
Description: MFC只提供了BMP位图的载入,我给大家提供一个包含JPG GIF TIF PNG 格式图片载入的类库-MFC provides only BMP bitmap loading, let us provide an included JPG GIF TIF PNG format image loading library
Platform: |
Size: 93184 |
Author: 杨永龙 |
Hits: