C++开发用到的串口控制DLL
好用的串口控制dll,很好用,分享
接口很简单,浅显易懂,不多说
GIF动态图显示类
压箱底儿的一个GIF动画显示类,欢迎下载
用于VC中,直接将控件的类名称改为此类名称就好了
51 十天学会单片机讲义,郭天祥
学单片机需要什么基础?
什么是单片机、单片机能做什么、怎么开始学习单片机。
学单片机需要的一些预备知识
C51基础知识。
了解TX-1C单片机学习板系统结构
如何用TX-1C单片机学习板在短时间内掌握51单片机和C语言编程。
KEIL工程建立详细介绍及KEIL软件使用方法
从点亮实验板上的一个发光二极管开始
debugview 工具使用说明
debugview 工具使用说明
Sysinternals DebugView
Copyright © 1999-2004 Mark Russinovich
Sysinternals - www.sysinternals.com
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output generated by standard debug print APIs, so you don’t need a debugger to catch the debug output your applications or device drivers generate, and you don't need to modify your applications or drivers to use non-Windows debug functions in order to view its debug output.
License
You may not redistribute DebugView in any form without the express written permission of Mark Russinovich. If you wish to redistribute DebugView, please contact licensing@sysinternals.com.
dbgview 调试小工具
dbgview 调试小工具 网上很少找到了,另有使用说明在下载目录下
清除系统垃圾
清除系统垃圾,bat文件 、
@echo off
echo 正在清除系統垃圾文件,請稍等......
echo ……………………………………
echo ……………………………………
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q %systemdrive%\*.syd
del /f /s /q %systemdrive%\*.pf
del /f /s /q %systemdrive%\*.chklist
del /f /s /q %systemdrive%\*.ftg
del /f /s /q %systemdrive%\*.fts
del /f /s /q %systemdrive%\*.prv
del /f /s /q %systemdrive%\*.err
del /f /s /q %systemdrive%\errorlog.txt
del /f /s /q %systemdrive%\*.diz
del /f /s /q %systemdrive%\*.dmp
del /f /s /q %systemdrive%\*.spc
del /f /s /q %systemdrive%\*.cdr
del /f /s /q %systemdrive%\*.#res
del /f /s /q %systemdrive%\*.mch
del /f /s /q %systemdrive%\*.$$$
del /f /s /q %systemdrive%\*.@@@
del /f /s /q %systemdrive%\*.---
del /f /s /q %systemdrive%\*.$$$
del /f /s /q %systemdrive%\mscreate.dir
del /f /s /q %systemdrive%\0.nch
del /f /s /q %systemdrive%\thumbs.db
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
rd /s/q %temp% & md %temp%
rd /s/q "%userprofile%\Local Settings\Temporary Internet Files"
echo 系統垃圾清理完筆,按任意鍵退出
echo. & pause