搜索资源列表
Demo
- 游戏中的寻路算法C++源码,可以自己编辑地图 。-Wayfinding game algorithm C++ Source, you can edit the map itself.
owndraw
- C++中编辑之后的窗口缩放,以及放大.无论是缩小还是放大缩小、放大按钮都会保持在窗口中间-In c++ edit window, and after scaling. Whether narrowing or zoom-in and amplification button will remain in the window
AlgorithmCpp
- 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
database
- Simple database for 2-5 person. You can store name, lastname and phone number and edit in any way. For student which start with C++ language.
C_Algorithms_code
- C 语言编些的各种算法程序代码、源程序第二版-C Algorithms code(second edit)
618
- 本程序用C语言编辑 利用非线性最小二乘法来拟合模型,并对其进行PID控制-The program uses C language to edit using nonlinear least squares fitting model, and gain PID control
matlab
- MATLAB是由美国mathworks公司发布的主要面对科学计算、可视化以及交互式程序设计的高科技计算环境。它将数值分析、矩阵计算、科学数据可视化以及非线性动态系统的建模和仿真等诸多强大功能集成在一个易于使用的视窗环境中,为科学研究、工程设计以及必须进行有效数值计算的众多科学领域提供了一种全面的解决方案,并在很大程度上摆脱了传统非交互式程序设计语言(如C、Fortran)的编辑模式,代表了当今国际科学计算软件的先进水平。 -MATLAB is a U.S. company' s main
ld
- 计算两个序列之间的编辑距离,使用c++实现-Compute the edit distance between two sequences
Sort
- C语言环境中的数据排序排序算法,用于数据排序- Undo edits DictionaryGoogle Translate for Business:Translator ToolkitWebsite TranslatorGlobal Market Finder Turn off instant translationAbout Google TranslateMobilePrivacyHelpSend feedback► Click to edit and see
more-lines-in-the-show
- Visual c++在编辑框中实现多行显示-In the edit control is realized in more lines in the show
match
- 应用Visual studio C# 编辑计算本息 与阶乘的计算-Visual studio C# Edit calculate principal and interest calculated factorial
despt
- 利用C语言编写的一个图书管理系统 拥有借书还书的功能 并且能编辑图书信息管理库存情况。-The use of C language library management system has a library book function and can edit library information management inventory.
FEMcPP
- 适合于C++有限元编程初学者,利用C++编辑有限元力学公式,作用初学的参考,可以借鉴使用-C++ finite element programming for beginners, using the finite element C++ edit formulas, the role of reference beginner, you can learn to use
distance_SA13006029
- 编辑距离问题的C语言源代码 计算机算法设计与分析中的题目 动态规划算法-C language source code for a computer algorithm design and analysis of dynamic programming algorithm to edit the title from issue
distence
- VS2013编写的C++程序,计算字符串的编辑距离,返回距离值和矩阵。-VS2013 written in C++ program that calculates the edit distance of the string, and returns the value the matrix.
min_edit-distance
- Minimum edit distance problem implementation in c++. One of the fundamental problems in Dynamic Programming.