登录
首页 » Visual C++ » CompressCurve

CompressCurve

于 2021-01-13 发布 文件大小:3713KB
0 303
下载积分: 1 下载次数: 0

代码说明:

说明:  光栏法的基本思想是(图1):定义一个扇形区域,通过判断曲线上的点在扇形外还是在扇形内,确定保留还是舍去。(The basic idea of ​ ​ light field is (Figure 1): definition of a fan-shaped region, by determining the point on the curve outside the sector or sector, to identify the retained or discarded.)

文件列表:

CompressCurve
.............\CompressCurve.aps,29876,2011-04-06
.............\CompressCurve.clw,2815,2011-04-06
.............\CompressCurve.cpp,4335,2006-02-14
.............\CompressCurve.dsp,5215,2006-09-15
.............\CompressCurve.dsw,551,2006-02-14
.............\CompressCurve.h,1433,2006-02-14
.............\CompressCurve.ncb,230400,2011-04-07
.............\CompressCurve.opt,50688,2011-04-07
.............\CompressCurve.plg,1969,2011-04-06
.............\CompressCurve.rc,12254,2006-02-14
.............\CompressCurveDoc.cpp,1882,2006-02-14
.............\CompressCurveDoc.h,1552,2006-02-14
.............\CompressCurveView.cpp,3760,2006-09-16
.............\CompressCurveView.h,2023,2006-02-14
.............\Debug
.............\.....\CompressCurve.bsc,5129216,2011-04-06
.............\.....\CompressCurve.exe,122988,2011-04-06
.............\.....\CompressCurve.ilk,328220,2011-04-06
.............\.....\CompressCurve.obj,23597,2006-09-15
.............\.....\CompressCurve.pch,6941528,2006-09-15
.............\.....\CompressCurve.pdb,525312,2011-04-06
.............\.....\CompressCurve.res,7648,2006-09-15
.............\.....\CompressCurve.sbr,0,2006-09-15
.............\.....\CompressCurveDoc.obj,15308,2006-09-15
.............\.....\CompressCurveDoc.sbr,0,2006-09-15
.............\.....\CompressCurveView.obj,29815,2011-04-06
.............\.....\CompressCurveView.sbr,0,2011-04-06
.............\.....\DlgCCInput.obj,10522,2006-09-15
.............\.....\DlgCCInput.sbr,0,2006-09-15
.............\.....\LinkPoint.obj,10224,2006-09-15
.............\.....\LinkPoint.sbr,0,2006-09-15
.............\.....\MainFrm.obj,20161,2006-09-15
.............\.....\MainFrm.sbr,0,2006-09-15
.............\.....\Raster.obj,8730,2006-09-15
.............\.....\Raster.sbr,0,2006-09-15
.............\.....\StdAfx.obj,105864,2006-09-15
.............\.....\StdAfx.sbr,1374922,2006-09-15
.............\.....\STPoint.obj,3710,2006-09-15
.............\.....\STPoint.sbr,0,2006-09-15
.............\.....\ttt.txt,0,2007-08-25
.............\.....\vc60.idb,230400,2011-04-07
.............\.....\vc60.pdb,372736,2011-04-06
.............\DlgCCInput.cpp,981,2006-02-14
.............\DlgCCInput.h,1229,2006-02-14
.............\LinkPoint.cpp,1424,2006-02-14
.............\LinkPoint.h,781,2006-02-14
.............\MainFrm.cpp,2514,2006-02-14
.............\MainFrm.h,1581,2006-02-14
.............\Raster.cpp,2484,2006-02-14
.............\Raster.h,758,2006-02-14
.............\ReadMe.txt,4479,2006-02-14
.............\res

.............\...\CompressCurve.rc2,405,2006-02-14


.............\resource.h,738,2006-02-14
.............\StdAfx.cpp,215,2006-02-14
.............\StdAfx.h,1054,2006-02-14
.............\STPoint.cpp,510,2006-02-14
.............\STPoint.h,561,2006-02-14

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

发表评论

0 个回复

  • stack
    数据结构:用栈的思想实现公式运算,符号@标志结束(Using the idea of stack to implement the formula operation, the sign @ sign is over)
    2018-02-05 11:15:19下载
    积分:1
  • 使用半周积分算法计算电压电流的有效值
    电力系统中根据电压电流计算阻抗,其中使用半周积分算法计算电压电流的有效值(Power system voltage and current calculation based on impedance, in which the use of half integral algorithm of the RMS voltage and current)
    2009-05-31 11:44:21下载
    积分:1
  • trafficlight
    用KEIL-C编写的交通灯源代码 对课程设计的朋友很有帮助的(KEIL-C prepared by the traffic lights at the source code of the Friend of the curriculum design helpful)
    2008-06-03 20:48:08下载
    积分:1
  • keyboard_scanf
    实现键盘扫描0-F,可以用来检测键盘的输入(The realization of the keyboard scan 0-F, can be used to detect keyboard input)
    2009-07-17 21:59:20下载
    积分:1
  • Against-Hacker
    黑客反汇编揭密(中文版) 不适合初学者,适合有一定基础的人(Hackers Disassembly Revealed (Chinese version) is not suitable for beginners, suitable for people who have a certain foundation)
    2012-11-30 22:07:42下载
    积分:1
  • IDA
    IDA简易入门教程,反汇编程序工具的使用(IDA simplified form for beginners tutorials, disassembler the use of tools)
    2020-07-02 16:00:02下载
    积分:1
  • Clx
    此为笔者整理的大学C语言常考程序题,供大家参考学习(C language)
    2017-05-05 13:34:19下载
    积分:1
  • 2
    说明:  形参只是形式参数,并不参与实际运算,但是形参在同一个函数里要相同,实参是实际参数,参与实际的运算, 有几个形参就对应有几个实参,形参在自定义函数里,实参在主函数里 (Formals only formal parameter is not involved in the actual operation, but parameter in a function to be the same, the argument is the actual parameters involved in the actual operation, several shape parameters corresponding to several arguments, parameter in Custom function, the argument in the main function)
    2012-10-01 22:42:31下载
    积分:1
  • AN1004
    This article covers the so-called "min-cost flow" problem, which has many applications for both TopCoder competitors and professional programmers. The article is targeted to readers who are not familiar with the subject, with a focus more on providing a general understanding of the ideas involved rather than heavy theory or technical details for a more in-depth look at this topic, check out the references at the end of this article, in particular [1].
    2009-11-30 10:18:10下载
    积分:1
  • Maopao
    分别用C语言和汇编语言实现冒泡排序,有汇编语言实现时的流程图,通过比较运行的时间,体现汇编的高效(This is a best program which can help you learn huibain is more better.)
    2014-05-07 18:31:54下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载