-
沃而什编码源程序
沃而什编码源程序- Fertile and assorted code source program
- 2023-02-25 22:55:03下载
- 积分:1
-
采用基于RSSI的ZigBee定位技术
采用基于RSSI的ZigBee定位技术。
采用基于RSSI的ZigBee定位技术,实现两个基站对目标的定位及校准功能
- 2022-02-26 18:07:22下载
- 积分:1
-
这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.
这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.-This should be a classic of the classic programming algorithm inside the eight Queen s problems. Also passed the test. Fully meet the design requirements.
- 2022-01-22 07:50:23下载
- 积分:1
-
三维粒子碰撞模拟
分子碰撞也称分子散射,指一个粒子(分子、原子、自由基或离子)从远处来到另一个粒子附近,经过相互作用后又向远方离去的过程,是化学反应过程中最基本的微观现象。这是一个分子碰撞模拟程序,用于仿真分子碰撞松弛。
- 2023-06-02 09:30:03下载
- 积分:1
-
基于布沙尔模型的七参数坐标转换程序
本程序基于MFC解算坐标转换的三个参数(旋转参数,平移参数,缩放参数),对研究三维坐标转换可以看一下。
- 2022-02-10 08:23:07下载
- 积分:1
-
Function of the genetic algorithm optimization algorithm based on linear programming
非线性规划是20世纪50年代开始形成的一门新兴学科。1951年HW-Kuhn和AW-Tucker发表的最优性条件(后称Kuhn-Tucker条件)是非线性规划论文正式诞生的重要标志;
- 2023-02-05 01:25:03下载
- 积分:1
-
第33届ACM亚洲区域赛(哈尔滨赛区预选)1002题目源码
第33届ACM亚洲区域赛(哈尔滨赛区预选)1002题目源码-The 33rd ACM Asia regional tournament (Harbin赛区preselection) 1002 Title Source
- 2022-03-23 15:56:39下载
- 积分:1
-
用链表实现的职工管理软件 ( C+ + )
用链表实现的职工管理软件 ( C+ + ) -achieve with the union management software (C) with the trade unions to achieve Chain Management Software (C)
- 2022-03-05 14:56:41下载
- 积分:1
-
usaco1.5 Prime Palindromes代码 prime文件绝对能用,值得拥有
The number 151 is a prime palindrome because it is both a prime number and a
palindrome (it is the same number when read forward as backward). Write a
program that finds all prime palindromes in the range of two supplied numbers a
and b (5
- 2022-08-21 13:33:23下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1