-
C++梯度法
这种方法是为梯度法中的应用
这是项目的很容易采用这一想法对任何类型
- 2022-01-22 12:56:40下载
- 积分:1
-
三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。...
三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
- 2022-04-10 00:03:44下载
- 积分:1
-
这是一个比较复杂的学籍管理程序,他提供了很多的功能,比如显示帮助,读取磁盘文件等操作,值得参考。...
这是一个比较复杂的学籍管理程序,他提供了很多的功能,比如显示帮助,读取磁盘文件等操作,值得参考。-This is a more complicated codes of management procedures, provide him with a lot of features, such as display help files disk read operation, a good reference.
- 2022-04-11 20:49:43下载
- 积分:1
-
读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二
读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二进制文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。-read and write text files. 1 Create a text file. Two documents to write data (data not less than a few line 10). Three read from the file data, and display the results read. Reading and writing binary files. A creation of a binary files. Two documents to write data (data not less than a few line 10). Three read from the file data, and display the results read.
- 2022-10-16 20:45:08下载
- 积分: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
-
用vb.net编写的读office中doc文件的例子.
用vb.net编写的读office中doc文件的例子.-vb.net using office time to prepare the documents were doc example.
- 2022-12-15 15:45:03下载
- 积分:1
-
EXCEL+++整体写入和读取
labview操作excell文件,可以写入和读取。LabVIEW前面板可再次开发,简单,实用。
- 2022-06-01 21:21:53下载
- 积分:1
-
python libsvm
当前的版本 (版本 3.18,2014 年四月)从 LIBSVM http://www.csie.ntu.edu.tw/~cjlin/libsvm/index.html#download
- 2022-08-22 13:30:16下载
- 积分:1
-
一个记事本得小程序 虽然很简单 不过也是我得一个成果啊
一个记事本得小程序 虽然很简单 不过也是我得一个成果啊-a small notebook in a very simple procedure, however, is also a result I have ah
- 2022-05-11 00:02:02下载
- 积分:1
-
this program allows you edit documents in the course of Statistics English chara...
本程序可以使您在编辑文档的过程中统计中英文字符数,便于您正确把握文章书写的尺度!-this program allows you edit documents in the course of Statistics English characters easier for you to write the article correctly grasp the scale!
- 2022-05-19 13:09:33下载
- 积分:1