-
筛选器执行 dor 数字图像处理在 matleb
hwew 是我在 matlab 例程中的筛选器执行的一些。这些包括高通滤波器低通和拉普拉斯筛选器。希望它将对初学者有用。
- 2022-05-21 23:14:55下载
- 积分:1
-
关于农村基层政权建设 的思考 关于农村基层政权建设 的思考...
关于农村基层政权建设 的思考 关于农村基层政权建设 的思考-on rural grass-roots political power on the construction of rural grassroots political power of
- 2022-06-18 16:51:45下载
- 积分:1
-
保存日志,以备后续问题的查找,方便技术人员的沟通
保存日志,以备后续问题的查找,方便技术人员的沟通-To save the log to prepare for follow-up questions to find, to facilitate communication between technical staff
- 2022-05-27 15:26:49下载
- 积分:1
-
then use to access documents directly access of a business process, The procedur...
使用随即存取文件进行直接存取处理的一个事务处理程序,该程序用来维护银行帐户信息。可添加,更新和删除银行帐户。-then use to access documents directly access of a business process, The procedure used to protect information on bank accounts. They can add, update and delete bank account.
- 2022-10-04 03:35:03下载
- 积分:1
-
本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。
本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG...
本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。
本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG
-this procedure is the function of the documents will be divided to facilitate slow speed network for the conduct of file transfer. The program has been a division of documents and software enhancements, the amendment to the above series BUG
- 2022-03-01 08:10:22下载
- 积分:1
-
一个很好用的读写INI文件的类,各函数使用方法请看头文件
一个很好用的读写INI文件的类,各函数使用方法请看头文件-the class can read/write ini file,to get more info.,you can see the head file
- 2022-02-03 13:26:34下载
- 积分: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
-
分析PE可执行文件,可以查看任意exe文件的DLL连接使用…
分析PE可执行文件,并可查看任意EXE文件所使用的DLL文件及包函的
涵数名或序数号,初学者程序打包时可以查看需要的DLL文件-analysis PE executable files and can check arbitrary EXE file used by the DLL files and 9.1.2 of the culvert, or several ordinal number, beginners process can be wrapped up View of DLL files
- 2022-06-11 20:50:29下载
- 积分:1
-
初学vb时做的一些小例子,仅供参考,其中有个利用vba生成日历的程序,个人觉得是设计的最好的,欢迎高手指点。...
初学vb时做的一些小例子,仅供参考,其中有个利用vba生成日历的程序,个人觉得是设计的最好的,欢迎高手指点。-beginners do when some small examples for reference, which has a calendar using VBA generating procedures, personal think it is the best design, welcomed the guidance of experts.
- 2022-02-02 23:43:59下载
- 积分:1
-
search for local administrator group members on all servers in a list (text file...
search for local administrator group members on all servers in a list (text file) and will print results out in a csv file
- 2022-12-08 08:30:03下载
- 积分:1