-
哈夫曼编码,建立哈夫曼树,输出哈夫曼编码
哈夫曼编码,建立哈夫曼树,输出哈夫曼编码-hafuman encode,create hafuman tree and output hafuman code.
- 2022-09-23 18:35:02下载
- 积分:1
-
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。...
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。-Int type can be converted to ascii code for a binary input for the content of the document, the contents of the output to a ascii file.
- 2022-05-19 15:13:30下载
- 积分: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
-
FAT32文件系统结构研究
.对 FAT32 文件系统的结构和技术实质进行了详细分析...
FAT32文件系统结构研究
.对 FAT32 文件系统的结构和技术实质进行了详细分析-FAT32 file system structure. On the FAT32 file system structure and technology, a detailed analysis of the substance of
- 2022-05-20 05:44:51下载
- 积分:1
-
VC完整应用程序代码本代码实现利用FCI/FDI库进行文件压缩
VC完整应用程序代码本代码实现利用FCI/FDI库进行文件压缩-VC integrity of the application code using code to achieve FCI/FDI library file compression
- 2023-04-20 02:50:03下载
- 积分:1
-
A visual tool to automatically generate C++ code
A visual tool to automatically generate C++ code -A visual tool to automatically generate C c ode
- 2022-06-29 09:19:39下载
- 积分:1
-
在VB中读写INI文件,数据库配置文件会用到的
在VB中读写INI文件,数据库配置文件会用到的-in VB literacy INI files, database configuration files will use the
- 2023-07-26 08:05:03下载
- 积分:1
-
一个记事本得小程序 虽然很简单 不过也是我得一个成果啊
一个记事本得小程序 虽然很简单 不过也是我得一个成果啊-a small notebook in a very simple procedure, however, is also a result I have ah
- 2022-05-11 00:02:02下载
- 积分:1
-
文件压缩的一个派生类,专门用来压缩文件,非常好用。推荐!...
文件压缩的一个派生类,专门用来压缩文件,非常好用。推荐!-a class that compress files, it s usfull class.
- 2022-07-10 01:22:55下载
- 积分:1
-
literacy ini a category C, the only four categories of functions, namely digital...
读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely digital writing, word reading, writing text, reading text. Support relative path. Can be used with or without mfc support procedures. Visual C++6 compile. Ini format : [appname] keyname = s 2, code : Please download compressed. Three, if required absolute path to delete CHAR FilePath [255]--- Geodetic (FilePath, fn)
- 2022-08-07 05:34:58下载
- 积分:1