登录
首页 » c++ » average

average

于 2022-08-07 发布 文件大小:3.61 MB
0 37
下载积分: 2 下载次数: 1

代码说明:

这段代码计算平均数,希望对你有用。

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

发表评论

0 个回复

  • 设计C#定制控件实现贝塞尔曲线,贝塞尔曲线控件源程序+调用贝塞尔曲线控件的Windows应用程序...
    设计C#定制控件实现贝塞尔曲线,贝塞尔曲线控件源程序+调用贝塞尔曲线控件的Windows应用程序-Design C# Custom controls realize Bessel curve, Bezier curve control source+ Called Bezier curve control Windows applications
    2022-11-12 07:40:03下载
    积分:1
  • c68hc11
    ucos 在 motloar 单片机上的移植(uCOS motloar Singlechip in the transplant)
    2007-12-03 11:29:36下载
    积分:1
  • IPGroupServer
    说明:  关于组播通信的服务器端的例子,实现了简单的TCP/IP通信和组播通信。(Multicast Communication on the server-side example of the realization of a simple TCP/IP communications and multicast communications.)
    2008-09-01 17:47:40下载
    积分:1
  • SST25VF016B
    SST25VF016B可以做为AT45DB161的替代品,而且价格低廉。(SST25VF016B AT45DB161 can be used as a substitute, and low prices. Is the ideal alternative.)
    2011-10-25 14:49:33下载
    积分:1
  • C# printPreviewDialog
    2022-10-06 20:30:03下载
    积分:1
  • SoapLog
    说明:  This project provide a library to provide asp.net asmx web service logging mechanism, include when who access which web method, the detailed request/respond soap content.(Currently it only support .net 2.0 or above, Check the readme.txt in source code for usage.)
    2020-08-02 09:30:18下载
    积分:1
  • ISODATA算法的步骤:(1)预置设定的聚类分析方法…
    ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两 -ISODATA algorithm algorithm steps: (1) preset settings a. Cluster analysis control parameters: lc = expected number of categories, lNc = initial number of cluster centers (which may not equal to c), lθn = each category of permit the minimum number of models (if less than that and should not become a separate category), lθs = category weight distribution of the standard deviation of the distance between the upper bound of (larger than this number on the split), lθD = two types of the minimum distance between centers of the lower bound of ( If the number is smaller than this, these two
    2022-06-13 21:51:57下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • P系列芯片调试工具
    说明:  P系列摄像机芯片调试工具,有需要的朋友可以下载(P series camera chip debugging tools, friends in need can download)
    2020-06-19 05:40:01下载
    积分:1
  • 查看手机硬件信息
    可以查看iPhone的硬件信息 可以查询手机芯片型号  电池型号等等一些 信息 主要就是手机的一些信息  一点点查看就行
    2022-11-13 23:45:03下载
    积分:1
  • 696518资源总数
  • 104321会员总数
  • 14今日下载