搜索资源列表
windows_stack
- C++BUILDER编的可以在WINDOWS下运行的栈的演示程序-C BUILDER series in the Windows stack running under the demonstration program
ImpleOfDataStruct
- 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements wil
randomc
- Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
erfenchazhao
- 二分查找法的windows环境下用c++编程出来 绝对是初学者的福音
Mediar
- Microsoft Visual C# 是世界上最流行的编程语言,利用 Visual C# 的最新版本 Visual C# .NET,您能够快速、有效地开发基于 Windows 窗体的应用程序,还可以为嵌入了 Microsoft Windows Media? Player 9 Series ActiveX 控件的应用程序添加新鲜、有趣而又非常实用的功能。本次课程设计在 Microsoft Visual C# .NET 中使用 DirectShow 控件,开发一个媒体播放器。创建一个简单 Visu
7个数据结构的实验_DataStructure
- 编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。-Compiler System : Visual C 6.0 operating system : Windows 2000/XP these procedures for the study and understanding of data structure will be very helpful.
DataStructure(CSharp)
- 将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structure and C# language and
Cshujujiegou
- C_C++与数据结构,运行环境 ======== WINDOWS 95/98,32MB以上内存,声卡等附属设备。 显示分辨率不低于1024×768,小字体。 1. 该软件不需安装,直接运行C_STRU.EXE即可。具体操作方法见软件中“帮助”菜单项中的“操作说明”。 2. 使用时,必须将 \h_file 文件夹中所有头文件拷贝到 Turbo C 文件夹中。 注意:不能将 \h_file 文件夹拷贝到 Turbo C 文件夹中, 也不能将 \h_file 文件夹中
Maze
- 用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细-Find a way through a maze with stack. The maze is generated randomly. Change the colors in console. Use C++ with detailed comments.
eight_queens_problem(win_program)
- C#实现的八皇后问题(windows程序) 采用递归回溯算法,是理解回溯算法的好帮手-C# to achieve the eight queens problem (windows program) using a recursive backtracking algorithm ,is a good helper to understand backtracking algorithm
solution
- 一个简单的C++算法,用于WINDOWS系统中,较短。-algorithms
all-kind-for-c-sort
- 用于window下各种排序的需要,有冒泡,hafu等等多种排序功能的全集-all kind of sort way for windows C progrom
ptrmulti
- windows下的C语言编程,实现的是多种排序方法。-windows of the C programming language, to achieve a variety of sorting methods.
FFT-AND-EvaluateExpression
- C语言实现快速傅里叶变换源码,windows xp 系统下才可以 数据结构表达式求值-The C language implementation of fast Fourier transform Data structure expression evaluates
Complex-
- 数据结构课程复数四则运算实验C- Other windows programs
GAApp
- Visual C++ 实现带时间窗的车辆路径问题-VTP with time windows.
read_photo_data
- 使用c语言将图片的二进制数据读取了出来,并可以看到具体的数据,当然此前你必须明白png格式的在Windows中的存储结构。-The c language picture of the binary data read out, and you can see the specific data, of course, previously you must understand the structure of the png format stored in the Windows.
subsetComput.rar
- 子集法实现NFA到DFA的转换,教学中给学生演示的。图用最简单的方法表示,非常便于理解。纯C代码,在windows和linux都可以编译运行,Subset of the NFA to DFA conversion, teaching to the student demonstration. Figure easiest way, very easy to understand. Pure C code can be compiled to run in windows and linux
code_for_al
- windows,c/c++,this is the code for zero study alog-c/c++,this is the code for zero study alog
运算器
- 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,