-
文件的分割与合并,把文件分割成指定的份数,然后进行合并,分割的信息保存为一个key文件中....
文件的分割与合并,把文件分割成指定的份数,然后进行合并,分割的信息保存为一个key文件中.-document with the division of the merger, the document is divided into specific shares, and then combined to split the information as a key document.
- 2022-12-16 14:10:03下载
- 积分:1
-
vc环境下文件属性操作
vc环境下文件属性操作-vc environment file attributes operation
- 2023-02-18 02:50:03下载
- 积分:1
-
深度学习讲座
应用背景这是一个功率点描述神经网络的概念,它的重要性,并深入学习的概念。深度学习是人工智能的一个国家的最先进的技术来描述神经网络。它与学习无关。它有助于构建一个网络即多少隐藏层的数目需要多少数量的神经元在每一层都需要和应该适当的权重调整结构。关键技术人工智能,神经网络,隐层权值调整,训练神经网络学习
- 2022-03-10 21:55:24下载
- 积分:1
-
许多流行的编辑软件提供查看二进制文件的功能,如:ULT…
很多流行的编辑器软件都提供了查看二进制文件的功能,例如:UltraEdit便提供了这样的功能,它能够显示二进制文件的内容,即将二进制代码显示为十六进制。这种功能对于进行系统级的开发很有用处。本例实现了这种功能。-many popular editing software provided View binary file functions, such as : UltraEdit will provide such a function, it can show binary content of the document, will show the binary code for hexadecimal. This function for system-level development useful. The cases to achieve this function.
- 2023-01-25 21:35:03下载
- 积分:1
-
ARM programmer programs 16 hexadecimal BIN conversion of HEX
ARM烧写程序中的BIN转换16进制的HEX-ARM programmer programs 16 hexadecimal BIN conversion of HEX
- 2023-06-18 12:50:03下载
- 积分:1
-
CI框架上传类改写,支持多附件上传
CI框架上传类改写,
原来的程序只支持一个附件上传,并不支持控件数组上传。
现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。
调用如下:
// 附件上传处理
$folder = date("Ym");
$upload_dir = APPPATH . "/app/upload/".$folder;
$config["upload_path"] = $upload_dir;
$config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf";
$config["max_size"] = "5120";
$config["max_width"] = "0";
$config["max_height"] = "0";
$config["max_filename"] = "0";
$config["overwrite"] = false;
$config["encrypt_name"] = true;
$config["remove_spaces"] = true;
$this->load->library("upload", $config);
$field_name = "att";
if (!$this->upload->do_upload($field_name, true))
{
// 出错
$error = array("error" => $this->upload->display_errors());
} else {
// 正
- 2022-05-05 09:14:31下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1
-
一个excel文件读写的例子
一个excel文件读写的例子-an excel document literacy example
- 2022-01-23 10:10:00下载
- 积分:1
-
LCD source file is meant for microcontroller usage in making lcd projects
LCD source file is meant for microcontroller usage in making lcd projects
- 2022-12-07 20:05:03下载
- 积分:1
-
The realization of the use of ShellExt
利用ShellExt实现 -The realization of the use of ShellExt
- 2023-01-25 20:00:04下载
- 积分:1