-
WinForms_C%23_Access
说明: c#连接ACCESS做查询、修改等
开发环境:Visual Studio 2005<br>数据 :Access 2000<br>语言:c#<br>运行环境 :Microsoft.NET Framework v2.0(c# connect ACCESS to do to access, modify, such as development environment: Visual Studio 2005 <br> data: Access 2000 <br> Language: c# <br> Runtime Environment: Microsoft.NET Framework v2.0)
- 2008-11-15 10:47:30下载
- 积分:1
-
51触发可控硅
通过51单片机产生过零脉冲触发可控硅,这样可减少大电压对可控硅的冲击。
- 2023-02-20 13:25:03下载
- 积分:1
-
C#文件下载原代码
C#文件下载原代码-C# source code files
- 2022-07-03 07:14:47下载
- 积分: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
-
DJDAO
DAO数据库简单应用,可以独立创建Access数据库,也可以随意删除,DAO上手必备的教程!(DAO simple database application, and could create Access database, can also randomly deleted, DAO handcuffed indispensable guide!)
- 2007-01-17 11:26:26下载
- 积分:1
-
CC430F6137-INFO-FLASH
CC430读写信息端info flash(cc430 info flash access)
- 2015-07-10 10:49:23下载
- 积分:1
-
C application code integrity Foxmail is a new version of "mail Speedpost&qu...
C完整应用程序代码Foxmail 新版中有一个《邮件特快专递》的功能-C application code integrity Foxmail is a new version of "mail Speedpost" function
- 2022-09-29 10:35:03下载
- 积分:1
-
ADOctrlAccess
说明: ADO控制Access数据库。源来《Visual c++案例开发集锦》(ADO Control Access database. Source to " Visual c++ Collection of case development," )
- 2010-04-05 01:42:25下载
- 积分:1
-
juanji
求连续函数的卷积,利用matlab中的conv函数实现(Seek a continuous function of the convolution, using the conv function in Matlab to achieve)
- 2012-06-09 09:54:40下载
- 积分:1
-
UltimatePvp
ultimate co pvp.. souce c#
- 2014-01-14 19:51:28下载
- 积分:1