资源列表
master
- 在该工程中,服务器仅仅为了演示才使用了一个可见的窗体。服务器本身并不需要任何形式的用户界面,不过,通过用户界面反映出来的状态信息将有助于调试和运行时的监控。(注意,如果需要状态监控,另一种方法是由服务器提供状态方法,并由单独的监控应用程序来对服务器的状态进行查询。-thread can speed the program ontime and no delay proform prgram
MASTERMIND
- Applet Name: Mastermind Applet Source: mastermind.java Import(s): java.awt, java.net, java.awt.image Feature(s): image, mouse-Applet Name: Mastermind Applet Source: mastermind.java Import (s): java.awt, java.net, java.awt.image Feature (s): image, mo
MatrixMul
- an example of matrix multipication on cuda GPU
MBR-read
- 读取磁盘MBR信息及扩展分区信息(包括CHS参数,LBA参数等)-Read the MBR message
MBR
- gh0st3.6的硬盘锁代码,摘取出来优化了一下,可以运行-hard drive lock code gh0st3.6 selected to optimize the look out, you can run
MD5100
- 标准C++写的使用MD5算法加密和解密的代码,这个代码测试可以使用。-Written in standard C++ using the MD5 algorithm to encrypt and decrypt the code, this code test can be used.
MD5102
- Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
mdio_test
- 主要是以linux為base的os,可利用此程式,讓cpu與switch溝通,並且測試之間界面的mdio也就是mii界面是否正常-err
MDI_One_Sample_Demo
- 如何在MDI中使子窗体只保留一个实例。采用的C#语言。-How in the MDI child form manipulation to retain only one instance. Use of C# language.
mdump
- 一个生成dump文件的封装类,可以在程序异常退出时将最后的出错信息保存成dump文件,以便于调试。-A dump file generated wrapper class, you can program to quit unexpectedly when the last error information is saved into a dump file for debugging.
mechanics
- 是几个固体力学的源程序,用FORTAN 编写的-solid mechanics with FORTAN preparedAre the source of several solid mechanics with FORTAN prepared
mem101
- 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。