自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (17)
  • 收藏
  • 关注

原创 CUDA(25)之Sparse Matrix --- Blocks

Abstract This blog mainly talks about the block matrix.1. Block Matrix A block matrix is a substrate matrix, having been broken into sections called blocks. Intuitively, the transformation of matrix

2016-11-30 20:56:28 905

原创 Latex注释快捷键(Texstudio)

摘要Latex编辑器Texstudio的注释快捷键。 1. 注释"Ctrl" + "T" 2. 去除注释“Ctrl” + "U" 

2016-11-30 17:53:26 33944

原创 CUDA(24)之Sparse Matrix Intro

AbstractThis blog will mainly talk about some basic operations on sparse matrix, especially the Compressed Sparse Row (CSR) mode. 1. CSRThe compressed sparse row (CSR) or compressed row storag...

2016-11-29 20:55:06 954

原创 矩阵基础 (5). Strassen矩阵乘法

摘要本文主要讲述strassen矩阵乘法。1. 传统矩阵乘法2. strassen矩阵乘法3. 分析&总结 strassen乘法运算上是常规算法的7/8,性能上相对占优。但是,strassen不能够按照精度去计算矩阵乘的结果,而且用加法替代部分乘法,少数情况下,算法的精度上会有负面影响。总而言之,不同算法对衡量同一个运算会产生

2016-11-26 15:56:54 858

原创 矩阵基础 (4). 相对误差和绝对误差

摘要本文主要讲讲相对误差和绝对误差。1. 绝对误差假定两向量x1, x2,则x1,x2的绝对误差为abs(x1 - x2)。2. 相对误差假定两向量x1, x2,其中x2不为0向量,则:x1的相对误差为abs(x1 - x2)/abs(x2),。3. 有效数位在范数意义下,相对误差可以理解为有效数位。假定两向量x1, x2,其中x

2016-11-26 15:04:53 9916 1

原创 Matlab之Treeplot

摘要本文主要讲讲Matlab的Treeplot作图函数。 1. TreeplotTreeplot的用法是通过指定前驱节点的编号来构建的树形图,(其中要注意的是:根节点的编号默认为0)。 2. 举例 clear;clc;%%------------Tree 0------------------nodes(1) = 0; % 默认根节点为节点0 no...

2016-11-22 16:43:17 5371

原创 CUDA(23)之threads(within a warp)之间的传值

摘要本文主要讲述一个warp内32个线程之间的传值问题。 1. 前提一个warp内32个线程之间的传值问题基于shuffle指令,该指令支持在CUDA的SM_30版本及以上平台。 2. 实现本代码运行在VS2012集成环境,Win7-sp1操作系统,CUDA8.0 Toolkit #include "cuda_runtime.h"#include "devi...

2016-11-17 15:44:03 690

hyperledger-fabric-readthedocs-io-en-v2.2.1.pdf

hyperledger-fabric-readthedocs-io-en-v2.2.1

2021-01-27

LibreOffice Draw 之网络图示模板 VRTnetworkequipment_1.2.0-lo

开源软件LibreOffice Draw的网络示意图示模板VRTnetworkequipment_1.2.0-lo,适用于Windows和Linux系统平台

2018-08-01

1999年到2018年香港房地产走势数据

1999年到2018年香港房地产价格变化趋势,包含有时间上,比如,单月数据,季度数据,年数据等;地段上,比如,香港岛,香港九龙,新界等相关数据。

2018-04-02

Socket programming in C

Socket编程 之标准C实现代码

2017-08-04

SHA-3(keccak)之C/C++官方源码

SHA-3(keccak)的官方C/C++源代码

2017-07-29

自动扫描拟合并获取pdf论文图像中的数据

自动并获取PDF图像中的数据(比如自动扫描拟合并获取pdf论文图像中的数据)

2017-07-03

网络端口扫描工具

网络端口扫描工具,用于扫描出指定公网ip下所有的开放的端口

2017-06-29

GeoIP Databases of Country and City

The GeoIP databases (i.e. both country and city) are tools which normally used to determine an Internet visitor's country or city based on their IP address. For more information, users can visit the official website https://dev.maxmind.com/.

2017-06-06

Performance analysis of the Blockchain

This is a report about the performance issues of Blockchian, trying to discuss the problems deeply and propose corresponding methods to solve them. Hope it will be useful to all of you, Blockchain lovers. Contact me freely via my email if any questions. Good luck!

2017-01-19

An introduction to Blockchain that is a supporting technology of Bitcoin.

This is an introduction to Blockchain, a supporting technology of Bitcoin.

2017-01-03

Linux Kervel Version 1.0 (open source)

The attachment is Linux kernel of Version 1.0, an open source. For more information, you may refer to https://www.kernel.org/pub/linux/kernel/

2017-01-03

GPU与MATLAB混合编程之书本实现代码

本资源主要是《GPU与MATLAB混合编程》书中的所有的例子的实现代码。对于购买了这本书的同学会有找不到书中源代码的情况,这时候,您就可以下载本代码集合,本代码集合拥有完整的书中的所有例子的代码。

2016-07-15

Totem拓扑数据

内部包含有TOTEM使用的网络拓扑数据,数据以.mat格式进行保存,可以通过matlab命令gplot(dist,position,'-o')直接显示网络拓扑结果,方便后续的自主编程操作。

2016-05-25

TOTEM使用帮助

TOTEM使用帮助

2016-05-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除