搜索资源列表
QT的图形界面开发实例教程
- 基于QT的图形界面开发实例教程,包括QT的安装,QT的使用,以及QT常用工具介绍。
GDB
- 详细介绍了UNIX环境下调试器GDB的使用教程,对初学unix c编程的朋友有很大帮助
Source_Insight
- 功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Window平台上,使用一些常见的集成开发环境,效果也不是很理想,比如难以将所有的文件加进去,查找速度缓慢,对于非Windows平台的函数不能彩色显示。于是笔者通过在互联网上搜索,终于找到了一个强大的源代码编辑器,它的卓越性能使得学习Linux内核源代码的难度大大降低,
Sniffer使用教程
- Sniffer使用教程,推荐下载。-Sniffer directory to download.
OpenSSL.rar
- 用于实现SSL协议下的数字签名的软件OPENSSL的使用教程,SSL protocol for the realization of the digital signature of the use of software tutorials OPENSSL
QT
- 一个很好的QT入门教程,从简单的“hello world”入手,到一个复杂的游戏的实现,手把手教你使用QT-A good entry-QT Guide, from a simple " hello world" approach to a complex game the realization of手把手教you use QT
TomCrypt
- 专为VC++开发的加密函数库,可以在bcc下编译成lib,内含使用教程和帮助文档。-For VC++ development library of encryption can be compiled under bcc into lib, includes the use of tutorials and help documents.
redflag6.0book
- 红旗6.0使用教程 便于初学者参考的书籍-Red Flag 6.0 tutorial easy to use reference books for beginners
TomCrypt
- 专为VC++开发的加密函数库,由Rinick编写了makefile文件,可以在bcc下编译成lib,内含使用教程和帮助文档。 -Developed specifically for VC++ encryption library from Rinick prepared makefile file can be compiled under bcc into lib, includes the use of tutorials and help documentation.
ida
- 注明的静态反汇编工具IDA的使用教程,IDA可静态反汇编各种处理器的目标代码。-Static disassembly tool indicated the use of tutorial IDA, IDA can disassemble a variety of processors, the static object code.
linux_autoconf_and_automake_Tutorial
- linux autoconf和automake使用教程linux autoconf and automake Tutorial-linux autoconf and automake Tutorial linux autoconf and automake Tutorial
Emacs
- Emacs编辑器使用教程。 本文的主旨以讨论 EMACS 的入门为主,其内容包括 EMACS 发展的概述, EMACS 整合环境的简介以及 EMACS 的基石 - editor 的详谈。本文在结构上分成八章,第一章讨论有关 EMACS 的源起、发展历史以及 EMACS 的特性简介。 第二章讨论 EMACS 的 on-line help。第三章则简单介绍 EMACS 的整合环境。接下来就是本文的重点,探讨 EMACS 的本质。 所以,第三章之後的各章节则详细探讨 EMACS 为 editor
H-Jtag
- H-JtagDebugFinal使用教程-H-JtagDebugFinal Tutorial
linux2.6.33_zc301usb
- linux2.6.33下zc301usb摄像头使用教程---傻瓜是教程(转载)-linux2.6.33 next zc301usb--- fool the camera is using the tutorial tutorial (reprinted)
How-to-useLindo
- lindo使用教程,第一节 简介与安装 第二节 用LINDO求解线性规划 (LP) 问题 第三节 用LINDO求解整数规划(IP) 和二次规划(QP) 问题 第四节 GINO简介 第五节 LINGO简介 -lindo Tutorial, Section I Introduction Section II with the installation of linear programming with LINDO (LP) problem of Sec
Linux_vi
- linux vi的使用教程。希望那个有用-linux vi use tutorial. Hope that a useful
qtPcreator
- qt使用教程,是入门初学者必备的qt教程书籍-qt introduction
Wireshark_Using-the-tutorial
- Wireshark使用教程,可以帮助你尽快的熟悉相关操作-Wireshark using the tutorial can help you as soon as possible familiar with operation
LINUX_Shell编程基础教程
- 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the