登录
首页 » 文件处理 » INI文件控制,c写的,可以放到Linux/Wince的OS

INI文件控制,c写的,可以放到Linux/Wince的OS

于 2022-08-24 发布 文件大小:9.43 kB
0 143
下载积分: 2 下载次数: 1

代码说明:

INI文件控制,c写的,可以放到Linux/Wince的OS-INI file control, c write, you can put Linux/Wince of OS

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • window handle through the implementation of File Name
    通过窗口句柄得到执行文件名  -window handle through the implementation of File Name
    2022-02-14 04:22:56下载
    积分:1
  • 一个记事本 有一切记事本有的功能 但比较粗糙大家改进一下吧...
    一个记事本 有一切记事本有的功能 但比较粗糙大家改进一下吧-a notebook with all the functional notebook relatively rough but we improved so much today
    2022-01-26 03:26:41下载
    积分:1
  • 夹里面的按照顺序排序,以便其他函数调用,打开多个的时候按照顺序打开。...
    将文件夹里面的文件按照顺序排序,以便其他函数调用,打开多个文件的时候按照顺序打开。-folder inside of the document in accordance with the order of ranking, so that other function call, open multiple documents in accordance with the sequence open.
    2022-03-06 15:12:54下载
    积分: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
  • 该程序实现了对读取多个路径的,将选中的多个路径显示在列表中,还实现了对某个夹的选择,并可将选中夹的路径显示在列表中...
    该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could be selected folder path displayed in lists
    2023-05-04 10:30:04下载
    积分:1
  • use MAPI32.DLL use e
    使用MAPI32.DLL使用电子邮件发送电子邮件使用MAPI32.D发送电子邮件的步骤
    2022-04-18 09:37:39下载
    积分:1
  • vb.net this is the document prepared by the division that can be separated into...
    这个是用vb.net编写的文件分割器,可以将一个文件分割成多个文件,还可以将分割后的文件组合成原来的文件。-vb.net this is the document prepared by the division that can be separated into a number of paper documents, but also can be divided after the original document into a document.
    2022-02-26 17:31:07下载
    积分:1
  • The software supports multi
    本软件源码支持多文档操作。(Lab Windows)删除文件是电脑应用中最常使用到的操作之一了,一般说来,我们删除文件的目的就是把文件弃之不要或为了腾出更多的磁盘空间,但是系统为了防止我们删除后又后悔,设计可谓用心良苦,这一点最充分体现在回收站的出现。  当我们将文件删除后,文件其实只是被转移到了磁盘中一个叫“Recycled”的文件夹中,以防备万一你需要“回收”。这种设计的好处是不言而喻的,但也有一些问题,如果你 删除的文件内容含有重大的商业秘密或个人隐私,而你又没有及时清空回收站的话,别人很容易从你的回收站中“捡”出这些有价值的文件;另一方面,这种删除方法其实并没有给你的磁盘腾出空间,改变了我们删除文件的初衷。那么要如何才能真正地删除文件呢?-The software supports multi-source operating documents. (Lab Windows) delete the file is a computer application to the most commonly used one of the operators, in general, we have deleted the purpose of the paper is to document or not to abandon it in order to free more disk space, but the system in order to prevent our regret later deleted, the design is well intentioned, this the most fully reflected in the emergence of Recycling. When we delete the document, in fact, is being transferred to a disk called "Recycled" folder, to prevent the event that you need to "recovery." The benefits of this design is self-evident, but there are some proble
    2022-08-16 13:40:33下载
    积分:1
  • 哈夫曼树编码 用哈夫曼树算法对进行0
    哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
    2022-03-12 10:11:55下载
    积分:1
  • VC中提供了CFileDialog类来选择,如果想实现选择夹的功能,就不是那么简单了。下面的函数,可以实现选择夹的功能。并且可以指定夹和对话框的...
    VC中提供了CFileDialog类来选择文件,如果想实现选择文件夹的功能,就不是那么简单了。下面的函数,可以实现选择文件夹的功能。并且可以指定文件夹和对话框的名称。-VC provides a CFileDialog to select the type of document, if you want to realize the function of choosing the folder, it is not so simple. The following function, you can choose to realize the function of the folder. And can specify the folders and the name of the dialog box.
    2022-03-20 14:39:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载