搜索结果
找到约 1,112 项符合
teST-driven 的查询结果
数值算法/人工智能 This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective te ...
matlab例程 Solves the incompressible Navier-Stokes equations in a rectangular domain with prescribed velocities
Solves the incompressible Navier-Stokes equations in a rectangular domain with prescribed velocities along the boundary. The standard setup solves a lid driven cavity problem.
汇编语言 实现在指定目录及其子目录中搜索指定扩展名的文件
实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext
程序功能:
1.程序带有三个命令行参数dir、old和new,用法为:
reext dir old new
其中Dir是一个全路径名,old和new是文件扩展名,如:
Reext c:\ASM\TEST txt doc
2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所 ...
其他嵌入式/单片机内容 That s how the temperature monitor/controller came to be. It was an obvious task for a small proces
That s how the temperature monitor/controller came to be.
It was an obvious task for a small processor and I ve always wanted to test the Dallas temperature sensors.
人工智能/神经网络 人工神经网络分类实现
人工神经网络分类实现,在vs2005下实现,训练数据和测试数据有train.txt和test.txt读入
书籍源码 How to control the time s equence of LM3033B- 0BR3 LCD module by C51 programming was dis cus s ed i
How to control the time s equence of LM3033B- 0BR3 LCD module by C51
programming was dis cus s ed in this paper. In this way the LCD module was driven by
parallel communication and the characters and graphics could be
were narrated in detail.
*行业应用 a python version of Chinese segmentor. Only the complete program, thus you should provide the traini
a python version of Chinese segmentor. Only the complete program, thus you should provide the training and test data.
行业发展研究 In the last decade the processing of polygonal meshes has emerged as an active and very productive
In the last decade the processing of polygonal meshes has
emerged as an active and very productive research area. This
can basically be attributed to two developments:
Modern geometry acquisition devices, like laser scanners
and MRT, easily produce raw polygonal meshes of
ever growing complexity
D ...
人工智能/神经网络 这是一个利用MATLAB利用PCA实现的简单分类程序
这是一个利用MATLAB利用PCA实现的简单分类程序,对于模式识别的初学者学习PCA知识并进行仿真会有很大帮助,其中male.txt和female.txt是训练样本,test.txt是测试样本,分类效果非常好。
人工智能/神经网络 这是一个模式识别中的K均值算法的一个简单仿真分类实例
这是一个模式识别中的K均值算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。