-
Source code of format disk.
磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
- 2022-07-13 06:38:27下载
- 积分:1
-
基于opencv的视频背景分离(vs2010平台)
基于opencv开源计算机视频库对视频进行解析处理,并将其背景分离。本设计使用vs2010作为开发平台,使用C++语言进行程序的编写。
- 2023-03-22 15:10:07下载
- 积分:1
-
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使...
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使用了API对INI 文件进行操作。 -Screen magnifier, run this program later, when the cursor moves on the screen, the cursor near the position of the image will be displayed in the program window to enlarge. Support the scaling up of different images. The use of Windows API functions, but also use the API to the INI file to operate.
- 2022-10-14 01:40:03下载
- 积分:1
-
由3个Label控件显示立体字,你可以把它作成一个控件
由3个Label控件显示立体字,你可以把它作成一个控件-Label controls from the three shows that three-dimensional characters, you can control it to make a
- 2022-06-12 20:48:25下载
- 积分:1
-
多功能计数器(windows)
多功能计数器(windows)-multifunctional counter (windows)
- 2022-06-03 00:41:30下载
- 积分:1
-
使用E写的游戏菜单!更多的介绍了易语言在快速应用开发上的优越性。 本程序适合网吧使用!...
使用E写的游戏菜单!更多的介绍了易语言在快速应用开发上的优越性。 本程序适合网吧使用!-E write menu of the game! More of the Yi language rapid application development on the superiority. The procedures for the use of Internet cafes!
- 2022-03-16 19:13:33下载
- 积分:1
-
C++教程的指针
C++ Tutorial on pointers
- 2022-07-07 03:16:36下载
- 积分:1
-
公共汽车运输管理系统
货物运输管理系统是一个基于 web 的应用程序。此系统可帮助管理货物运输业务。它提供用于输入装运信息、 输入加载详细信息、 输入卸载的细节和传递信息的功能。它存储集装箱装载货物的信息,也远离负载详细信息的容器。
- 2022-01-24 12:53:56下载
- 积分:1
-
一个带有阴历的日历程序,可提供一般万年历的功能
一个带有阴历的日历程序,可提供一般万年历的功能
-With a lunar calendar program that provides the general function of calendar
- 2022-02-03 04:18:18下载
- 积分:1
-
模拟系统进程调度,可以完成进程调度.可以根据进程的优先级决定执行顺序,并根据执行时间而动态决定优先级....
模拟系统进程调度,可以完成进程调度.可以根据进程的优先级决定执行顺序,并根据执行时间而动态决定优先级.-system process scheduler simulator, it can adjust the executive order according as the process priority, and adjust process priority according as executed time.
- 2022-06-01 12:30:59下载
- 积分:1