资源列表
Program
- 这是一个具有加减乘除功能的静态类,功能被封装成静态类的方法-This is a static class Math function, the function is encapsulated into a static class methods
foundmental-and-f
- 本部分代码只是提供了基础矩阵及摄像机焦距部分的代码。其中基础矩阵的求解用到的数据,是图像匹配得到的点对-This section provides the basis matrix code only part of the code and the focal length of the camera. Which is used to solve the fundamental matrix of the data is obtained by image matching points
ARVIGUAL
- Arvore binaria codigo aberto
4-1
- 利用派生类实现矩形,圆和正方形面积的求值-The use of derived classes to achieve rectangle, circle and square area of evaluation
StandardManager
- 对象管理器的项目实例,对于集中管理各个对象具有非常好的参考价值-Project instance of the Object Manager for centralized management of each object has a very good reference value
TSP
- 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
Form1
- 可以实现在C# 下输入内容自动生成QRCode,还支持控制打印机,将生成的QRcode打印出来-encode QR code and print it.
FlushMemory
- c#管理系统源码,wpf极品动画制作源码,一般人我不告诉他-c# source code management system
dui
- 创建一个队列,并对所建立的队列进行简单的数据操作-Create a queue, the queue and created a simple data manipulation
flowshop
- 流水作业调度问题的动态规划算法,流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器M1上开始加工,到最后一个作业在机器M2上加工完成所需的时间最少。- Dynamic programming algorithm for flow shop scheduling problems, flow-shop scheduling problems required to determine the optimal processing sequence which n jobs
c
- 二叉树编历树的建立,以为空结点,以为结束,依次输入12345678
SQ_LIST
- 实现数据结构中线性表的基本功能的c语言代码-C language code to achieve the basic function of the linear form in the data structure