-
电子事件
用于监控电子事件,记录文件变化事件.用于监控电子事件用于监控电子事件
- 2022-05-17 03:56:44下载
- 积分:1
-
最优二分检索
一个速度相当快的最优二分数据检索的源代码,采用C言编写,对于海量数据的检索,查找相当有用
- 2022-07-08 10:49:04下载
- 积分:1
-
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jacobian. The (driver) subroutines called by the user are given in the
8 ! table below, and are well documented internally. The user need not
9 ! be concerned with any other subroutines in HOMPACK90.
-!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jac
- 2022-07-21 06:18:17下载
- 积分:1
-
matlab仿真硬件时用的定点化仿真
应用背景matlab仿真硬件时用的定点化仿真,一般用matlab 直接生成的滤波器响应仿真,因为结果是浮点的,所以和真实硬件计算出的结果差别很大。所以应当进行定点化处理,再检查响应曲线,在硬件设计(FPGA)就应该提前清楚到底要多和位的精度。关键技术输入参数是归一化的浮点数以及位宽,bit_floor.m用来仿真低位直接截断后的效果。bit_round.m是硬件按真正的四舍五入截断处理后的效果。bit_round_hw.m是仿真硬件处理里简化版四舍五入。
- 2022-12-06 11:40:03下载
- 积分:1
-
The Kalman filter30 is a minimum
The Kalman filter30 is a minimum-variance filter in which time-series measurements are incorporated recursively into estimates of state variables it is the optimal, Bayesian least-squares estimator for linear dynamic systems.-text
- 2022-03-17 08:20:02下载
- 积分:1
-
reduction de dimension et classification par un classifieur svm
un script d"un ptit algorithme de réduction de dimension avec le classifieur SVM pour la classification des données synthétiques ou une image, utilisation de ll"analyse en composants principals pour la reduction de dimension
- 2022-02-15 00:32:47下载
- 积分:1
-
kmeans聚类算法java实现
应用背景package Kmeans;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
public class KMeans {
private static String fileName = "E:java练习Arithmeticjulei1.txt"; // 文件地址
private static int numTotal; // 聚类总数
private static int K; // 聚类的簇数关键技术典型的聚类算法,应用广发,学习简单,java技术的使用
- 2022-02-01 21:05:33下载
- 积分:1
-
reed solomon编码/解码工具, 可以对字符串进行编码,加入错误,并进行解码和纠错。...
reed solomon编码/解码工具, 可以对字符串进行编码,加入错误,并进行解码和纠错。
- 2022-07-24 00:48:16下载
- 积分:1
-
Extended Kalman Filter
Extended Kalman Filter-code
- 2022-04-22 22:38:45下载
- 积分:1
-
自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进...
自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进-Auto Tetris, to make their own consumer line, elimination of about 15,000 lines, but there are still room for improvement
- 2022-03-17 19:25:28下载
- 积分:1