-
宿舍管理系统
宿舍管理系统:包括宿舍同学名单查询,增添同学名单,删除同学名单等,还有包括查询学生相关的详细信息等。登陆界面分为学生以及宿舍管理人员。
- 2023-04-14 08:00:03下载
- 积分:1
-
最新的Levenberg Marquardt 算法。用于非线性最小二乘问题的参数估计和优化!...
最新的Levenberg Marquardt 算法。用于非线性最小二乘问题的参数估计和优化!-Latest Levenberg Marquardt algorithm. Nonlinear least squares problem for parameter estimation and optimization!
- 2022-02-03 14:22:20下载
- 积分:1
-
数值处理算法源代码
数值处理算法源代码-numerical algorithm source code
- 2022-04-12 19:01:13下载
- 积分:1
-
银行家算法
通过图形界面上数据的输入,将进程的所需的最大资源数、已分配资源数、完成进程所需的剩余资源数数据存入数组中,再根据银行家算法要求,进行进程间的运行分配,而后显示在左侧的面板上。
- 2022-12-10 11:55:03下载
- 积分:1
-
本程序实现了列主元高斯消去法,程序层次清晰,界面详细
本程序实现了列主元高斯消去法,程序层次清晰,界面详细-this program out of the main yuan Gaussian elimination method, procedure levels clear and detailed interface
- 2022-11-15 13:35:04下载
- 积分:1
-
德州扑克牌值计算
POKER 计算值 斗地主 扎金花都离不开它
This article for the budding poker AI programmer provides a foundation for a simple implementation of No-Limit Texas Holdem Poker AI, covering the basics of hand strength evaluation and betting. By following the recipe set out here, you will quickly become able to implement a reasonably strong poker AI, and have a solid foundation on which to build. I assume you are familiar with the basic terminology of poker.
- 2022-08-15 11:28:52下载
- 积分:1
-
C语言版贪吃蛇
应用背景该代码是基于C语言编写的,在普通的贪吃蛇基础上加入了大量的创新元素,有食物获取多倍,蛇身变两倍,能加强代码的安全性。关键技术有食物获取多倍码是基于C语言编写的
- 2022-11-07 08:55:03下载
- 积分:1
-
捷联惯性导航C语言实现
捷联惯性导航C语言实现,捷联惯性导航学习使用,参考网上例程编写~
- 2022-07-17 23:28:41下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC+...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting data processing and regression analysis of the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-09-26 01:50:03下载
- 积分:1
-
直接分解算法
* To factor the n by n matrix A = (A(I,J)) into the product of the* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is* A = LU, where the main diagonal of either L or U consists of all ones:** INPUT: dimension n; the entries A(I,J), 1
- 2023-06-21 06:30:04下载
- 积分:1