-
比较牛的最短路径源代码。大家共享一下,呵呵。我的电子邮箱欢迎:Lyl@szzfcg.cn...
比较牛的最短路径源代码。大家共享一下,呵呵。我的电子邮箱欢迎:Lyl@szzfcg.cn-the shortest path source code. Share what, huh. I welcome e-mail : Lyl@szzfcg.cn
- 2022-03-01 07:55:27下载
- 积分:1
-
能将ELF&AFX 文件转换成二进制文件的解析源码
能将ELF&AFX 文件转换成二进制文件的解析源码-ELFAFX can convert documents into the binary files of source code analysis
- 2022-02-03 03:14:12下载
- 积分: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
-
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
-
实现文件对话框的相关操作
实现文件对话框的相关操作-files related to the operation of dialog
- 2022-01-28 03:49:35下载
- 积分:1
-
CD Wizard procedures example
光盘向导程序例子-CD Wizard procedures example
- 2023-03-25 02:15:03下载
- 积分:1
-
简单的文件加密,XP风格的.
开发工具:VC7.0
简单的文件加密,XP风格的.
开发工具:VC7.0-simple file encryption, XP style. Development tools : VC7.0
- 2022-02-01 18:42:49下载
- 积分:1
-
关于 NS 2.34 利奇
此 zip 文件将包含在.cc、.o 为和.h 文件扩展名的程序和与所有其他文件包含其他的应用程序一起实施执行利奇。它包含所有的跟踪和 tcl 文件,已经制定了麻省理工学院 /uAmps
公司。文件只需要在 ns 2.34 或 ns 2.35 中实现,将产生没有任何额外的努力的结果。
此文件代码将在 NS 2 模拟器实施浸出。浸出代码是在无线传感器网络中能量高效的代码。所以,
为确保能源有效的无线传感器网络节点之间的数据传输,Leach 协议是用于静态群集节点的最原始和最早期协议。
- 2022-02-25 00:22:04下载
- 积分:1
-
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中...
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could be selected folder path displayed in lists
- 2023-05-04 10:30:04下载
- 积分:1
-
与Windows搜索文件的定位系统可以搜索文件相符…
文件查找系统,跟Windows中的搜索文件一样可以查找所对应的文件-document locator system with the Windows search can search for documents corresponding to the document
- 2023-08-25 20:20:02下载
- 积分:1