logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

[cuda]异步内存拷贝中的默认同步

MemcpyIn the reference documentation, each memcpy function is categorized as synchronous or asynchronous, corresponding to the definitions below.SynchronousAll transfers involving Unified Memory regio

[CUDA] cuda atomicMax

#include <iostream>#include "UnifiedMemManaged.h"//typedef int mytype;//typedef unsigned int mytype;typedef long long mytype;//typedef unsigned long long mytype;__global__ void

C#实现UDP组播

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.Threading;namespace Test{class Program{

[matlab]FIR滤波器增益及归一化方法

FIR滤波器的分母为1,分子球

DIY一套NAS+私有云盘+下载机

http://wemaker.cc/85Linux下可以实现BT下载的应用有很多,目前支持下载格式最多和最知名的是Aria2。相比以往的开源BT程序,Aria2不仅支持BT下载,还支持Http、Ftp、磁力链接等格式下载,当然,文章最后完美还附上了迅雷离线下载+Aria2的完美方案。A、安装并配置Aria2在Linux终端内执行以下命令安装Aria2程序:sudo apt-ge

[Linux]解压RPM文件

rpm2cpio   xxxx.rpm  | cpio -idv

Linux Advanced Routing & Traffic Control HOWTO

http://lartc.org/lartc.htmlLinux Advanced Routing & Traffic Control HOWTOBert HubertNetherlabs BVbert.hubert@netherlabs.nl>Thomas Graf (Section Author)tgraf%suug.ch>

Redhat配置eth0

/etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0BOOTPROTO=noneONBOOT=yesIPADDR=192.168.0.22NETMASK=255.255.255.0USERCTL=noPEERDNS=noGATEWAY=192.168.0.250TYPE=EthernetNETWORK=192.168.0.0BROADCAST=1

[RAID]Linux中软件RAID的使用

software raid on linux

[Linux]./configure 编译调试信息

./configure CFLAGS="-g"   CXXFLAGS="-g"

    共 16 条
  • 1
  • 2
  • 请选择