-
实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件...
实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-To achieve the log information, write to a file volume, timing, automatic flush to a file, write to the file log level can be dynamically adjusted, a single log file size can be configured cycle on the log file is written, so that the machine will not cause the log file space is consumed do.
- 2022-09-08 23:45:03下载
- 积分:1
-
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片...
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片-I write a decoder to provide a variety of picture shows the original code of the lib, you can call this lib to display images in various formats
- 2022-08-15 09:37:54下载
- 积分:1
-
创建dll很简单,方法4,创建一个纯资源dll,并实现调用,本例给出了一个通过调用dll文件中的html实现在vc程序中完成多媒体程序的方法...
创建dll很简单,方法4,创建一个纯资源dll,并实现调用,本例给出了一个通过调用dll文件中的html实现在vc程序中完成多媒体程序的方法-Creating dll is very simple, method 4, to create a pure resource dll, and to achieve the call, in this case is given by calling a dll file html to achieve the completion of the program in the vc method of multimedia programs
- 2022-02-02 19:57:31下载
- 积分:1
-
用vc编写的串口动态链接库,很实用的一个程序
用vc编写的串口动态链接库,很实用的一个程序-Vc prepared using serial dynamic link library, it is a practical procedure
- 2022-01-25 21:47:24下载
- 积分:1
-
Read the Windows environment more CPU utilization
读取Windows环境下多CPU的利用率-Read the Windows environment more CPU utilization
- 2022-06-13 23:48:24下载
- 积分:1
-
进程调度算法:优先数调度优先级最高的…
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-08-15 08:10:56下载
- 积分:1
-
VC++面向对象程序设计 VC++面向对象程序设计
VC++面向对象程序设计 VC++面向对象程序设计-VC++ object-oriented programming
- 2022-03-14 03:39:56下载
- 积分:1
-
运行和检测多个实例
运行和检测多个实例- Moves and examines many examples
- 2022-03-20 15:22:32下载
- 积分:1
-
视频采集卡驱动程序.用vc实现的界面。可以控制。
视频采集卡驱动程序.用vc实现的界面。可以控制。-Video capture card driver. Realize with vc interface. Can be controlled.
- 2023-08-15 19:40:03下载
- 积分:1
-
Windows 服务样例
windows服务样例,已经完成了服务的注册,启动,停止,暂停等内容,只需要在相关代码处添加自己的代码即可使用。注意windows服务运行在session0,xp勾选可以与桌面交互可以弹出窗口,xp以上系统,需要配合托盘程序,通过管道、socket、内存共享等方式进行通讯。
- 2023-01-09 08:35:03下载
- 积分:1