搜索资源列表
2010偷QQ号VC源代码
- 2010年最新偷QQ源代码和工具
VC++访问mysql数据库
- 使用vc++2010或2008等访问mysql数据库
Mir3EIServerDev
- 传奇3服务端完整源码,包括网关和引擎,本人修复并完善,编译环境VS2010.NET,语言:C++ VC Xingbarking 2010-12-12-Legend 3 complete server source code, including the gateway and the engine, I repair and improvement, build environment VS2010.NET, Language: C++ VC Xingbarking 2010-12-12
VC2010_MDITabsDemo
- VC++2010 多Tabs窗口使用的一个非常好的实例,做项目的时候可以用来参考,制作多属性窗口时特别有用-VC++2010 Tabs windows use more than a very good example, when a project can be used to refer to the production is especially useful when multiple properties window
live.2010.11.17_vc6
- live555流媒体服务器源代码2010.11.17版,增加了VC6.0工程,便于进行跟踪和调试。本人在pudn上也找了其他的号称有vc工程的的代码,但下载的结果却很是失望,那些文件里要么没有dsp文件,要么里面只有一个.mak文件,根本无法调试。因此决定自己把dsp工程整理出来。"vc6-live555"目录中是lib工程和exe工程,注意这里只有一个dsw文件,这个workspace包含了5个project,并且建立了项目的依赖关系,因此编译时请打开live555.dsw。"vc6-test
2010TXBar
- vc++下开发超酷的xtbar界面程序,欢迎大家参考,谢谢提出意见!-vc++ cool interface developed under the program, welcome to your reference, thank you comments!
g726-vc-2010-05-12-1
- g.726语音编解码标准的使用,整个程序的功能如下: 1)读入原始的WAV语音文件(Audio sample rate:8khz,Audio sample size:8bit) 2) wav语音文件转为PCM语音文件 3)对PCM语音文件进行G.726压缩编码 4)对压缩后的文件进行解压缩转为PCM语音文件 5)把PCM语音文件转为WAV语音文件-g.726 speech coding standards for the use of the functions
SnakeGame
- 一个c++做到贪吃蛇游戏(vc++2010)-C++ to do a Snake
live.2010.11.17(vc6)
- LIVE555流媒体服务器源码,在live555的2010.11.17版的基础上增加VC6.0工程,方便跟踪调试。我以前找到的带vc工程的live源码其实都是假的,至少不能说是一般意义上的vc工程。因为那些项目中要么只有一个.mak文件,要么就是要在命令提示符下输入nmake xxx.mak进行编译,无法实现对项目的跟踪调试。 现在对这些工程进行了彻底的整理,实现了真正的VC6.0工程,增加的工程文件(*.dsp)在vc6-live555子目录中,测试工程文件在vc6-testProgs子目
dll
- vc++上实现动态链接库 2010-06-21 11:36 -vc++ on the dynamic link library 2010-06-21 11:36
2010._Demo
- vc多视图文档,改变窗口背景颜色,子窗口背景颜色,直接可用-vc multi-view document, change the window background color, background color of a child window, directly available
GHCommonNetDll
- 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器
2-camera-optical-flow-NUS
- 这个程序应用于机器人视觉系统。可以即时从两个摄像头同时读取摄像。程序包括视屏抓取,光流计算以及计算结果检验。计算结果通过串口直接发送到控制计算机。-This program is dedicated to capture real time optical flow from two cameras with intersect angle 180 or 120 degree. It includes Optical flow capturing, calculation
VC2010_TabbedView
- VC中在类似Tab的View,使用方便,View类来表达,使用时可参考,用的是最新的开发工具VC++2010-Tab in the similar VC View, easy to use, View class expression can be used for reference, with the latest development tools VC++2010
VC2010jiaocheng
- VC++2010经典初学教程 绝对适合初学者!(比如像我 这样的)-VC++2010 classic absolute beginners tutorial for beginners! (For example, like me)
QuakeBsp
- OpenGL Quake 源码,不同于其他人所写代码,用C++类封装,代码均有注释,具有很好的编程规范,VC++2010编译-OpenGL Quake source, different from other people wrote code in C++ class package, the code has comments, with good programming standards, VC++2010 compilation
Visual_CPP-2010
- 讲述vc++2010的入门教程,教你如何适用vc++2010-vc++2010 a book to study vc++
uCOSII2.91_Demo
- 可以直接在vc++2010 express 上运行的ucos,来源于网络(UCOS that can run directly on vc++2010 express, derived from the network)
VC++-2010yykfjs
- 通用控件是Windows应用程序用户界面的重要组成部分,然而Windows通用控件有很多个,根据控件使用的难易程度,将控件分为几个类别,由浅入深,通过学习,读者就可以利用这些控件完成基本的Windows编程任务。(General control is an important part of the user interface of the Windows application, but there are many Windows general-purpose controls. Acc
VC++2010yxkfsj
- 对DirectX11关于2D纹理映射方面基础知识的一个讲解,然后通过一个demo的创建过程来将学到的理论知识付诸实践。(Explain the basic knowledge of DirectX11 about 2D texture mapping, and then put the theoretical knowledge into practice through the creation process of demo.)