-
This is a program of notepad,which imitates the
WINDOWS notepad,and
一个记事本程序,模仿WINDOWS记事本,基本实现记事本的功能-This is a program of notepad,which imitates the
WINDOWS notepad,and
- 2022-08-24 08:30:03下载
- 积分:1
-
Office2000
像Office2000似的办公软件
可编辑文件 图片-Office2000-like office software as editable file picture
- 2022-09-06 08:40:03下载
- 积分:1
-
一个用vc开发的小程序,创建文件,采用面向对象的设计思想,还是不错的...
一个用vc开发的小程序,创建文件,采用面向对象的设计思想,还是不错的-A small development with vc procedures, create a file using object-oriented design idea, or good
- 2022-07-10 08:44:33下载
- 积分:1
-
在VHDL编码矩阵的3x3
应用背景这是一个编码使用VHDL语言实现FPGA矩阵乘法。这一计划将做两3x3矩阵,将增加操作。它会给你的3x3矩阵的结果与精确计算。使用Quartus II 9.1版仿真提供一个好的结果。关键技术这个程序可以使用Altera FPGA板上用VHDL语言实现的1。
- 2022-01-31 16:52:31下载
- 积分:1
-
VC Windows file quickly find the type of proceedings. A certain reference value!
VC++实现的Windows文件快速查找的类程序。 有一定参考价值!-VC Windows file quickly find the type of proceedings. A certain reference value!
- 2022-04-16 05:01:37下载
- 积分:1
-
文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.
文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.-merger document procedures C, C merger documents under the algorithm, beginners can be used to increase.
- 2022-02-15 04:24:24下载
- 积分:1
-
文件操作的代码示例
文件操作的代码示例-Sample code file operations
- 2022-05-16 15:41:21下载
- 积分:1
-
分析导入表,整理导入表。在导入表中加上自己的DLL的代码。是可以插EXE和DLL的。:)...
分析导入表,整理导入表。在导入表中加上自己的DLL的代码。是可以插EXE和DLL的。:)-Analysis of import table, import table collation. In the import table of the DLL to add their own code. Can be inserted EXE and DLL
- 2022-07-11 12:55:27下载
- 积分:1
-
模糊规则为基础的分类器设计
1.简介 - 分众的介绍 - 简介进化计算 - 简要介绍了模糊规则为基础的分类 2.审查模糊规则为基础的系统研究 - 从人类专家的模糊规则 - 精度最大化 - 改进的可解释性 - 多目标的方法 3.进化的模糊分类器设计 - 进化模糊规则的选择 - 模糊遗传学为基础的学习机 4.目前的热点问题和未来发展方向
- 2022-05-08 20:53:45下载
- 积分: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