搜索结果
找到约 71 项符合
partial 的查询结果
按分类筛选
数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...
技术资料 界面漂亮 功能实用的串口调试助手
大家先试用一下,源码后面奉上!!!using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Threading.Tasks;using System.Windows;namespace SerialCom{&nbsp; &nbsp; /// <summary>&nbsp; &nbsp; /// App.xaml 的交互逻辑&nbsp; &nbsp; /// </sum ...
matlab例程 This directory includes matlab interface of the curvelet transform using usfft. Basic functions
This directory includes matlab interface of the curvelet transform
using usfft.
Basic functions
fdct_usfft.m -- forward curvelet transform
afdct_usfft.m -- adjoint curvelet transform
ifdct_usfft.m -- inverse curvelet transform
fdct_usfft_param.m -- returns the location of each curvelet in phase ...
技术资料 部分判决的OSIC%3A一种改进的VBLAST解码算法
VBLAST的传统译码算法:排序连续干扰抵消OSIC(Ordered Successive Interference-Cancellation),与最优译码算法:最大似然(Maximum Likelihood,M L)比较,虽然降低了复杂度,但其译码性能却相差较远.该文提出了一种改进的OSIC的译码算法:部分判决的排序干扰抵消算法(PartialDecision OSIC).该算法在各层的判决中增加候选判决 ...
书籍 Tcl_and_The_Tk_Toolkit
This manuscript is a partial draft of a book to be published in early 1994 by AddisonWesley (ISBN 0-201-63337-X). Addison-Wesley has given me permission to make
drafts of the book available to the Tcl community to help meet the need for introductory documentation on Tcl and Tk until the book becomes ...
技术资料 JPEG压缩matlab源码
JPEG压缩解压缩的matlab源代码:
1) take an image (2D matrix) and devide it to 8x8 matrices
2) for each matrix (8x8) use the DCT conversion (from the signal
processing toolbox). you will get an (8x8) matrix as an answer
3) build an 8x8 matrix, which is the sum off all the matrices, such
tha ...
PCB相关 开关电源EMI设计(英文版)
Integrated EMI/Thermal Design forSwitching Power SuppliesWei ZhangThesis submitted to the Faculty of theVirginia Polytechnic Institute and State Universityin partial fulfillment of the requirements for the degree of
Integrated EMI/Thermal Design forSwitching Power SuppliesWei Zhang(ABSTRACT)This wor ...
可编程逻辑 开关电源EMI设计(英文版)
Integrated EMI/Thermal Design forSwitching Power SuppliesWei ZhangThesis submitted to the Faculty of theVirginia Polytechnic Institute and State Universityin partial fulfillment of the requirements for the degree of
Integrated EMI/Thermal Design forSwitching Power SuppliesWei Zhang(ABSTRACT)This wor ...
单片机编程 CAN与RS232转换节点的设计与实现
CAN与RS232转换节点的设计与实现
介绍将CAN总线接口与RS232总线接口相互转换的设计方法和2种总线电平转换关系,实现CAN总线与各模块的接口设计,制定了相应的软硬件设计方案,并给出软件设计流程图以及部分硬件设计原理图。为CAN总线与RS232总线互联提供了一种方法,对CAN总线与RS232总线接口设备的互联和广泛应用的实现具 ...
数学计算 数值线性代数的Matlab应用程序包 共13个程序函数
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
househol ...