搜索资源列表
Win98_shell
- 几个shell的例子,很简单,一看就明白,希望对大家又帮助-example, a very simple, a person would understand, and I hope to help everyone
TxtInfo
- TxtInfo shell extension, personally , it s not very useful, but if you want to study the extensions, it s still a good example.-TxtInfo shell extension, personally, it's not very useful. but if you want to study the extensions. it's still a g
vcCreateThread
- 多线程编程 C++下如何创建线程 简单实例源码-multithreaded programming C threads how to create a simple example FOSS
ShareMem共享内存
- 一个好的共享内存编程例子,通过该例子可以掌握共享内存编程的方法。比较实用-a good example of shared memory programming, through which we can get examples of shared memory programming method. More Practical
用Shell扩展实现源代码统计程序
- 在 Windows 的资源管理器窗口中,我们见过 WinZIP,WinRAR 等软件能在文件或文件夹的默认快捷菜单中添加几个菜单项,它可以使用户无须进入软件内部而直接在视窗中进行压缩/解压操作,十分方便用户操作,这无疑是一个较好的应用模型,它就是我们所说的Shell扩展技术。此源代码将以一个普通的源代码统计程序为例来说明怎样实现Shell扩展技术。-the Windows Resource Manager window, we have seen Photoshop, WinRAR softwa
R
- 跨进程解锁互斥体 Mutex,解锁CreateMutex,不单单是本进程哦,包括另外一个进程照样解锁,含权举所有进程和所有进程的所有Handel,Model,完整的范例,含demo范例,搞程序多开必备,独家上传.-Unlock mutex Mutex across processes the unlock CreateMutex, not just the process, oh, another process still unlock, including the right to cite
changedircolor
- 一个文件夹换皮肤的例子-A folder for example skin
dragdropfiles
- 一个如何在你的程序中接受从Windows Explorer里拖过来的文件的例子--A example that how to receive files dragged from Windows Explorer
HideDesktop
- 是一个简单的shell类,对学习shell的学者是个很好的例子,希望多多指教。-Shell is a simple type of learning scholars shell is a good example of the hope that the exhibitions.
Advanced_buffer_overflow_exploits
- 现在有许多缓冲区溢出攻击代码。早期缓冲区 溢出攻击代码只产生了一个shell (执行程序/ bin / sh ) 。但是, 如今一些缓冲区溢出攻击代码已经很不错的功能。 例如,通过过滤,打开一个socket,打破的chroot , 等等。本文将试图解释先进的缓冲区溢出 利用技巧根据英特尔x86 Linux操作系统。-Nowadays there are many buffer overflow exploit codes. The early buffer ov
Shell
- 基本上shell分两大类: 一:图形界面shell(Graphical User Interface shell 即 GUI shell) 例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。 二:命令行式 shell(Comm
shutDownWinXpExample
- This a example of how to Shutdown, Restart, and Log Off Windows XP using code. This uses Shell code. It works very well. I only tested the Shutdown code but the others should work. Note: The shutdown service will obviously need to be running for this
zebra
- Example of usage Java Expertise System She-Example of usage Java Expertise System Shell
Apress.Expert.Shell.Scripting.Jan.2009
- 2009年图书:精通Shell脚本编程 The book is meant for the intermediate shell coder up to the advanced shell-code hacker, because I don’t explain many basic programming structures. If you’re looking for that type of book, you should look to the resources me
ann
- 模糊控制模块的应用以及简单矩阵实例运用和分析-Application of fuzzy control module and a simple example of the use and analysis of matrix
MfcExeSelfUpdate
- 看了好多升级程序,都是只能更新其它的文件,不能更新自己,所以写了这个MFC例子,实现升级程序的自更新。-Read a lot of the upgrade process, all other files can only be updated, can not update themselves, so wrote this MFC example, the upgrade process to achieve self-update.
IPSwitchV1.0
- C#源码:如果您电脑的IP地址经常要换来换去(比如:笔记本用户在家里需要一套配置,在公司又是一套),每次都要重新设定IP、网关、DNS服务器等一系列的地址,是不是感觉很不方便?“自由人IP切换器”是本人为解决这样问题而设计的。现在把它拿出来与大家共享,免费使用,支持多网卡、多网络,自动保存不同网络设置。可在不同网络间自由切换而不需要重新启动电脑 -C# Source: If your computer' s IP address in exchange for often go (exam
c_dll_4_vb
- This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass arguments and parameter to DLL from VB s ca-This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass argument
CallingVCDLLfromVB
- This function demonstrates how to call a DLL compiled in VC++ in VB. In this example, it provides both VC++ source code to make DLL and VB code to call function inside.
TraceListener
- TraceListeners allow you trace an application by capturing the trace messages to a console window, to a text (log) file or an event log. In this example, we ll log the trace into a text file. -TraceListeners allow you trace an application by capturin