-
两岸通
两岸通--简繁字互转源代码 --strait-- 66.248.97.196 source code word referrals
- 2022-10-14 12:20:02下载
- 积分:1
-
file manipulation of the source code, documents containing It is reported on the...
文件操作的源代码,包含它的文档报告的详细代码,请参考实现使用
- 2023-01-30 02:15:03下载
- 积分: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
-
防EXCEL写的,内容很不错,希望有高手把他再完善.其中用到了一个FlexCell表格控件,需要注册,请用户支持正般....
防EXCEL写的,内容很不错,希望有高手把他再完善.其中用到了一个FlexCell表格控件,需要注册,请用户支持正般.
- 2023-01-11 14:15:04下载
- 积分:1
-
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面...
一个简单的反调试源码,通过设置系统相应的调试位,禁止调试器附加进程,主要应用于加壳软件,加密软件等方面-a simple anti-debug source code by the system debugging spaces corresponding to prohibit additional debugger process, mainly used shell software, encryption software, etc.
- 2022-04-07 20:04:06下载
- 积分: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
-
windows下,可创建多层目录的小函数,十分方便。
windows下,可创建多层目录的小函数,十分方便。-windows, the directory will help to create a small multi-function, it is very convenient.
- 2022-06-01 07:23:27下载
- 积分:1
-
用C++复制文件代码,很好的代码。
文件拷贝的C语言源代码,虽然基础,却是十分实际的例子。-copying files code by c, good code.
- 2022-03-22 10:45:04下载
- 积分:1
-
这是用VB边学的一个写字板。,纯属联系,希望对喜欢的朋友有缩帮组...
这是用VB边学的一个写字板。,纯属联系,希望对喜欢的朋友有缩帮组-It is used as a tablet to learn VB. Is purely in hopes of favorite group of friends to help shrink
- 2022-02-14 21:53:25下载
- 积分:1
-
servo controller main source file
servo controller main source file
- 2022-03-15 16:09:38下载
- 积分:1