-
MSN 仿真界面全部源代码 MSN
MSN 仿真界面全部源代码,非常漂亮,值得参考!(MSN simulation interface all the source code, very beautiful, it is also useful!)
- 2020-06-26 01:00:02下载
- 积分:1
-
ADONTE做的学生成绩管理系统
一个用C#做的学生成绩管理系统。功能非常完善,现传上供高手修正!(a C# do student performance management system. Functional very sound, are available for master- that!)
- 2005-06-13 01:09:17下载
- 积分:1
-
C-Interfaces-and-Implementation
本书介绍了C语言接口与实现,讲解了创建可重用软件的技术。(The book describes the C language interface and implementation to explain the technology to create reusable software.)
- 2013-01-06 14:58:41下载
- 积分:1
-
code
基于51单片机,核心模块mt8880实现的无线电话应急系统,插上电话线,实现报警功能(向手机拨打电话)(Based on 51 MCU the core module mt8880 achieve wireless telephone emergency system, plug in the phone line, alarm function (the phone call))
- 2013-03-12 17:54:09下载
- 积分:1
-
CreatePendingShipmentService_v17_cs
说明: FedEx Create Pending Shipment Service
- 2020-01-27 04:56:23下载
- 积分:1
-
k-means算法
#include
#include
#define N 11 //代表数据点的个数
#define K 3 //代表簇的个数
typedef struct
{
float x;
float y;
}Point; //代表数据点的数据结构
int center[N]; //判断每个点属于哪个簇
Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0},
{6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0},
{3.0, 9.0}};
Point mean[K]; //保存每个簇的中心点
float getDistance(Point point1, Point point2);
void getMean(int center[N]);
float getE();
void cluster();
int main()
{
int i, j;
int n = 0; //统计进行了多少次聚类
float temp1; //用于存平方误差
float temp2;
printf(" 处理的数据点集合为:
");
for(i = 0; i < N; ++i)
{
- 2022-01-26 19:53:04下载
- 积分:1
-
msp430tft显示人机交互菜单的构造
基于msp430tft显示人机交互菜单的构造
- 2022-08-21 18:46:07下载
- 积分:1
-
MatlabCprogramtoghter
说明: 精通Matlab与C++混合程序设计第2版(Matlab and C++ program toghter)
- 2009-08-23 03:30:04下载
- 积分:1
-
串口通讯小助手源码
串口通讯助手,使用C#.WPF编写,串行接口简称串口,也称串行通信接口或串行通讯接口(通常指COM接口),是采用串行通信方式的扩展接口,只需要一根串口线,配合本程序,你就能完美的调试硬件设施,本源码调用IO类库,需要.NET4.5环境支持,VS版本不得低于2012.
- 2023-06-10 01:50:03下载
- 积分:1
-
shujujiegoukechengshiji
数据结构课程设计时,所需的封面及任务书版面,希望对大家有点用!(Curriculum design data structure, the necessary task of the book cover and layout, in the hope that we are a bit used!)
- 2008-06-16 18:38:51下载
- 积分:1