资源列表
PRE_POST
- program in c to implement prefix to postfix
yuankong
- VC6.0中编译动过,实现自动上线功能和上线提示功能,以及精美皮肤一份,可自己添加其他功能-VC6.0 compiled moved, automatic on-line features and on-line prompts, and a beautiful skin, you can add other features its own
time-date-display
- C++的课程设计。。用于时间显示。本人自己写的。绝对通得过编译。-C++ in the course design. . For the time display. I wrote it myself. Compiled through too absolute.
Code
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed explanation of intertask communication four ways: the clipboard, anonymous pipe, named pipe and the mail slot. And the comparative analysis this several inter-process communication strengt
Code
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-Con
IssueService
- 可以进行调试运行的服务类,封装了大部分服务相关的API,简单易用,运行时带上参数"i-安装服务","s-开始服务","e-停止服务","u-卸载服务"-Commissioning of services can class that encapsulates the most service-related API, easy to use, run-time parameters to bring " i-installation services" , " s-sta
kongjianji
- VB经典控件和模块。非常实用. 包含按钮控件,模块,多彩进度条-VB Classic controls and modules. Very useful. Contain button controls, modules, colorful progress bar
ActiveDrivenbyLocalBinary
- Implicit Active Contours Driven by Local Binary Fitting Energy
Memoryrelease
- vb内存释放源码,算法很经典,值得分析。-vb source code release memory, the algorithm is very classic, worthy of analysis.
VIRTUMEM
- 操作系统实验(任爱华),第一部分,基于Windows环境的实验,实验二,Windows虚拟存储器管理-Operating System Experiment (Renai Hua), the first part of the Windows environment based experiment II, Windows virtual memory management
Mutex
- 首先,调用 CreateEvent函数创建一个事件对象,该函数返回一个事件句柄。然后,可以设置(SetEvent)或者复位(ResetEvent)一个事件对象,也可以发一个事件脉冲(PlusEvent),即设置一个事件对象,然后复位它。复位有两种形式:自动复位和人工复位。在创建事件对象时指定复位形式。 自动复位:当对象获得信号后,就释放下一个可用线程(优先级别最高的线程;如果优先级别相同,则等待队列中的第一个线程被释放)。 人工复位:当对象获得信号后,就释放所有可利用线程。 最后,使
caltech-lane-detection
- used to detect curves. on the dos platform
