搜索资源列表
intToFloat
- 将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。-will int data type conversion to float type. For no floating point unit is suitable for the platform.
point
- 使用了虚函数,和派生类,是学习继承性、多态的好例子
spiht_C++
- 用VC++编写的EZW编码与解码,其编码与解码的结果都用文件详细的表示,我自己写的,希望大家给点意见-VC EZW prepared by the encoding and decoding, encoding and decoding with the results of a detailed document that I wrote it myself, we hope to the point
tsp.cpp
- 用遗传算法(Genetic algorithm)解决Travel salesperson problem. Crossover类型:one-point和two-point. 选择类型:Tournament和RouletteWheel.
最近点对问题,分别用蛮力法和分治法进行了求解
- 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
test
- 点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
DataMessageBox
- 好用的弹出对话框,显示双精度浮点数。 好用的弹出对话框,显示双精度浮点数-Handy pop-up dialog box, showing double-precision floating-point numbers. Handy pop-up dialog box, showing double-precision floating point
TOCHKI
- QBasic. Point to point. Обсолютно ненужная программа. В книге Сергея Лукъянинко говорилось о вожможно первой игре. Выглядела она примерно так :)
21
- 简单的21点小游戏,很有意思,对于大家会有帮助-A simple 21-point games, very interesting, would be helpful for everyone
test
- 大量点网格索引文件的实现,一个索引文件,一个点文件的结构。-Grid Index file a large number of points, the realization of an index file, a point file structure.
8queens_by_MFC
- 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
TrueColors_demo
- The effect you would like to display to the user, usually indicating what would happen if a drop occurred at this point with the selected data. Typically, this is the value returned by the most recent call to CView::OnDragEnter or CView::OnDragOver.
Calculate24_src
- 算24点游戏的C++实现,通过控制台运行,学习C++编程的好例子-24-point game operator C++ achieved a console program to learn C++ a good example of
dijiesiktra
- 按路径长度递增次序产生最短路径算法: 把V分成两组: (1)S:已求出最短路径的顶点的集合 (2)V-S=T:尚未确定最短路径的顶点集合 将T中顶点按最短路径递增的次序加入到S中, 保证:(1)从源点V0到S中各顶点的最短路径长度都不大于 从V0到T中任何顶点的最短路径长度 (2)每个顶点对应一个距离值 S中顶点:从V0到此顶点的最短路径长度 T中顶点:从V0到此顶点的只包括S中顶点作中间 顶点的最短路径长度 -
mergeosrt
- 申请空间,使其大小为两个已经排序序列之和,该空间用来存放合并后的序列 设定两个指针,最初位置分别为两个已经排序序列的起始位置 比较两个指针所指向的元素,选择相对小的元素放入到合并空间,并移动指针到下一位置 重复步骤3直到某一指针达到序列尾 将另一序列剩下的所有元素直接复制到合并序列尾-Application space, so the size of the two already sorted sequences, and, after the merg
jwd
- 由已知的两个经纬度点求其间的距离和方位;已知一个坐标点,和相对于这个点的距离方位,求目标点的经纬度-Latitude and longitude points from the two known distance and azimuth during demand given a coordinate point, and the relative distance and orientation of this point, find the target point of latitud
shuizhunwang_pingcha
- 本款程序为Visual Studio2008下的C++编写,功能为实现水准网平差。通过已知高程点,各水准路线的观测高差、距离及已知点高程求9个待定高程点高程平差值;以及平差后精度最弱的点及其高程平差值中误差。 -Procedures for Visual Studio2008 this subsection C++ under the written standards for the realization of network adjustment function. By a know
icpCpp
- Iterative closest point in C-Iterative closest point in C++
Bubble-point-temperature-calculation
- 工程化学领域中有关泡点温度计算的C++程序。-The bubble point temperature the calculation of C++ program in the field of engineering chemistry.
24-point
- 24点程序;游戏 C++编写;里面包含代码以及可执行程序,有注释。-24 point game.
