- 
                        tsdemux-解复用mpeg-ts文件
                        
                          将mpeg-ts文件解封装为pes。该工程在尝试进行ts文件转码的时候比较有用。该源码是根据一个开源项目进行更改的,修改为在vs下进行编译,并且只针对一个ts文件进行修改,分离出来的音视频pes文件分别保存为文件形式。用vlc可以播放。                         
                            - 2023-02-26 06:15:04下载
- 积分:1
 
- 
                        VB2005 a used copy of the document prepared by the time the date and then a smal...
                        
                          一个用VB2005编写的文件拷贝并用时间日期随即命名的小程序-VB2005 a used copy of the document prepared by the time the date and then a small program named                         
                            - 2022-06-18 02:46:23下载
- 积分:1
 
- 
                        一个伟大的来源的多
                        
                          一个非常棒的多文件上传源码,用vs2005或更高版本可以打开。-A great source of multi-file upload, use vs2005 or later can open.                         
                            - 2022-07-20 14:40:19下载
- 积分:1
 
- 
                        简单的小写字母改为大写字母的程序读取文件…
                        
                          简单的把读的文件中的字母由小写改为大写
只需在程序写的相应目录建相应文件即可-Simple to read documents in lowercase letters changed to uppercase by the program just to write the corresponding directory to build the corresponding document can be                         
                            - 2022-06-26 09:03:07下载
- 积分:1
 
- 
                        该软件实现指定文件下的文件的定时拷贝,效果好,方便实用,行业内号...
                        
                          该软件实现指定文件下的文件的定时拷贝,效果好,方便实用,行业内号-the software under the specified file regular copy paper, effective, convenient and practical, industry,                         
                            - 2022-11-08 21:15:02下载
- 积分:1
 
- 
                        电气机械动力学
                        
                          变压器。
♦ 异步电动机。
♦ 同步电机。
♦ 电机起动和保护。
♦ 电机速度控制和动态。
♦ 分马力电机。                         
                            - 2022-08-25 20:04:37下载
- 积分:1
 
- 
                        from an exe, dll file extraction and retrieval procedures icon integrity
                        
                          一个从exe、dll文件中提取、存取图标完整程序-from an exe, dll file extraction and retrieval procedures icon integrity                         
                            - 2022-01-27 18:20:50下载
- 积分: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
 
- 
                        用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文...
                        
                          用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文件”即可找到。-Using vb.net write access to xml document to the source code. For their own creative hands. Some download sites have been available for download. If the compiler depends on a good program, in-line search  access the database to generate xml document  you can find.                         
                            - 2023-08-30 15:10:04下载
- 积分:1
 
- 
                        Perl脚本的FTP客户端
                        
                          Perl Script Ftp Client - Connect the Ftp server and some file operation like create directly and file etc-Perl Script Ftp Client- Connect the Ftp server and some file operation like create directly and file etc                         
                            - 2022-03-16 11:46:20下载
- 积分:1