首页
学习
活动
专区
工具
TVP
发布

vanguard

一袋米要扛几楼
专栏作者
62
文章
86927
阅读量
21
订阅数
cuQuantum installation
NVIDIA cuQuantum SDK is a high-performance library for quantum information science and beyond. Currently its primary target is quantum circuit simulations and it consists of two major components:
vanguard
2022-06-04
4240
cuDNN installation
NVIDIA cuDNNis a GPU-accelerated library of primitives for deep neural networks.
vanguard
2021-08-30
9860
Tesseract-OCR helloworld
https://github.com/UB-Mannheim/tesseract/wiki
vanguard
2021-08-03
4.5K0
Yolov5 Retrain
注意Pytorch版本问题 https://pytorch.org/get-started/locally/
vanguard
2021-07-21
6170
CUDA installation
CUDA / Compute Unified Device Architecture / CUDA Toolkit / 工具包
vanguard
2021-04-29
1.3K0
关注专栏作者,随时接收最新技术干货
Jetson Nano Installation
https://developer.nvidia.com/zh-cn/embedded/learn/get-started-jetson-nano-devkit
vanguard
2021-04-18
9360
NAS Network Attached Storage
RAID / Redundant Arrays of Independent Disks / 磁盘阵列
vanguard
2020-10-12
1.8K0
CORS Cross Origin Resource Sharing
CORS/Cross-Origin Resource Sharing/跨域资源共享/HTTP访问控制
vanguard
2020-09-14
5310
JavaScript array merge 数组合并
Dilemma of speed/time and space/memory. a javascript speed & space case.
vanguard
2020-04-05
1.3K0
coroutine 协程
Coroutines are computer-program components that generalize subroutines for non-preemptive multitasking, by allowing multiple entry points for suspending and resuming execution at certain locations. Coroutines are well-suited for implementing familiar program components such as cooperative tasks, exceptions, event loops, iterators, infinite lists and pipes. The async def type of coroutine was added in Python 3.5, and is recommended if there is no need to support older Python versions.
vanguard
2020-03-20
4470
socks5 helloworld
SOCKS is an Internet protocol that exchanges network packets between a client and server through a proxy server. SOCKS5 optionally provides authentication so only authorized users may access a server. Practically, a SOCKS server proxies TCP connections to an arbitrary IP address, and provides a means for UDP packets to be forwarded.
vanguard
2020-03-19
1.7K0
Socket 套接字协议
A network socket is an internal endpoint for sending or receiving data within a node on a computer network. Concretely, it is a representation of this endpoint in networking software (protocol stack), such as an entry in a table (listing communication protocol, destination, status, etc.), and is a form of system resource.
vanguard
2020-03-18
1.4K0
AEAD 认证加密
AEAD stands for Authenticated Encryption with Associated Data. AEAD ciphers simultaneously provide confidentiality, integrity, and authenticity. They have excellent performance and power efficiency on modern hardware. Users should use AEAD ciphers whenever possible.
vanguard
2020-03-17
2.9K0
GraphQL hello world
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
vanguard
2020-03-16
4010
ImageNet Classification 深度学习模型
https://github.com/google-research/noisystudent Tensorflow
vanguard
2020-03-16
7620
point inside 点在框内
如果是矩形比较简单,直接判断四个点的范围,不能推广到多边,考虑到图形的凹凸就更复杂,考虑到程序需要直接拿来用罢了,
vanguard
2020-03-13
1.2K0
two.js konvas.js helloworld
两个画图用的JS框架。前端框架的名字都蛮有意思的, two.js - three.js - D3.js , canvas - konvas.js , view - vue.js ...
vanguard
2020-03-10
11.4K0
Protobuf
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages.
vanguard
2020-03-09
1.1K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档