-
ADT-Adder-2.0
adt adder for world of warcraft adt files
- 2013-10-06 13:29:34下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
MMBPlugInSDK
Multimedia Builder 是一款制作多媒体程序的优秀软件。它具有强大易用的交互功能,丰富的对象使用,潜力无限的脚本语言,以及小巧易懂的小助手,并且支持绝大多数的多媒体文件格式,加上内建多种影像处理效果,将能帮助你快速的开发一个漂亮的互动式多媒体应用程序。
本套代码为MMB的PLUGIN SDK,用于扩展MMB的应用程序功能。(Multimedia Builder is a multimedia program produced excellent software. It has a powerful and easy to use interactive features, rich object the use of unlimited potential scripting language, as well as small and easy to understand his assistant, and support the vast majority of multimedia file formats, plus built-in a variety of image processing effects, will be able to to help you quickly develop a beautiful, interactive multimedia applications. This set of code for the MMB' s PLUGIN SDK, the application for the expansion of MMB function.)
- 2010-03-08 23:58:29下载
- 积分:1
-
sound
求一段音频信号的短时过零率,可用于特征的选取,以及对音频进行分类筛选等场合。(For the sound process)
- 2018-03-23 14:14:44下载
- 积分:1
-
Excel
Excel操作,用语VISUAL C++6.0 ,好东西来着,可以通过此做报表功能(Excel operations, terminology VISUAL C++ 6.0, good things come forward, you can make statements through this function)
- 2008-04-11 19:56:02下载
- 积分:1
-
PatchSystem
GUNZ2 更新系统,工具和登录器源码, 完整可以编译.(GUNZ2 Patchsystem)
- 2015-09-09 10:20:50下载
- 积分:1
-
Employee
自做的一个日历,包括基本的一些特征,年月日,可以自己设定。(Since a calendar, including some of the basic characteristics and date can be set.)
- 2013-04-14 21:24:27下载
- 积分:1
-
Firewal
VC设计windows防火墙,IP过滤功能、设定规则等等(VC design windows firewall, IP filtering, set the rules, etc.)
- 2009-05-05 20:06:35下载
- 积分:1
-
Draw
说明: 改程序可画一个扇形(MFC)
改程序可画一个扇形(MFC)
改程序可画一个扇形(MFC)(The program is to draw a sector)
- 2011-03-08 20:22:11下载
- 积分:1
-
testZeroMQ
内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求
下载ZeroMQ
下载网址:http://zeromq.org/intro:get-the-software
点击“Windows sources”下载zeromq-4.0.3.zip文件
编译ZeroMQ库文件
解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件
编写简单的测试工程
1.用VS新建2个项目,一个是server端,一个是client端
2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程
3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程
4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
- 2014-02-19 08:43:26下载
- 积分:1