搜索资源列表
Calculate24_src
- 算24点游戏的C++实现,通过控制台运行,学习C++编程的好例子-24-point game operator C++ achieved a console program to learn C++ a good example of
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++
Calculate
- 用c 实现的一个命令行的计算器,包含+,-,*,/,有负号,小数点,多位,并且可以加入绝对值,这个有点挑战性,这是我比较自豪的一点(大言不惭啊)。-C achieved by a command line calculator, including+,-,*,/, negative numbers, decimal point, a number, and the absolute value can be added to this a bit challenging, I am rather
chess-C
- 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
CPPmonidiancai
- c++模拟餐馆点菜系统 :餐馆事先准备好自己的招牌菜及一些常规的菜式,有营业场所,服务人员等;顾客来了以后,服务生先给客人找一张桌子坐下来,然后递上菜谱等待顾客点菜,顾客可以点一个菜,也可以退菜,完了之后结账走人,这张桌子又可以用来招待下一批顾客。-c++ simulation system a la carte restaurants: restaurants in advance to prepare their own signature dishes and some regular d
TSP
- Descr iption 给定一个完全无向带权图G,其每一条边有一个非负的整数权值。目的是要找出G的一条经过每个顶点一次且仅经过一次的回路,使回路的总权值最小。 请设计一个2-近似算法,求出近似最小的总权值,即定义最优解为C,只要输出解在[C , 2 * C]的范围内都可以“Accept”。 Input 输入第一行为一个正整数n(1 <= n <= 20),表示G中顶点的个数。接下来n行每行包括n个整数,第i行第j个的整数表示G中第i个点
Bubble-point-temperature-calculation
- 工程化学领域中有关泡点温度计算的C++程序。-The bubble point temperature the calculation of C++ program in the field of engineering chemistry.
spp(VC6.0)
- 通过Visual C++ 实现了读取rinex数据并实现了单点定位。-The Visual C++ the read rinex data and single point positioning.
spp(VC6.0)
- 通过C++ 实现了读取rinex格式GPS数据并使用伪距实现了单点定位-The read rinex format GPS data by C++ pseudorange single point positioning
24-point
- 24点程序;游戏 C++编写;里面包含代码以及可执行程序,有注释。-24 point game.
kdtree-master
- K-d tree implementation in C++ for NN and KNN search Templated k-d tree example that makes use of boost geometry point classes. The k-d tree is build in bulk and supports N dimensions. The implementation contains a recursive and iterative ne
list
- 1)编一程序把A表B表重复的节点提取出来,形成一条新的单向递增链表D。 2)将A表和B表归并成一个新的递增有序不重复的有环单向链表C(即重复的数字只出现一次), 要求合并后链表C的最后一个节点 的下一个节点指向 链表C中间一个节点, 形成平卧的 6 字形链表。 连接结点为最接近链表C的结点数值平均值的那个结点。 3)判断一个链表是否存在环。 输入:DataSource.txt 输出:链表C各个结点和链表D各个结点,并输出显示 结点个数,平均值, 是否有环,有环的情况下
vanishingPoint_201203031
- vanishing point using opencv and c-vanishing point using opencv and c++
geoid
- Program to interpolate geoidal heights at given data c point (specified by latitude and longitude) c a 2-d geoid model. -Program to interpolate geoidal heights at given data c point (specified by latitude and longitude) c a 2-d geoid mod
Scores-manager
- a) 运行程序后显示以下信息:1、Display all information 2、Add a student 3、Delete a student 4、Quit b) 按1后进行简单数据处理并输出所有信息,输出的信息包括: 序号、学生姓名、学号、三门课的成绩、该学生的平均成绩、总成绩;并在最后计算每一门课程的平均成绩。 c) 按2选择增加学生信息,学生数量最多为50,超过之后无法输入。输入信息包括学生姓名、学号、三门课程成绩(在程序中可以事先初始化几个学生信息)。 d
calendar
- 在VC6.0下用C语言编写的一个万年历,跟平时用的日历的功能一样。虽然界面丑了点。-A calendar at VC6.0 using C language, with the usual calendar with the same function. Although the interface is ugly point.
