资源列表
ComPortMonitor
- Visual Basic Com Port Monitor -Visual Basic Com Port Monitor
path
- 探询路径 问题的提出:编写程序,输出下图的0至n(1<=n&&n>=9)的所有路径。 该题的核心是找出满足一定规律的递归条件,从而设计出递归算法。仔细分析不难发现规律: 0至n的路径由0至n-1的路径,加上n-1至n的路径,以及0至n-2的路径,加上n-2至n的路径这 两部分组成。即欲找0至n的路径,可以转化为找0至n-1及0至n-2的路径,这就可建立递归。-Explore the path Of the problem: the preparation
JavaEmail
- 使用Java GUI可视化界面实现邮箱的登录、发送和接收-Use visual Java GUI login interface to achieve the mailbox to send and receive
test41
- 一个不是很复杂的程序,但又急需成为会员,所以只能这样-a very complicated procedure, but need to become a member, so we can only do
zonghepaixu
- 关于综合排序的一个课程设计,第一次做,不知道有没有什么问题哈,-Sort of a comprehensive curriculum design, the first time, I do not know what the problem is not Kazakhstan,
Hook
- HOOK钩子的应用,通过HOOK截获键盘消息,鼠标消息。
palindrome
- 回文的判断方式,c++实现,参照baidu上面的代码-Palindrome way the judge, c++ Achieve, in the light of the above code baidu
Boat_5
- Boat Class Project.Instantiating a boat and its objects with attributes
Simple_PLCIO
- 采用异步方式实现与Siemens 系列 PLC通讯,通讯接口为OPC。-Asynchronously with Siemens Series PLC communication, communication interface to the OPC.
WebImage
- VB版网页照相机(抓取网页并保存为BMP)-VB version of the web camera (crawls the web and save it as BMP)
zoom_dpr
- 使用delphi实现的屏幕放大镜程序,可以实现放大倍率的调整,附有源码-screen magnifier,developed in delphi,with source code
MFC_UnicodetoUTF-8
- MFC 以宏的形式提供了将一般文本转换成 UNICODE 数据类型的途径。开发人员只需要稍微改变一下编写代码的习惯便可以轻松编写支持 UNICODE 的应用。
