资源列表
plug
- 写*程序的源码,用VC编写,对写*程序的开发人员非常有用-Write plug-in program source code
PD12
- powerdesinger12.0 的破解补丁。-the crack patch of powerdesigner 12.0
Hamminproject
- some text for c++ code...i hope it helps....lols
Sybase.PowerDesigner.v12.5-Crack
- powerdesigner 12.5 破解补丁-the crack patch of PowerDesigner 12.5
tudeshixian
- 数据结构中 图的实现dsf dsfsdf-Data structure diagram of the realization of dsfdsfdsfsdf
erchashu(AVL)Cshixian
- AVL在实际服务端应用中较多见,它的主要好处是原理简单并且具有良好的搜索/插入/删除速度(时间复杂度均为O(logN)).这里贴一个我写的简单实现,-AVL server-side applications in practice more see, its main advantage is that is simple in principle and has a good search/insert/delete speed (the time complexity are O (logN
socket
- soket通讯的例子,开发环境vs2008,winform版本-soket communications example, development environment, vs2008, winform version of
lcdwdemo1
- to run the Win32 demo: First start LCDSERV.EXE, the LCD simulation server. Second start the LCD demo application DEMOAPPL.EXE.
CV_VC
- c++实现人脸识别,通过opencV中的函数实现此功能-c++ to achieve face recognition, through the opencV implement this feature in the function
Win
- 一些Windows编程介绍。内涵多个CHM文件,包含WindowsAPI大全,和一些设计技巧~-Introduced a number of Windows programming. Meaning multiple CHM files, including WindowsAPI Daquan, and some design skills ~
flex_tutorial
- 该书简明的介绍了Flex,是入手Flex的必备教程-Book a concise introduction to the Flex, is an essential starting Flex Tutorial
jsuanq
- 请按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序。要求: (1) 从键盘输入一个完整的表达式,以回车作为表达式输入结束的标志。 (2) 输入表达式中的数值均为大于等于零的整数。中间的计算过程如果出现小数也只取整。 -Follow the four operations add, subtract, multiply, divide, power (^) and brackets the priority relations and practices