-
Student achievement management system implemented with VC
学生成绩管理系统用VC实现的,希望给朋友有些帮助-Student achievement management system implemented with VC
- 2023-09-08 07:20:03下载
- 积分:1
-
人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤...
人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤-AI 8 digital issues, can be realized automatically generate the initial number, auto-search, to determine whether the target up to, and gives search steps
- 2023-07-28 18:40:03下载
- 积分:1
-
新建文件夹
进行贝叶斯压缩感知以及图像重构,以及一张图片示范(Bayesian compressed sensing and image reconstruction.)
- 2018-09-18 18:51:14下载
- 积分:1
-
SCM typical keyboard matrix scanning procedure : Uncompressed password, c langua...
单片机典型矩阵键盘扫描程序:无压缩密码,c语言代码-SCM typical keyboard matrix scanning procedure : Uncompressed password, c language code
- 2022-03-19 22:05:10下载
- 积分:1
-
图论常用算法通用matlab程序
说明: 包括最短路及最小生成树算法,对于参加建模很有用的(including the most short-circuit and the minimum spanning tree algorithm, for participating in modeling very useful)
- 2005-09-02 13:18:56下载
- 积分:1
-
火柴游戏 21根小火柴谁拿到最后一根则输
火柴游戏 21根小火柴谁拿到最后一根则输-Match 21 small game matches who will get a final losers
- 2022-04-30 10:16:22下载
- 积分:1
-
VB连网查询股票行情程序
VB开发的连网查询股票行情程序,一个股票查询辅助软件,数据取自网上,若失效的话,请修改里面的数据采集网址,还有对应的自定义接口数据,程序本身只提供一个框架供参考。
- 2022-08-03 02:44:24下载
- 积分:1
-
声音信号互功率谱密度matlab程序
声音信号互功率谱密度的matlab程序,可得到两个信号互功率谱密度图像(The matlab program of the cross-power spectral density of sound signals can obtain the image of the cross-power spectral density of two signals.)
- 2020-06-25 10:00:01下载
- 积分:1
-
Monte_Carlo_Ray_Tracer-master
蒙特卡洛射线追踪器
本项目是一个使用全局光照算法蒙特卡罗射线追踪绘制虚拟三维场景的程序。
该算法在场景中递归跟踪摄像机发出的光线,并将光线反射到物体表面。
该项目是为Linkopings大学的TNCG15全球照明和渲染课程而设计的。(This project is a program for rendering virtual 3D scenes with the global illumination algorithm Monte Carlo ray tracing.)
- 2020-11-10 11:09:46下载
- 积分:1
-
least squares curve fitting Author : Anonymous article Source : unknown number o...
最小二乘法曲线拟合
作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4
【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】
//最小二乘法曲线拟合
typedef CArrayCDoubleArray
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
文章录入:admin 责任编辑:admin
-least squares curve fitting Author : Anonymous article Source : unknown number of hits : 164 updated : 2006-1-4 Text : big or small-- [comment] [collections] [accession told friends] [Print this article] [Close :// least-squares method curve fitting typedef CArray
- 2022-05-27 23:23:51下载
- 积分:1