-
wave test program that debug succesfuled i n the visual c 6.0. please try it you...
test wave program that debug succesfuled in the visual c++ 6.0 . please try it yourself .-wave test program that debug succesfuled i n the visual c 6.0. please try it yourself.
- 2023-05-08 18:00:02下载
- 积分:1
-
读出"已存在"的文本文件(英文),将其中的单词写入另一个文件...
读出"已存在"的文本文件(英文),将其中的单词写入另一个文件-read out "the existence of a" text files (English), which will write another word document
- 2022-03-24 04:56:14下载
- 积分:1
-
开源 DXF 文件处理库
很多开发人员和地理信息系统 (GIS) 专家一直无法使用 Drawing Interchange Format (DXF) 格式的文件。这些 AutoCAD 格式的文件通常需要安装了 Windows® 和 AutoCAD 才能打开。借助便捷的开源库 dxfLib,您的应用程序就可以读取任何操作系统上的 DXF文件,并且不产生任何成本。
- 2022-12-03 11:20:03下载
- 积分:1
-
使用STL对INI文件进行操作,时间匆忙没有加注释信息。交叉
使用STL对INI文件进行操作,时间匆忙没有加注释信息。跨平台,可以在Windows和Linux下使用。-use STL right INI file operation, no time to rush footnote information. Cross-platform, the Windows and Linux use.
- 2022-07-15 16:48:16下载
- 积分:1
-
可以用来读取3DS文件模型,一个非常完善的类,可读所有3DS模型文件,是3D编程的好...
可以用来读取3DS文件模型,一个非常完善的类,可读所有3DS模型文件,是3D编程的好-can be used to read documents 3DS model, a very sound category, all 3DS model readable documents, 3D programming is a good Dongdong
- 2022-07-21 04:23:05下载
- 积分:1
-
java控制本机文件及文件夹,可心进行添加,修改,删除等操作...
java控制本机文件及文件夹,可心进行添加,修改,删除等操作-java control of the aircraft files and folders, Kexin to add, modify, or delete operation
- 2022-05-08 09:04:37下载
- 积分:1
-
笔试过程中的题目,对文件1中的每行进行排序安装行的顺序放入文件2中,...
笔试过程中的题目,对文件1中的每行进行排序安装行的顺序放入文件2中,-process written to the subject of a document each of the firms installing OK sequencing the order Add two documents,
- 2023-06-18 16:00: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
-
激光雷达LAS文件读取
激光雷达LAS文件读取 可以实现LAS1.0的读取,为下一步进一步处理点云做准备
- 2022-08-22 05:23:59下载
- 积分:1
-
- 2022-06-28 04:46:15下载
- 积分:1