-
有限差分算法
有限差分算法,在linux下运行,可以提高对有限差分算法的理解,很简单,里面的参数文件设置很详细,都有很好的注释,希望能给新手带去知道
- 2022-08-14 19:12:43下载
- 积分:1
-
检测人脸的轮廓
测试了多幅图像 都能很准确的检测出人脸轮廓 并可选用正方形或圆形圈圈标出 代码确实可用 算法比较简单 适合初学者 希望有用
- 2022-08-09 14:39:38下载
- 积分:1
-
Indoor location
应用背景使用C语言编写的基于wifi的室内定位算法,其中使用KNN进行指纹匹配。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术室内定位。。KNN,。。。wifi指纹。。。C语言实现室内定位定位,tocket网络编程
- 2022-04-15 15:56:45下载
- 积分:1
-
basic huffman code, visual c
basic huffman code, visual c-basic huffman code, visual c++
- 2022-03-16 14:22:58下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
中值滤波的 matlab 程序代码
在图像处理中,就必须得到更好的图像质量。所以在这里实现了中值滤波的代码及去噪算法。
- 2023-06-27 03:00:03下载
- 积分:1
-
矩阵求逆算法
工程计算中,很多时候都会用到矩阵的运算,很多时候必然会涉及到矩阵的求逆,我提供了一个矩阵求逆的算法,可以用实际的矩阵验证程序的正确性。
- 2023-06-24 05:20:03下载
- 积分:1
-
可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础。本文所涉及的有限元基本理论请参考章本照先生编著的《流体力学中的有限元
可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础。本文所涉及的有限元基本理论请参考章本照先生编著的《流体力学中的有限元方法》PP.156-165。-FEM can be used as learning programming examples to better understand the finite element theory, and to further the use of large-scale finite element software lay the groundwork. This paper involved the theory of finite element please refer to the chapter as a sign that the President "hydrodynamics of the finite element method" PP. 156-165.
- 2023-06-29 15:00:03下载
- 积分:1
-
Was established based on moving least square (Moving Least
建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲
面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具
有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给
出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散
乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲
面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demon
- 2023-02-17 12:50:04下载
- 积分:1
-
专用的短程通信
一个车辆的 ad hoc 网络 (VANET) 使用汽车作为移动节点移动自组网中创建一个移动网络。VANET 把每辆参赛车变成了一个无线路由器或节点,让行驶的汽车约 100 至 300 米的互相连接,并与种类繁多,反过来,创建一个网络。汽车掉信号范围,退出网络,其他车可以参加,将车辆连接到另一个,以便创建一个移动的互联网。据估计将整合这种技术的第一个系统是警察和消防车辆,以互相交流为安全目的。
- 2022-11-15 08:55:03下载
- 积分:1