-
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,-This an algrithom for multi-task schedule[n tasks, m machines] , which is implemented by C
- 2023-01-10 18:30:03下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1
-
这个是dll中如何取得参数的方法,有完整的程序,这个是6.0开发的...
这个是dll中如何取得参数的方法,有完整的程序,这个是6.0开发的-this is how the parameters achieved, a complete set of procedures is the development of the 6.0
- 2022-03-25 08:21:14下载
- 积分:1
-
解决N后问题,可以实现在一个n*n的棋盘上放置N
解决N后问题,能够实现在一个N*N的棋盘上放置N个皇后,然后使其满足条件-Solve the N after the issue, can be realized in an N* N chessboard placed on N-Queen s, and then to meet the conditions
- 2022-03-18 13:11:57下载
- 积分:1
-
一个窗口里面的三名球员
一个windows里面的播放器3-a windows inside the three players
- 2022-04-16 06:39:14下载
- 积分:1
-
一个将MP3文件转换为WAV文件的源程序,需要mp3play.ocx
一个将MP3文件转换为WAV文件的源程序,需要mp3play.ocx-An MP3 file will be converted to WAV files source, the need mp3play.ocx
- 2023-06-05 20:15:03下载
- 积分:1
-
Vision and system design magazine 2009 January
Vision and system design magazine 2009 January
- 2022-01-31 06:54:43下载
- 积分:1
-
ACE分离器例子
很好的ACE reactor服务器源码,又很充分的例子来说明reactor的使用,这是一个服务器源码,对收到的数据返回到客户端
- 2022-08-22 10:07:59下载
- 积分:1
-
i2c 的一些文档,对i2c设计有很大的帮助!
i2c 的一些文档,对i2c设计有很大的帮助!-i2c some documents, the design of i2c great help!
- 2022-07-20 15:13:14下载
- 积分:1
-
This example uses the FTP Server Profile library (ftps) to implement a simple re...
This example uses the FTP Server Profile library (ftps) to implement a simple read-only FTP server application. When the application is running, Bluetooth FTP Profile client devices can connect to this FTP server. The FTP server provides the following functionality:
* File & folder browsing
* Downloading files
Since the filesystem is read only, folder listings can be pre-generated using the included make_listing.pl Perl script for each folder. Each folder to be included in the FTP Server must have a file containing the GOEP Folder Listing. This file should be called "_dir.xml". This must conform to the GOEP specification for folder listings. No processing of this file is made by the example application, it is just sent to the client when requested.
- 2022-12-09 17:20:03下载
- 积分:1