搜索资源列表
PhoneCalculateSystem
- 这是一个用C++写的电话费记费和管理系统,统计各个时段的业务量(即通话总时数)和话费收入。 对各个时段的通话业务进行排序。 打印简单的用户话费清单。 对不同的时间段拨打电话能够进行自动计费,同时考虑跨时间段的情况。其中,用户信息有用户姓名、电话号码、国内长途通话时间、市内电话通话时间、通话时段、月租费、当月费用。 考虑非周末的节假日的话费半价,应对程序进行如何处理,编写此功能的代码-This is a C write the telephone charged fees and
li
- 普通函数作友元:声明普通函数distance用来计算两点距离,定义一个Circle类,两圆心的距离用普通函数distance来计算。这个函数需要访问Circle类的私有数据x和y,为此,将distance声明为Circle类的友元函数。主函数如下定义:-Common function for friend: Statement used to calculate the normal function of distance from two points define a Circle cla
point
- 设计点类,并带友元函数,函数实现了点之间的距离运算。简单使用,有助与初学这的学习-Designed point type, and with the Friends of element function, function implementation of computing the distance between points. Easy to use, help with the beginner in this study
EditDistance
- C#的计算编辑距离的代码。可指定需要计算的区间以及操作代价函数。算法用动态规划方法实现。-C# Edit distance calculation code. Calculation required to specify the range and operating cost function. Algorithm using dynamic programming method.
testm5
- 先分别输入两个点的横坐标和纵坐标,然后利用函数计算出两点之间的距离-First enter the horizontal and vertical coordinates of two points , and then use the function to calculate the distance between two points
kmeans
- 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
AiiPn
- C++ A星算法实现八数码问题,启发函数为每一个将牌与其目标位置之间距离(不考虑夹在其间的将牌)的总和。-C++ A star algorithm eight digital, distance heuristic function sum (without considering sandwiched therebetween trump) between each of the brand to its target location
RSSI-To-Dist
- 本程序实现由RSSI转为距离Dist的功能-This procedure realize the function of the distance the RSSI to Dist
RSSI转D
- 本程序实现测量传感器网络之间的RSSI值,由其值得大小表征信号强度的大小,并将其转为距离D的功能。(This procedure realizes the measurement of the RSSI value between the sensor networks, and the size of the signal strength is represented by its size, and it is turned to the function of distance D.)
