-
fd1d
电磁场仿真 使用时域有限差分方法
用c和matlab混合编程(Electromagnetic simulation using the FDTD method for hybrid programming with c and matlab)
- 2011-05-12 01:12:28下载
- 积分:1
-
WinCE
一款基于winCE的嵌入式打地鼠游戏设计,文件包含代码,截图,说明。(One based on embedded winCE play hamster game design, the file contains the code, screenshots, instructions.)
- 2013-06-04 14:02:12下载
- 积分:1
-
DMC2C80-V1.1
VC development motion control routines, vb development 12 axis motion control routines
- 2013-12-08 21:55:18下载
- 积分:1
-
VcPP
51CTO下载-VC++串口通信2051CTO下载-VC++串口通信20个经典源码合集51CTO下载-VC++串口通信20个经典源码合集个经典源码合集(51CTO download-VC++ serial communication 2051CTO download-VC++ serial communication 20 classic source collection 51CTO download-VC++ serial communication 20 classic source source collection classic collection)
- 2016-11-14 20:29:21下载
- 积分:1
-
Blur1
Computing an Exact Gaussian Scale-space
介绍了一种图像去模糊算法 保护论文和源代码 用c 编写(Computing an Exact Gaussian Scale-space
introduce a debulrring algorithm, including a source C code)
- 2014-09-02 19:06:07下载
- 积分:1
-
What_const_Really_Means
说明: 在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解(In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail)
- 2010-04-30 17:27:52下载
- 积分:1
-
exp2-1
数据结构(第四版)第二章上机实验题源程序答案详解(Data structure (fourth edition) chapter on lab answer questions Detailed source)
- 2014-12-31 09:14:51下载
- 积分:1
-
JAVA-lliaotian-
系统主要是基于JAVA语言编写的即时聊天系统。界面美观实用。数据库稳定(System is mainly based on JAVA language instant messaging system.)
- 2012-01-12 09:22:01下载
- 积分:1
-
man__beeteen
可支持protobuf 与 json 的互转, 但必须protobuf生成时不能带lite(Interchangeability between protobuf and json can be supported, but lite must not be taken when protobuf is generated)
- 2018-10-09 20:01:52下载
- 积分:1
-
KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real)
To compile:
ICC KMEANS.CPP <enter>
(This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real)
To compile:
ICC KMEANS.CPP <enter>
)
- 2013-01-05 23:11:23下载
- 积分:1