-
一般人找不到的.在windows/linux读写.conf的非常强大的工具包.必备...
一般人找不到的.在windows/linux读写.conf的非常强大的工具包.必备-unable to find the general. The windows/linux literacy. Conf a very powerful tool kit. Essential
- 2022-11-27 03:20:03下载
- 积分:1
-
mapinfo二次开发,检查数据格式是否为等值线数据
mapinfo二次开发,检查数据格式是否为等值线数据-MapInfo secondary development, inspection data format for data isogram
- 2023-07-24 06:50:03下载
- 积分:1
-
documents bundled with a pure green for free software, you can arbitrarily disse...
文件捆绑器为一纯绿色免费软件,您可以任意传播和复制。免费软件,谢谢使用!谢谢支持!~O~ 功能简介: 文件捆绑器可用来将二个不同的可执行文件合并成一个文件,运行合并后的文件等同于同时运行合并前的二个文件,并提供同步和异步运行二种方式,操作十分简便。-documents bundled with a pure green for free software, you can arbitrarily dissemination and replication. Free software, used Thank you! Thank you support! O ~ ~ profiles : File bundle will be available for two different executable files into a document, running after the merger document equivalent to running prior to the merger of two documents and provide synchronous and asynchronous operation of two ways, the operation is very simple.
- 2023-03-22 11:15:03下载
- 积分:1
-
AD9226 fpga 代码
Ad9226 产品 65msps 率的 ADC 模拟设备
低功耗: 59mW, 100 mW,和 250mW
单 5 V 电源供电
积分非线性误差: 0.5 LSB
微分非线性误差: 0.3 LSB
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-23 22:45:03下载
- 积分:1
-
8个用Java编写的I/O程序
8个用Java编写的I/O程序-eight prepared by the Java I/O procedures
- 2022-04-24 02:04:05下载
- 积分:1
-
当需要拷贝大量零散文件时,可以使用该工具指定要拷贝的文件和目的文件夹,还可以生成.bat文件供以后使用。源代码在
BCB2007下编译通过。...
当需要拷贝大量零散文件时,可以使用该工具指定要拷贝的文件和目的文件夹,还可以生成.bat文件供以后使用。源代码在
BCB2007下编译通过。-When copying a large number of fragmented files, you can use the tool to specify the purpose of copying files and folders can also be generated. Bat file for later use. Source code in the compiler under BCB2007 through.
- 2022-06-26 11:57:28下载
- 积分:1
-
自制的网页搜集工具,附源码Home page collection of tools, with a source...
自制的网页搜集工具,附源码Home page collection of tools, with a source-Home page collection of tools, with a source
- 2022-07-19 19:16:28下载
- 积分:1
-
多目标nsga最新算法,自己改进
多目标nsga最新算法,自己改进后的,对学习这个方向的很有帮助
- 2022-01-26 08:31:23下载
- 积分: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
-
文件读写类,设置文件的路径,读取文件的路径等
文件读写类,设置文件的路径,读取文件的路径等
- 2022-04-24 22:20:41下载
- 积分:1