登录
首页 » Visual C++ » shuizhunwangpingcha

shuizhunwangpingcha

于 2017-12-13 发布 文件大小:4498KB
0 226
下载积分: 1 下载次数: 5

代码说明:

  利用C++实现水准网平差,水准网是为了确定地面点的高程而布设的控制网,水准网平差的目的是消除矛盾,求得各高程点高程的最可靠值。(Leveling network adjustment)

文件列表:

水准网平差\Debug
水准网平差\Debug\水准网平差.exe, 129024, 2017-11-14
水准网平差\Debug\水准网平差.ilk, 923640, 2017-11-14
水准网平差\Debug\水准网平差.pdb, 1330176, 2017-11-14
水准网平差\ipch
水准网平差\ipch\水准网平差-6de05926
水准网平差\ipch\水准网平差-6de05926\水准网平差-327d5738.ipch, 3080192, 2017-11-15
水准网平差\水准网平差.sdf, 9109504, 2017-11-15
水准网平差\水准网平差.sln, 991, 2017-10-09
水准网平差\水准网平差.v12.suo, 33280, 2017-11-15
水准网平差\水准网平差
水准网平差\水准网平差\AdjustLevel.h, 7002, 2017-11-14
水准网平差\水准网平差\data2.txt, 192, 2017-11-14
水准网平差\水准网平差\Debug
水准网平差\水准网平差\Debug\stdafx.obj, 12090, 2017-11-14
水准网平差\水准网平差\Debug\vc120.idb, 363520, 2017-11-14
水准网平差\水准网平差\Debug\vc120.pdb, 487424, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.log, 3342, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.obj, 368714, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.pch, 1638400, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog
水准网平差\水准网平差\Debug\水准网平差.tlog\cl.command.1.tlog, 1414, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog\CL.read.1.tlog, 16152, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog\CL.write.1.tlog, 1012, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog\link.command.1.tlog, 1268, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog\link.read.1.tlog, 2782, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog\link.write.1.tlog, 538, 2017-11-14
水准网平差\水准网平差\Debug\水准网平差.tlog\水准网平差.lastbuildstate, 189, 2017-11-14
水准网平差\水准网平差\graph.h, 12466, 2017-11-14
水准网平差\水准网平差\Graphlnk.h, 7569, 2017-11-14
水准网平差\水准网平差\HSurveyval.h, 776, 2017-11-12
水准网平差\水准网平差\Matrix.h, 5833, 2017-11-14
水准网平差\水准网平差\MinHeap.h, 3321, 2009-05-05
水准网平差\水准网平差\MinSpanTree.h, 2429, 2009-05-05
水准网平差\水准网平差\Point.h, 685, 2017-11-14
水准网平差\水准网平差\ReadMe.txt, 1566, 2017-10-09
水准网平差\水准网平差\SeqQueue.h, 1601, 2009-03-13
水准网平差\水准网平差\stdafx.cpp, 216, 2017-10-09
水准网平差\水准网平差\stdafx.h, 234, 2017-10-09
水准网平差\水准网平差\targetver.h, 236, 2017-10-09
水准网平差\水准网平差\Tree.h, 7821, 2009-04-04
水准网平差\水准网平差\UFSets.h, 1226, 2009-05-04
水准网平差\水准网平差\水准网平差.cpp, 3970, 2017-11-14
水准网平差\水准网平差\水准网平差.vcxproj, 4786, 2017-11-14
水准网平差\水准网平差\水准网平差.vcxproj.filters, 1859, 2017-11-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • butterfly
    用定时器控制蝴蝶在窗口中飞舞,BitBlt函数 CBitmap类(With a timer control butterfly flying in the window, BitBlt function CBitmap class)
    2011-06-09 16:15:16下载
    积分:1
  • DirectShow-Filter
    深入浅出DirectShow Filter 学习资料,很实用。(Layman DirectShow Filter learning materials, it is practical.)
    2011-10-18 03:09:15下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • MirGui
    收集的传奇外挂原码。希望大家有用,版本比较旧了。但原理很好。对于新手来说有很大帮助。(The legend of the original collection of plug-in code. Hope that useful, the older version. But the principle of good. For the novice of great help.)
    2008-12-29 12:33:34下载
    积分:1
  • socket
    socket头文件,VC++6.0头文件库中不存在,下载后即可方便使用。(socket header files, VC++6.0 library header file does not exist, you can download easy to use.)
    2013-10-17 09:10:00下载
    积分:1
  • RenesasSerial
    专门为瑞萨智能车设计的串口工具,可同时发送六组数据,很好的上位机程序(Designed for renesas intelligent car design of serial tools, can also send six sets of data, good PC program )
    2012-03-25 12:49:22下载
    积分:1
  • arts_debug
     调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
    2013-08-03 14:53:53下载
    积分:1
  • 多边形变换2_VC
    用vc编写的一个多边形变换程序(vc prepared using a polygon transformation process)
    2020-11-11 20:59:44下载
    积分:1
  • banke_xiaoyi
    这个是编写的一个操作系统算法。用来避免死索的方法。(this is the preparation of an operating system algorithm. To avoid the death claim.)
    2006-06-26 20:27:45下载
    积分:1
  • bodb_1.0.4
    BODB是一套开源的内存数据库系统,基于BOOST开源库开发,支持跨平台编译应用.(Bodb is a boost based software library that implements a simple SQL database engine. Include a sqlparser project. )
    2012-03-30 10:54:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载