-
光纤射频传输系统中相干正交频分复用的研究.kdh
Research on Coherent Orthogonal Frequency Division Multiplexing in Optical Fiber RF Transmission System document file.
- 2023-05-24 02:45: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
-
文件分割合并程序 Dos版
该程序可实现文件的分割合并,可将任意格式的文件分割成设定的大小,并且可将任意格式文件块合并成原文件。
分割程序中,写定待分割文件地址和分割后文件存放地址以及文件需分割出的大小,则分割程序可以完成该指定文件的分割。
合并程序中,输入待合并文件的地址,则可以将该文件夹下的文件合并,若缺少文件序列,则会提示,如果可以合并,会显示合并成功。
- 2022-12-24 00:00:03下载
- 积分:1
-
二进制浏览器源码,VC++语言开发,可用来查看任意文件的二进制代码,在图形开发、多媒体开发时比较有用。...
二进制浏览器源码,VC++语言开发,可用来查看任意文件的二进制代码,在图形开发、多媒体开发时比较有用。-Binary-source browser, VC++ Language development, can be used to view arbitrary files binary code, in the graphics development, multimedia development, when more useful.
- 2022-02-04 20:29:48下载
- 积分:1
-
批量替换,替换目录下的全部文件,开发平台: Microsoft Visual Studio .NET 2003...
批量替换,替换目录下的全部文件,开发平台: Microsoft Visual Studio .NET 2003-volume replacement, the replacement directory of all documents, development platforms : Microsoft Visual Studio.NET 2003
- 2022-05-29 00:21:06下载
- 积分:1
-
translate Excell to txt file
translate Excell to txt file-create spin and slider toolbar
- 2023-01-05 02:35:03下载
- 积分:1
-
httphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttp...
http下传 http下传 http下传-httphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttphttp
- 2022-01-21 23:22:50下载
- 积分:1
-
文件切割器 ,分割成小文件
文件切割器 ,分割成小文件-paper cutter, split into small paper
- 2022-02-04 09:04:15下载
- 积分:1
-
我写的一对小批量的翻译程序,使用的话。
我自己写的一个对单词进行批量翻译的小程序 还好用-I wrote the words for one pair of small quantities translation procedures used better
- 2022-07-15 00:15:46下载
- 积分:1
-
VC7.1项目文件将被转换为VC6.0
将 vc7.1 的工程文件转换为vc6.0的-Vc7.1 the project file will be converted to the vc6.0
- 2022-04-20 10:26:06下载
- 积分:1