资源列表
5
- 进程调度-基于时间片轮转调度算法,操作系统实验,C++编程,免费下载.windows编程.-Process scheduling- scheduling algorithm based on time slice rotation, the operating system experiment, C++ programming, free download. Windows programming.
guibingpaixu
- 此为二路归并排序实例,这是归并排序中最常见的一种方法-Merge sort examples Road
DebugConsole
- add console for windows gui application.
login
- cpu testing for windows.
winserver
- Windows server cpp rar file
code
- This code is for the digital voltmeter.
DbbppskmdmP
- dpsk信号的调制解调matlab代码码实现的一个源码实例,使用正交调制解调。 -matlab code of dpsk signal modulation and demodulation code implemented a source code example of using orthogonal modulation and demodulation.
WDistanceTrana
- 分水岭变换所用的距离图象计算算程序,可比较准确的计算距离值 -The watershed transform the image of the distance calculation and the procedure can be more accurate to calculate the distance value
geode-rng
- RNG driver for AMD Geode RNGs,Hardware driver for Intel i810 Random Number Generator (RNG)
MessagesTableModel
- MessageDialog显示发送e-mail邮件的对话框。使用SMTP协议发送E-mail的步骤是这样的: (1)客户端连接某个E-mail服务器。 (2)客户端向该服务器发送一个E-mail。 (3) 客户端关闭到服务器的连接。 使用SMTP发送E-mail的工作非常简单,客户端软件建立到SMTP服务器的一个连接,接着向该服务器发送邮件,最后关闭连接。然后SMTP服务器获得邮件,并将其转发给相应的接收Email的邮件服务器。