登录
首页 » Windows核心 » This software is a simple resource manager, you can realize simple and similar t...

This software is a simple resource manager, you can realize simple and similar t...

于 2023-06-28 发布 文件大小:49.78 kB
0 200
下载积分: 2 下载次数: 1

代码说明:

本软件是一个简单的资源管理器,可以实现简单的类似与Windows资源管理器一样的删除,复制,等功能,比较好用.-This software is a simple resource manager, you can realize simple and similar to Windows Explorer the same as delete, copy, and other functions, comparative ease of use.

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

发表评论

0 个回复

  • 视频采集卡驱动程序.用vc实现的界面。可以控制。
    视频采集卡驱动程序.用vc实现的界面。可以控制。-Video capture card driver. Realize with vc interface. Can be controlled.
    2023-08-15 19:40:03下载
    积分:1
  • 得到CUP、内存配置信息
    得到CUP、内存配置信息 -Getting the information of CUP and memory config
    2022-03-19 20:51:20下载
    积分:1
  • 获取指定文件的各种时间,包括创建时间、修改时间、访问时间等...
    获取指定文件的各种时间,包括创建时间、修改时间、访问时间等-Access to a variety of time the specified file, including the creation time, modify time, access time, etc.
    2022-02-15 06:16:40下载
    积分:1
  • 改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify t...
    改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen. The SetDeviceGammaRamp API function receive an array of 256 RGB values. Increasing the values in this array will make your screen brighter, and decreasing these values will make your screen darker. You can also increase or decrease the intesity of the red/green/blue components. For example: Increasing the blue component in all RGB values will add more blue color to the entire display. -screen brightness change the procedure, for some graphics effective, display parameters can be changed Some video cards allows you to program mingly modify the Gamma Ramp values. You can use this feature to change the brightness of the ent ire screen. The API functi SetDeviceGammaRamp on receive an array of 256 RGB values. Increasin g the values in this array will make your screen b Righter, and decreasing these values will make
    2022-06-01 15:01:37下载
    积分:1
  • 自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
    自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
    2022-04-08 13:20:57下载
    积分:1
  • java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展...
    java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technical, procedural block, identity verification, prior authentication, encryption, proxy support, server certificate validation, management and HTTP connectivity expansion. ... For example, the use of the Net classes to prepare applications from any correct implementation of HTTP 1.1 protocol to the Web server and download data.
    2022-09-25 13:30:03下载
    积分:1
  • 通过注册表查询,删除U盘使用记录,得到你的移动存储器的硬件编号...
    通过注册表查询,删除U盘使用记录,得到你的移动存储器的硬件编号-Look through the registry to remove U disk usage records
    2022-01-26 05:49:14下载
    积分:1
  • c语言开发实战
    一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。 在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
    2023-06-05 05:20:04下载
    积分:1
  • 系统文件查找类 可以查找所有类型文件 使用简单 代有图
    系统文件查找类 可以查找所有类型文件 使用简单 代有图
    2022-06-27 09:21:09下载
    积分:1
  • Process to monitor the original program, it is also useful, specific look at the...
    进程监控的原程序,值得参考,具体看原码.-Process to monitor the original program, it is also useful, specific look at the original code.
    2022-12-17 11:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载