-
1支持JUBB(类似UBB) 2留言数据的合法性检测,如EMAIL,主页地址 3支持繁体字符的输入 4出错页面美化 初始管理密码为:redhat...
1支持JUBB(类似UBB) 2留言数据的合法性检测,如EMAIL,主页地址 3支持繁体字符的输入 4出错页面美化 初始管理密码为:redhat -a support JUBB (similar UBB) two messages testing the legality of data, such as e-mail, home address three characters in the traditional support of the importation of four pages landscaping mistakes initial management of passwords : redhat
- 2022-10-19 10:15:03下载
- 积分:1
-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1
-
一个能够打开bmp图片文件的程序,可以帮助理解bmp图片文件的构成和显示。...
一个能够打开bmp图片文件的程序,可以帮助理解bmp图片文件的构成和显示。-Able to open a bmp image files can help to understand the composition of bmp image files and display.
- 2022-06-18 06:41:30下载
- 积分:1
-
文件系统全家福(编程语言VB)AddadStringDir 快速全盘查找文件Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊文...
文件系统全家福(编程语言VB)AddadStringDir 快速全盘查找文件Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录 全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中 批量移动文件 确定文件是否为可执行文件 删除含文件的目录 顺序文件 随机文件文件 浏览 在临时文件下建立临时文件 自动识别文件路径 读取相应内容
- 2022-08-14 17:10:00下载
- 积分:1
-
来自《Visual C++程序设计技巧与实例》第6单元
来自《Visual C++程序设计技巧与实例》第6单元-from "Visual C programming skills and examples" of the first six modules
- 2023-08-28 03:15:04下载
- 积分:1
-
演示了将用","分隔的文件转换到Excel文件的转换。包括组件调用,Excel单元格的字体、颜色、属性设置等操作。...
演示了将用","分隔的文件转换到Excel文件的转换。包括组件调用,Excel单元格的字体、颜色、属性设置等操作。-Will be used to demonstrate " ," delimited file conversion to Excel file conversion. Including the components to call, Excel cell fonts, colors, and other property operation.
- 2022-05-26 10:33:09下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1
-
This routine scans system.h file and generates
a referencelist for all USE_ en...
This routine scans system.h file and generates
a referencelist for all USE_ entries it uses
IFDEF / IFNDEF for decisions.-This routine scans system.h file and generates
a referencelist for all USE_ entries it uses
IFDEF/IFNDEF for decisions.
- 2022-09-27 16:40:02下载
- 积分:1
-
希尔德雷思 Marr 边缘检测
计算机视觉中,马尔 — — 希尔德雷思算法是一种边缘检测的数字图像,那就是,连续曲线方法有图像亮度强、 快速变化。马尔 — — 希尔德雷思边缘检测方法简便,操作的卷积与拉普拉斯算子的高斯函数,或作为快速逼近的高斯差分图像。然后,零交叉检测筛选的结果,获得的边缘。高斯拉普拉斯算子的图像操作符有时也被称为墨西哥帽小波由于其视觉的形状,当打开上行-下来。 David Marr 和艾伦 C.希尔德雷思是两个发明家。马尔 — — 希尔德雷思运算符,但是,患有两个主要限制。它生成响应,其中不对应的边缘,所谓的"伪边缘",和定位误差可能严重弯曲的边缘。今天,有很多更好的边缘检测方法,如基于局部定向极大值梯度幅值,在寻找的 Canny 边缘检测器或微分方法基于零交叉对应 (这两个操作之前,通过高斯平滑第步。) 的梯度方向的二阶导数的微分表达式搜索有关更多详细信息,请参阅对边缘检测的文章。
- 2022-11-18 10:50:03下载
- 积分:1
-
文件版本比较类 文件版本比较类
文件版本比较类 文件版本比较类-documents more types of documents earlier versions category
- 2023-07-28 17:55:03下载
- 积分:1