CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - function point

搜索资源列表

  1. sijielonggekutafajieyijiechangweifenfangcheng

    0下载:
  2. 本程序是用Visual Biasic 实现用四阶龙格-库塔方法对一阶常微分方程(其通式为dy/dx=m-qx(m,q为常数))求解,并用点表示出各函数值在坐标轴上的位置。 龙格-库塔(Runge-Kutta)方法是一种高精度的单步法,比欧拉格式更精确,它采用了间接使用泰勒级数的技术。他既保留了泰勒公式的精度高的特点又避免过多的计算导数值。他是有泰勒公式推倒出的,因此它要求所求的解应具有较好的光滑性。 坐标表示其位置,这样可以直观的看出不用微分方程解的位置以及它们的联系。 -This
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4361
    • 提供者:天云
  1. CMMI_project_is_estimated_function_point_method.ra

    0下载:
  2. CMMI项目估算功能点法 CMMI项目估算功能点法-CMMI CMMI project is estimated function point method for estimating the project function point method for CMMI project is estimated function point method
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:22244
    • 提供者:word
  1. GUI-drawing-board

    2下载:
  2. Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:20725
    • 提供者:ydb
  1. pudn

    3下载:
  2. 1.MATLAB中的画圆程序:circle.m。 2.MATLAB中的GPS单点定位函数:pos_fix.m。 3.MATLAB中的读取RINEX格式的导航电文文件程序:readnavfile.m。 4.MATLAB中的读取YUMA格式历书的函数:ReadAlmanac.m。 5.MATLAB中的生成一节高斯马尔科夫序列:gmp1.m-1.MATLAB circle in the program: circle.m. 2.MATLAB single point in the GP
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:3054
    • 提供者:gaoshu
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. BallFretting190809

    0下载:
  2. This tool is a simplification of the ballpivoting algorithm. It imagines a bella eating a delaunay traignulation in order to extract a manifold surface. It requires a single parameter: radius of the fretting ball. Ball Fretting Given a unif
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:852116
    • 提供者:tao lu
  1. zhunizengdong

    0下载:
  2. 用于演示阻尼振动,根据微分方程求解,可轻松计算一点的函数值-Used to demonstrate the damping vibration, according to differential equation solving, function point can easily calculate the value of
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:823
    • 提供者:compass
  1. point

    0下载:
  2. 自己编写的一个画点的小功能,点击即能画点-Point of a painting I have written a small function, click on the point that is able to draw
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:31004
    • 提供者:付红云
  1. User-rights-management-system

    0下载:
  2. 用户权限管理系统,一个简单例子 本系统是基于web应用开发的权限管理系统。系统包括:组织机构管理、用户管理、角色管理、功能点管理。-User rights management system, a simple example of the system is web-based application development rights management system. System, including: organizational management, user manage
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:697322
    • 提供者:sl
  1. icp

    0下载:
  2. This an implementation of the Iterative Closest Point (ICP) algorithm. The function takes two data sets and registers data2 with data1. It is assumed that data1 and data2 are in approximation registration. The code iterates till no more corresp
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1074
    • 提供者:mani
  1. compace-point

    0下载:
  2. 用C++实现空间数据库中的一些操作,比较两个点之间的关系,C++技术上说,使用函数指针-Using C++, some of the operations in spatial database to compare the relationship between the two points, C++, using the function pointer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:873
    • 提供者:qiuwang2011
  1. Point

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-C++ clas
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6199
    • 提供者:songbinghui
  1. shuzhiweifen

    0下载:
  2. 中点公式求取导数 三点法求函数的导数 五点法求函数的导数 三次样条法求函数的导数 自适应法求函数的导数 辛普森数值微分法法求函数的导数 -Midpoint formula to strike a derivative of a function point method five-point derivative of the derivative of the function Method cubic spline derivative of a function o
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5842
    • 提供者:chris_zhou
  1. LabVIEW-data-acquisition-system

    1下载:
  2. 基于LabVIEW的多通道数据采集系统的设计,江苏科技大学硕士毕业论文。全文分为2部分第一部分数据采集硬件的设计中,采用DSP 作为采集卡的CPU,利用USB 接口实现了采集卡与PC 机的通信,整个外围逻辑时序部分用CPLD 控制。第二部分数据管理与分析,作者利用LabVIEW 编写了基于Windows XP的上位机应用程序以及上位机与采集卡之间的通信程序;利用LabSQL 工具包建立了ACCESS 数据库,实现对采集到的数据的存储,并可以查询历史数据。同时系统可以生成报表以及可以对所需要的数据
  3. 所属分类:DSP program

    • 发布日期:2017-03-23
    • 文件大小:784764
    • 提供者:吴小平
  1. sqrt_for_single_float_point

    0下载:
  2. 用verilog实现了基于中值定理求解单精度浮点开方的功能,希望对大家学习有所帮助-With verilog implemented based on the mean value theorem to solve single-precision floating point square root function, we want to study and help ... ...
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:4763
    • 提供者:楚艳超
  1. visual-cPP-point

    0下载:
  2. 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:6083412
    • 提供者:jimowuxin
  1. Point

    0下载:
  2. point函数的重载操作,具体的内容代码内有注释,可以参考-point function of the overloaded operator, the specific contents of the comments within the code, can refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:647
    • 提供者:张怡悦
  1. adaptive_PSF_TV

    0下载:
  2. adaptive total variation estimation for the point spread function
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:787
    • 提供者:Wael
  1. CPP

    0下载:
  2. 最优化内点罚函数法求解极小点,具体例题编程求解。-Optimization method within the minimal penalty function point, specific examples programming solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:98972
    • 提供者:my name
  1. LidarSeq

    0下载:
  2. 点云分割的函数文件,适合于lidar点云数据,具有很强大的点云处理功能-Point cloud segmentation function file, suitable for lidar point cloud data, with a very powerful point cloud processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:23768
    • 提供者:宋恒嘉
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com