-
SimulateOpe
展示PCI运动控制卡如何控制多个轴之间的同步起停功能。( U5C5 u739A u5982 u5A3 u5A1 u5236 u591A u4E2A u8F74 u4E4B u959)
- 2017-05-10 09:08:24下载
- 积分:1
-
AGV运动控制
多个AGV小车并行运动,分别可以到达预定的目标,界面是自己画的简单地图,运动控制框架可以参考,直接运行看效果(Multiple AGV cars move in parallel to achieve their intended goals. The interface is a simple drawing drawn by themselves. The motion control framework can be used as a reference for direct operation to see the effect.)
- 2019-02-21 16:35:36下载
- 积分:1
-
<免安装版>sqlite 数据库操作 实例源码下载
如果你的操作系统是 win64位系统,那么请按照以下提示操作: 首先在这里下载 最新版的 sqlite dll文件,引用到项目中 http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 记住是这个版本:Precompiled Binaries for 64-bit Windows 以及对应上你的 .net framework环境即可 另外程序的版本修改成 x64, 右键项目>>生成>>目标平台选择 x64 即可 至此即可使用 据说:从 System.Data.SQLite, Version=1.0.94.0 这个版本以后 不需要引用SQLite.Interop.dll 这个了,包含到 system.data.sqlite.dll中了
- 2015-04-12下载
- 积分:1
-
unconstrained optimization
无约束优化问题求解,使用一维黄金分割法进行无约束优化问题求解(unconstrained optimization)
- 2018-11-26 10:28:49下载
- 积分:1
-
scanalyze-1.0.3_source_code
斯坦福大学开发的一个三维点云重构生成网格,进一步生成NURBS曲面并加光照效果的系统。可以实现对生成的三维图形旋转,移动和多个角度图形的拼接(Stanford University in the development of a 3D point cloud generation reconfigurable mesh, NURBS surface generation further increases and the effect of illumination system. Generation can be achieved on the 3D graphics rotation, movement and different angles graphics Mosaic)
- 2007-03-21 20:44:34下载
- 积分:1
-
SortDemo
实现排序操作SortDemoSortDemo.rar,很不错的vc源码,希望对大家有所帮助。(To achieve the sorting operation SortDemo SortDemo.rar, very good vc source, we want to help.)
- 2011-09-21 22:16:39下载
- 积分: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
-
FIR_CS
滤波器的程序,是属于数字滤波器的,非常好好(Filter procedure, belongs to the digital filter, very good)
- 2014-09-16 15:13:53下载
- 积分:1
-
sql-server-CPPxueshengchengjiguanli
课程设计-学生成绩管理系统的设计,包括界面程序文档源码全套(The design of the curriculum design, student achievement management system, including interface source a full set of application documents)
- 2014-12-11 22:54:50下载
- 积分:1
-
C#学生成绩管理系统
完整的可运行的代码
- 2022-04-07 09:16:40下载
- 积分:1