-
C常用数值算法集,很有用,同时也是学习C的好帮手。
C常用数值算法集,很有用,同时也是学习C的好帮手。-C commonly used numerical algorithm sets, useful, but also a good learning C helper.
- 2022-06-17 01:34:03下载
- 积分:1
-
模式识别中关于CYK代码
模式识别中关于CYK代码,费了好大力气才从别处弄来的,与大家分享,希望可以为需要的人带来帮助哦
- 2023-04-24 20:05:03下载
- 积分:1
-
求解Fibonacc数列中大于t的最小的一个数,结果由函数返回
求解Fibonacc数列中大于t的最小的一个数,结果由函数返回-Solving Fibonacc series in t is greater than the smallest number of results by the function returns
- 2022-07-02 12:51:24下载
- 积分:1
-
这个固件免费提供的TRF7960
this the firmware provided freely for the trf7960
- 2022-06-21 15:45:54下载
- 积分:1
-
afanty_bigint.rar
afanty_Bigint.rar
- 2023-01-31 20:10:04下载
- 积分: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
-
C写的宿舍管理系统
用C语言实现了宿舍管理系统,包括用密码登录不同等级的界面(超级管理员、管理员、普通用户);用链表、数据结构实现基本信息的输入;用文件实现录入数据的存储及读取;链表相关的增加、删除、查询、修改、排序等功能的实现。适合C语言的初学者。
- 2023-02-10 13:20:03下载
- 积分:1
-
基于FPGA的数字PID
应用背景数字PID,可用于各类开关电源控制,亲测可行,灵活性较高,但是不是利用浮点型计算,用的整形计算,还是会存在细微误差,但是在速度方面可以弥补这方面误差,可利用其搭建各种反馈数字电路关键技术数字PID,考虑到了由于负数所带来的影响,利用补码进行不足,防止计算的时候溢出,还可以根据你的需求对其中的位数进行调整,达到实际需求,不适用模块写的,整个用状态机完成
- 2022-03-11 08:43:15下载
- 积分:1
-
一个实用的复杂卡尔曼滤波,对初学者很有帮助。
一个实用的复杂卡尔曼滤波,对初学者很有帮助。
-The complexity of a practical Kalman filter, useful for beginners.
- 2022-07-26 23:49:26下载
- 积分:1
-
玉米颗粒的检测算法
使用Matlab的GUI设计,实现了一种谷物(玉米)自动计数的方法。
- 2022-01-31 12:58:27下载
- 积分:1