-
sensing_slot2
Writing C + + code, is to allow the use ns2 select the channel, which is our experimental multichannel implementation, hoping to share.
- 2014-01-03 11:06:50下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
一个典型的问题hanoi问题,这里用了一个递归函数来解决的
一个典型的问题hanoi问题,这里用了一个递归函数来解决的-a typical problem Hanoi, here used a recursive function to solve the
- 2023-04-16 11:45:03下载
- 积分:1
-
integral-2
单精度Simpson.Rute法求二维有限区间的积分KE(Single precision Simpson. Rute method of two-dimensional finite interval integrals)
- 2016-05-24 21:39:05下载
- 积分:1
-
ThreadPoolProject
通过ThreadPoolExecutor的方式,这样的处理方式让写的同学更加明确线程池的运行规则,规避资源耗尽的风险(Thread pools are not recommended to be created by Executors, but by ThreadPool Executor, which allows students to write more clearly about the rules of thread pools and avoid the risk of resource exhaustion.)
- 2020-06-17 21:00:07下载
- 积分:1
-
OBD-CAN转换接口
基于STM32的OBD-CAN转换接口
只有源程序,原理图很简单自己看懂源代码就会了。(OBD-CAN conversion interface based on STM32
Only the source program, the schematic is very simple, you will understand the source code)
- 2018-11-06 14:48:39下载
- 积分:1
-
D-TINgenerationUnderVCenvirement
VC++环境下,利用三角形生长算法生成TIN(TIN generation under VC envirement )
- 2020-06-29 01:40:02下载
- 积分:1
-
Add-In开发
一个基于Arcgis engine开发的Arcgis desktop add-in插件代码案例,实现简单的功能,可以供学习使用(An Arcgis desktop add-in plug-in code case based on Arcgis engine, which realizes simple functions and can be used for learning.)
- 2020-06-20 18:40:02下载
- 积分:1
-
FPGA中SOC设计串口通信
本程序是在赛灵思V-5开发板上进行SOC设计的串口接收和发送程序,采用Microblaze软核,C语言开发设计,一个串口接收,一个串口发送程序。整个程序是在赛灵思开发平台EDK上进行开发设计,使用Xilinx的IP核进行搭建开发硬件平台,然后再Eclipse进行相应软件程序设计,使用相应的开发软件可以打开程序工程。
- 2022-03-26 05:24:40下载
- 积分:1
-
cxGrid中文教程
自学cxGrid,觉的这个帮助很有用,
就临时起意,建立一个中文chm给需要它的人,
也算是对DelphiBBS的一点贡献...
cxGrid中文教程
自学cxGrid,觉的这个帮助很有用,
就临时起意,建立一个中文chm给需要它的人,
也算是对DelphiBBS的一点贡献吧。-cxGrid Chinese self-study tutorials cxGrid, feel that this help was very useful, on the spur of the moment, the establishment of a Chinese chm to those who need it, it can be considered to contribute to it DelphiBBS point.
- 2022-01-26 06:15:05下载
- 积分:1