-
作业调度的实验报告,包括实验心得界面源码
作业调度的实验报告,包括实验心得界面源码-FCB
- 2022-03-04 19:24:04下载
- 积分:1
-
VB对文本文件操作实例
VB对文本文件操作实例-VB to the text file manipulation case
- 2022-03-13 20:41:14下载
- 积分:1
-
WINDOWS操作系统可执行文件加密器,
WINDOWS操作系统可执行文件加密器,-Windows operating system executable file encryption device.
- 2022-08-17 18:57:46下载
- 积分:1
-
文件切割器 ,分割成小文件
文件切割器 ,分割成小文件-paper cutter, split into small paper
- 2022-02-04 09:04:15下载
- 积分:1
-
模糊规则为基础的分类器设计
1.简介 - 分众的介绍 - 简介进化计算 - 简要介绍了模糊规则为基础的分类 2.审查模糊规则为基础的系统研究 - 从人类专家的模糊规则 - 精度最大化 - 改进的可解释性 - 多目标的方法 3.进化的模糊分类器设计 - 进化模糊规则的选择 - 模糊遗传学为基础的学习机 4.目前的热点问题和未来发展方向
- 2022-05-08 20:53:45下载
- 积分:1
-
数据结构haffuman 实验的源程序
包含encode.h weitfile.h 等等
数据结构haffuman 实验的源程序
包含encode.h weitfile.h 等等
-Data structure that contains the source code haffuman experiment encode.h weitfile.h, etc.
- 2022-07-18 11:38:53下载
- 积分: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
-
文件查找程序,可以按照输入的文件名查找硬盘中的文件。
文件查找程序,可以按照输入的文件名查找硬盘中的文件。-Document search procedures, in accordance with the input file name of the document search the hard disk.
- 2022-01-21 00:36:22下载
- 积分:1
-
VC操作Word的几个例子
压缩包中有六个小程序,分别对Word做出了不同的操作,如打开、关闭、新建、向Word输入内容、读取Word中的内容(文本)
- 2022-06-21 01:33:34下载
- 积分:1
-
用VC读取excel
能够很好的将常用的数据格式中的数据读取出来...
用VC读取excel
能够很好的将常用的数据格式中的数据读取出来-Read excel with VC can be a very good data format commonly used to read out the data in the
- 2022-02-04 16:04:02下载
- 积分:1