-
自己写的进程调度中时间片轮转算法实现程序
自己写的进程调度中时间片轮转算法实现程序-himself in the process-time scheduling algorithm procedures Web
- 2022-03-24 03:01:44下载
- 积分:1
-
Achieved with the mouse as a center of a circle of fixed
实现了以鼠标为圆心化固定大小的圆,可以自己选择颜色-Achieved with the mouse as a center of a circle of fixed-size circle to choose their own colors
- 2022-08-04 04:04:10下载
- 积分:1
-
wince3 内核源代码,具有很强的参考价值。wince3 kernel source code, has a strong reference value....
wince3 内核源代码,具有很强的参考价值。wince3 kernel source code, has a strong reference value.-wince3 kernel source code, has a strong reference value.
- 2022-02-26 16:49:23下载
- 积分:1
-
以VC++为编程工具,解决C语言中的经典问题:mail
以VC++为编程工具,解决C语言中的经典问题:mail-box问题。-to VC++ programming tools, C language to solve the classic problem : mail-box issue.
- 2022-01-26 02:59:44下载
- 积分:1
-
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数....
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
- 2022-03-12 03:09:44下载
- 积分:1
-
Foxmail 新版中有一个《邮件特快专递》的功能。起先搞不懂如何用,后来知道要在“工具...
Foxmail 新版中有一个《邮件特快专递》的功能。起先搞不懂如何用,后来知道要在“工具->系统选项”那边设置“本地 DNS 服务器的IP地址”。 觉得这个新功能蛮好用的。不需要通过SMTP代理,可以直接通过本地往邮箱所在的邮件交换器发送邮件。在暑假一开始想在 VC++ 中实现这个功能。用 IRIS 截包后,发现程序中有 mx8.263.net 发送邮箱,不知道这个是什么东西,所以作罢。后来才想到这个就是 263.net 的MX记录主机,原来特快专递的原理就是往这个主机上发送数据就行。-Foxmail is a new version of "Speedpost mail" function. Initially do not understand how to use, we later learned to "tool-gt; System Options "side set up" local DNS server IP addresses. " Think of this new feature very good use. Going through SMTP agents, through direct mail to the local where the mail exchange mail. Beginning in the summer to a VC in achieving this function. With IRIS cut package and found out the mx8.263.net send mail, I do not know what this is, give up. Later 263.net think this is the MX records mainframe, the original Speedpost this principle is to send data on the mainframe on the trip.
- 2022-03-20 15:14:35下载
- 积分:1
-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1
-
vc Programming 100 cases. Including interface, buttons, controls, dialog boxes,...
vc编程一百例。包括界面 ,按钮,控件,对话框,多媒体等等各方面的实例100个。-vc Programming 100 cases. Including interface, buttons, controls, dialog boxes, multimedia, etc. Examples of the 100.
- 2023-05-06 08:15:03下载
- 积分:1
-
采用C#开发语言,使用API应用程序接口函数,实现视频监控功能,包含录制视频,视频拍照等功能。
该代码采用C#开发语言,使用API应用程序接口函数,实现视频监控功能,包含录制视频,视频拍照等功能。
- 2022-11-29 23:25:03下载
- 积分:1
-
This is a demonstration of the script application procedures. Application of the...
这是一个演示脚本应用的程序。脚本应用是很多程序扩展自己功能的重要方法。这里给出了一个很简单的例子。-This is a demonstration of the script application procedures. Application of the script is a lot of procedures to expand their function in important ways. Here is a very simple example.
- 2022-02-20 06:43:24下载
- 积分:1