搜索资源列表
Windows CE下的串口通讯类
- 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVER
再现Windows的CD播放器
- 再现Windows的CD播放器 AppWizard has created this MyCDPlayer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file con
Windows图形编程
- Windows图形编程(英文),留美学者袁峰的一本绝嘉好书.我好不容易才找到,还买了此书的中文版.此书深入api,windows内部核心数据结构,direct核心数据结构,gui编程,字体结构. 强烈推荐-Windows graphical programming (English), the holder of the scholar Yuan Feng-chia never a good book. I finally find, but also bought a book of the
Windows 通用控件 FAQ Common Controls FAQ
- 通用控件是微软产品里很重要的一部分,尤其对许多 Windows 第三方产品开发者来说,但有时候开发者想在这么多通用控件里找个合适的,并有详细资料的却并不容易,本书就经常提出的问题进行了一些讨论,希望对 Windows 程序开发有所帮助。-common control products that Microsoft is a very important part, particularly for many Windows third-party product developers, but
跨平台调试器IDA在wince ARM 系统中的使用入门
- IDA 调试教程之一,跨平台调试器IDA在wince ARM 系统中的使用入门,用于代码分析.漏洞查找,Debug tutorial IDA one, cross-platform debugger IDA in wince ARM System Getting Started for code analysis. Loopholes Find
在WINDOWS把文本文件转化成二进制文件
- 在WINDOWS把文本文件转化成二进制文件,然后根据ID号码查找内容 ,The text file in the WINDOWS into binary file, and then under the ID number to find the content of
weme-wm50-arm-ppro10_6.1.1.200
- 使java能在moblie模拟器上运行的包。方便大家调试java程序在moblie上面的效果,由ibm公司编写的项目,外面很难找到的哦,So that java can run on moblie simulator package. We facilitate debugging java program moblie above results, the project prepared by the ibm company, it is difficult to find outside
dsniff.zip
- 不错的黑客工具箱,含很多有用的源码。可以嗅探email和http等数据包中的密码等信息。含Windows和Unix版本。可能使用到wpcapsrc.zip(可以在本站查找),A good hack tool boxes, which includes many useful sourcecode. It can sniff password information in email and http data packets. It includes windows and unix versi
BSE.Windows.Forms
- 软件说明: 跟XP系统左侧可折叠式菜单一样,可以折叠、展开,可以自己定义颜色,自己研究吧,非常有用的一个源码,样式和outlook左侧菜单差不多!我自己就在用,我用在erp项目里面,哈哈,很爽啊,大概步骤: 1.在你的解决方案里添加“现有项目”,找到BSE.Windows.Forms.cspro添加进去→2.在你自己的工程里面引用刚才添加的项目→3.运行一下,完成,在左边工具箱中就有啦。大概过程就是这样,反正死活就是要先引用。-Software Descr iption: with the
UDPSocket
- UDP类QQ聊天系统,VC++,SQL Server,供初学者交流学习使用-AppWizard has created this Communication application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applica
AFXRootkit2005
- 曾经非常强大的ROOTKIT源代码,现在很难找到了。-Was very powerful ROOTKIT source code, it is difficult to find.
OutlookBar
- C#侧边栏 的制作 软件说明: 跟XP系统左侧可折叠式菜单一样,可以折叠、展开,可以自己定义颜色,自己研究吧,非常有用的一个源码,样式和outlook左侧菜单差不多!我自己就在用,我用在erp项目里面,哈哈,很爽啊,大概步骤: 1.在你的解决方案里添加“现有项目”,找到BSE.Windows.Forms.cspro添加进去→2.在你自己的工程里面引用刚才添加的项目→3.运行一下,完成,在左边工具箱中就有啦。大概过程就是这样,反正死活就是要先引用。-C# sidebar, making
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
NextDll
- 类似CE功能 搜索内存数据地址 待完成-This Application Find Windows MemAddsree
anti-ssdt
- Windows XP是通过sysenter调用KiFastCallEntry将ntdll.dll的调用切换到内核的。KiFastCallEntry的原理是通过在SSDT中查找函数地址跳转。所以只要伪造一张原始SSDT,就可以使得SSDT-HOOK无效了。-Windows XP by calling KiFastCallEntry sysenter ntdll.dll call will switch to the kernel. KiFastCallEntry SSDT principle i
GetMediaInfo
- 利用 VC的Windows Media Player 控件提供的接口实现的媒体文件的信息的获取,艺术家、专辑等信息,以前,在网上找了好久也没找到解决方法,最后终于有了点头绪,发出来与大家分享,抛砖引玉,介绍一种简单的方法-Use of VC s Windows Media Player control interface provided by the media access to information documents, artists, albums and other informa
SmsFindMfc
- 开发环境:VS2005,运行环境:windows mobile 功能:根据关键字搜索收件箱中的短信,解决大量收件箱中短信数量多时的短信查找问题,-Development Environment: VS2005, operating environment: windows mobile features: keyword search in accordance with the SMS inbox to solve a large number of SMS inbox messages
Find-XP-Pass
- this program can find windows password trough a dll you can use it even in guess account enjoy it
WndKiller
- 指定窗口标题,后台自动监视窗口,并关闭这些窗口。主要应用于某些后台应用程序,自动运行时出现错误,弹出部分窗口,不能自动退出。使用该后台“杀窗口程序”,可以自动杀死这些窗口程序。(Specifies some window titles, the background application automatically monitors the windows, and closes the windows. It is mainly used in some background applica
Windows批处理高级教程精选合编
- Windows批处理高级教程精选合编一章 批处理基础 第一节 常用批处理内部命令简介 1、 REM 和 :: 2、 ECHO 和 @ 3、 PAUSE 4、 ERRORLEVEL 5、 TITLE 6、 COLOR 7、 mode 配置系统设备 8、 GOTO 和 : 9、 FIND 10、 START 11、 assoc 和 ftype 12、 pushd 和 popd 13、 CALL 14、 shift 15、 IF 16、 setlocal 与 变量延迟