登录
首页 » 文件处理 » 实现文件分割和合并.

实现文件分割和合并.

于 2022-03-21 发布 文件大小:45.79 kB
0 129
下载积分: 2 下载次数: 1

代码说明:

实现文件分割和合并.-separate files and mergers.

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

发表评论

0 个回复

  • 仿Excel风格的表格设计器如果大家喜欢可以加我,谢谢大家支持!...
    仿Excel风格的表格设计器如果大家喜欢可以加我,谢谢大家支持!-Excel-style imitation Forms Designer
    2023-03-31 12:35:04下载
    积分:1
  • Word operation, write the content automatically. Doc document templates can be u...
    Word操作,自动将内容写入.doc模版文件中,可以用来实现办公自动化,和无纸打印-Word operation, write the content automatically. Doc document templates can be used to realize office automation, and non-paper printing
    2022-03-23 05:01:01下载
    积分:1
  • 定义的认知 -无线电应用与Matlab
    该报告包含无线电认知无线电和软件的基本信息。软件无线电是在这个领域,有望便于携带和在同一硬件上的新技术适应性的新兴技术。认知无线电技术利用此软件定义无线电智能地和高效率地利用可用频谱知道关于其他用户共享同一频谱的边带信息。 该报告谈到了认知无线电技术,利用频谱感知和认知无线电在我们目前的沟通方案,并实际硬件实现软件无线电的实用性进入其软件实现的细节(在Simulink和MATLAB)。This report contains basic information on Cognitive Radio and Software Defined Radio. Software Defined Radio is an emerging technique in this domain that promises easy portability and adaptability of new techniques on the same hardware. Cognitive Radio technique utilizes this Software Defined Radio to intelligently and efficiently utilize the available frequency spectrum knowing about the side information of other users sharing the same spectrum.The report talks about the Cognitive Radio technique and goes into details of its Software implementation (on Simulink and MATLAB) using Spectrum Sensing and the practicality of cognitive radio in our present scenario of communication and its actual hardware implementation on Software Defined Radio.
    2022-03-06 00:04:13下载
    积分:1
  • 本程序实现了遍历一个夹下所有的功能,注意,若输入名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中...
    本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中-realized by the traverse a folder function of all the documents and pay attention, if documents were to be imported in the following words "", click "traverse" button to begin traverse, traverse the result of the existence of the list box below
    2022-05-06 04:13:50下载
    积分:1
  • 实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或...
    实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或 WM_MOUSEMOVE(无边框窗体)时激活窗体,然后在窗体消息WM_ACTIVE中设置显示或隐藏,这种方法在窗体未失去焦点时不会隐藏。我在原本的设计中便使用这种方法,只是在设计时发现非主窗体不太合适,激活窗体时会出现两个键盘焦点,而且我所需要的焦点是虚假的,可能我的设计不当,那位朋友若能完美实现,不妨交流一下。-achieve automatic hidden forms There are different ways they can use timers, constant surveillance mouse, the mouse moved to the brink of the form, the form shown when the mouse left hidden forms. The mouse can also receive WM_NCMOUSEMOVE or WM_MOUSEMOVE (no window frame), activated forms, and then in the form set WM_ACTIVE news show or hide, in the form of this method has not lost its focus will not be hidden. In my original design will use this method, the design was found non-main forms not appropriate, will be activated when there Form 2 keyboard focus, and I need the focus is false, maybe I am a poorly designed and friends who can achieve perfection, it may be things about.
    2022-03-04 19:46:00下载
    积分:1
  • 监视office 2000事,包括word,excel,outlook,ie等office2000的事。...
    监视office 2000事件,包括word,excel,outlook,ie等office2000的事件。-surveillance office in 2000, including Word, Excel, Outlook, ie office2000 such incidents.
    2023-03-12 11:05:03下载
    积分:1
  • VB produced a document conversion device that functions as follows : the binary...
    用VB制作的一个文件转换器,实现功能如下:将二进制文件中的内容转换为*.xls文件中的内容-VB produced a document conversion device that functions as follows : the binary content of the document converted to*. xls document, the contents of
    2022-06-20 22:48:12下载
    积分:1
  • can give multiple files for batch rename the system;
    可以给多个文件进行批量重命名的系统;-can give multiple files for batch rename the system;
    2022-04-17 10:38:02下载
    积分:1
  • 输入两个正整数m和n,求其最大公约数和最小公倍数。
    输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
    2022-03-16 13:31:06下载
    积分:1
  • VC6.0关于串行化的设计,使用CArchive类对进行操作。MFC框架程序提供的新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储...
    VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
    2023-01-05 21:05:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载