资源列表
WinDebug用法详解
- WinDBG 是个非常强大的调试器,它设计了极其丰富的功能来支持各种调试任务,包括用户 态调试、 内核态调试、 调试转储文件、 远程调试等等。 WinDBG 具有非常大的灵活性和可扩展性, 用来满足各种各样的调试需求,比如用户可以自由定义调试事件的处理方式,编写调试扩展模块 来定制和补充 WinDBG 的调试功能。(WinDBG is a very powerful debugger, and it designs an extremely rich function to support
PasswordForm
- Password Form using C# Windows Form Application to learn the basic of C#
Password with Timer
- Password Form with Timer using C#
Alarm Clock
- Alarm Clock design and code using C#
gentor-executive
- ce易语言源代码,用于内存数据的搜索与修改()
ClickEvents
- To learn toolbox items events and using them on c#
Tutorial PSPICE
- Tutorial PSPICE electronics circuits of components
ComboBox3ODDEVEN
- Using ComboBox decide which one is even or odd on C# wpf
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
坐标转换
- 国内坐标都是经过偏移算法的,国内坐标与国际坐标的互换(The domestic coordinates are all interchanged through the migration algorithm, the domestic coordinates and the international coordinates)
Qt中的C++技术
- 详细介绍了QT的使用方法以及用例,是QT入门非常推荐的书籍。(A detailed introduction to the use of QT and use cases is a very recommended book for the QT entry.)
ImageFiltering
- Using bitmap in C# appy different colors and filters