-
土壤粒径转换程序
土壤粒径转换程序:基于Matlab土壤粒径由国际制向美国制转换的三次样条插值的程序代码
- 2023-05-25 11:55:03下载
- 积分:1
-
here is the RAR file
here is the RAR file
- 2022-07-07 07:06:22下载
- 积分:1
-
按钮提示演示。
按钮提示演示。
按钮提示演示。
按钮提示演示。 -Demo button prompts. Demo button prompts.
- 2022-09-24 07:10:03下载
- 积分:1
-
功能是在Excel格式文件中读取学生的E
功能是在Excel格式文件中读取学生的E-mail地址、成绩、姓名等信息,然后调用Jmail链接库函数实现学生成绩单的邮件群发.并加入了一些出错处理-Function in Excel format students read E-mail address, success, name and other information, and then call Jmail link library function of the mass-mailing transcripts of students. And add some error handling
- 2022-12-17 08:15: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
-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分:1
-
It s a portscan example in multithread mode
It s a portscan example in multithread mode
- 2022-08-20 14:52:32下载
- 积分:1
-
首先填入文件所在的目录,并且文件一定要带上扩展名,点击右侧...
首先填入文件所在的目录,并且文件一定要带上扩展名,点击右侧-first document to the directory, and the document must be put on extension, click on the right
- 2022-01-23 11:15:07下载
- 积分:1
-
用简单的C++实现的简单的FileEdit小程序。代码简洁。
用简单的C++实现的简单的FileEdit小程序。代码简洁。-Simple C++ Realize the simple FileEdit applet. Concise code.
- 2022-02-01 21:09:52下载
- 积分:1
-
创建一个大文件,不过预先要在指定的目录路下创建一个文件...
创建一个大文件,不过预先要在指定的目录路下创建一个文件-create a large file, but prior to the specified directory under way to create a document
- 2022-03-21 17:46:49下载
- 积分:1