搜索资源列表
changemac
- 编程修改网卡 MAC 地址的方法,针对RELTECK公司的 RTL8029AS芯片介绍了一种直接修改网卡 MAC地址的方法 程序用C语言与汇编语言混合编程实现并在实践中检验通过-programming changes to the Ethernet MAC address, the address RELTECK RTL8029AS chip company introduced a direct Ethernet MAC address to amend the methods and pro
DESguochengfenxiC++
- DES算法实现过程分析 之 C++实践篇-DES algorithm process analysis C chapter practice
Cryptology
- 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
boost_1_37_0.tar
- Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost
CompilerOfPLX
- 编译原理实践 PL/X语言编译程序源代码 C语言实现 在Visual studio建一个控制台工程 把源代码文件添加进去 编译运行就可以 有设计和测试-Compiling practice,it is a doument consisit of source code \designing doument and testing document . it is a programe of compiler of PL/X
yuanma
- 通过练习这十几个 c++实例,可以提高对编程的进一步理解,并提供编程能力。-The adoption of this practice more than a dozen c++ example, you can further enhance the understanding of programming and the ability to provide programming.
DLL
- DLL.rar是本人经过实践所编辑编译成功的使用DLL的例子,供c++ builder学习的同仁下载使用-After practice I DLL.rar is compiled by the editor of the successful examples of the use of DLL for learning c++ builder download colleagues
cgui
- 这一章介绍如何用qt 创建程序的主窗口。最后,读者能够生成一个有着全部菜单,工具条,状 态条和许多对话框的完整的用户界面。 应用程序的主窗口是用户界面的框架。SpreadSheet 应用程序的主窗口如图所示。这个程序 使用了第二章创建的Find,Go-to-Cell 和Sort 对话框。 很多GUI 应用程序都能够处理文件的读写,数据处-Overview The Only Official, Best-Practice Guide to Qt 4.3 Programming
Linux_Cprogrampractice
- Linux C编程实践,学习linuxC程序设计非常经典的书,值得好好研究-Linux C programming practice, and learning very linuxC classic programming book, it is worth a good study
yii-api-1.0.2
- yii框架api手冊, 只不過是英文的。 好好練習一下英文的呀。-api framework yii manual is in English. Well you practice my English.
QT
- 经典的QT C++ GUI 编程书。对于学习linux下做可视化编程很有帮助。-The Only Official, Best-Practice Guide to Qt 4.3 Programming.
1
- UNIX下C语言编程及项目实践-学习笔记-study note of C programming and project practice in UNIX environment
Exercise2
- 1、(实习题) 请编写一个程序,确定二叉树的特征。如:每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-1, (practice questions) Write a program to determine the characteristics of a binary tree. Such as: the level of each node, the node from the root to shoot length (
UnixLinux-program-practice-source
- UnixLinux编程实践教程源码,一本非常不错的学习linux下用c进行编程的一本书,以讲解linux系统命令为主线来分析各种linux下常用的编程技术-UnixLinux programming practice tutorial source, a very good learning under linux using c programming a book to explain the main line linux system commands to analyze under
c-he-zhi-zhen-ke-hou-ti-da-an
- C和指针课后题的答案(完整版)。配合c和指针这本书练习,效果最好。-C and answer questions after class pointer (full version). With c and a pointer to practice this book, the best results.
c-Senior-courseware
- 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
Unix-Practice-Project
- 精通Unix下C语言编程与项目实践,UniX通过shell与用户交互,它是用户与系统间的界面。-Proficient in C programming language and Unix Practice Project
mosh.c.tar
- Simple shell program. For practice with unix and linux systems
Win32_Prj
- 自已写的C语言实例源码,包含排序算法,链表,常用库函数练习等-The source code of C practice,including sort arithmetic,link and C lib function practice and so on
huidiao
- 学习结构体的练习,源码来自runoob网(it's a practice of runoob's example on structure.)