资源列表
GCTEU7
- 一个非常简单的程序,演示按钮控件是如何使用的,本例有两个按钮()
videotransmission
- QT作为客户端接收图像并显示图像,并调用了目标追踪算法(QT receives the image and displays the image as the client, and calls the target tracking algorithm)
test_inotify
- 使用linux inotify机制监听文件的变化,比如文件修改,文件创建,文件删除等(watch the status of file or dir by linux inotify, include modify file, create file or dir)
Unix and Sybase 的安装
- unix sybase 安装说明,详细的说明的安装步骤和设置(unix sybase nstallation instructions)
CTFcryptoCrack
- 各种加解密(凯撒,base64,rot等),各种编码解码,可添加识别py脚本(Various encryption (Kaiser, base64, rot, etc.), various encoding decoding, can be added to identify the py scr ipt)
filter
- 去除函数注释,去点函数中的空格,去掉函数体只留下大括号(Remove the function notes, go to the point function in the space, remove the function body leaving only curly braces)
blacd
- 个人编写的一些类单链表,栈等,不错的学习资料()
skmontor_nt4_src
- 监控注册表变动,运行环境 Windows NT(Monitoring registry changes, running environment Windows NT)
961864
- 个小型的数据库软件,用VC编写,数据库用ACCESS()
potymowphism
- 主线程尝试给第一个线程发送一个消息,PostThreadMessage()
Md5加密算法的原理及应用
- Md5加密算法的原理及应用 --- Md5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory For Computer Science和Rsa Data Security Inc的Ronaldl.rivest开发出来,经md2、md3和md4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被“压缩”成一种保密的格式。由于md5算法的使用不需要支付任何版权费用的,所以在一般的情况下,md5也不失为一种非常优秀的加
QT和面向对象节介绍
- 在Linux上QT的基本,QT程序开发 开发一个Qt应用程序的步骤: 1、 先声明所需的窗口部件 2、 设置它们的属性 3、 然后再把这些窗口部件添加到布局中 4、 根据Qt的信号/槽原理,创建并连接使用到的信号/槽,通过窗口部件之间的通信可管理用户的交互行为 5、 程序的编译、链接和运行(Basic QT program development on Linux on QT Steps to develop a Qt application: 1. Declare the re