码迷,mamicode.com
首页 >  
搜索关键字:compression    ( 334个结果
数据降维(Dimensionality reduction)
数据降维(Dimensionality reduction) 应用范围 + 无监督学习 + 图片压缩(需要的时候在还原回来) + 数据压缩 + 数据可视化 数据压缩(Data Compression) + 将高维的数据转变为低维的数据, 这样我们存储数据的矩阵的列就减少了, 那么我们需要存储的数据就 ...
分类:其他好文   时间:2018-12-01 15:23:53    阅读次数:119
pcl之octree的使用
pcl之octree的使用 The Point Cloud Library provides point cloud compression functionality. It allows for encoding all kinds of point clouds including “unor ...
分类:其他好文   时间:2018-11-20 21:11:45    阅读次数:714
GetHtml
using System;using System.IO;using System.IO.Compression;using System.Net;using System.Net.Security;using System.Security.Cryptography.X509Certificate ...
分类:Web程序   时间:2018-11-10 10:53:05    阅读次数:158
源码分析Kafka之Producer
Kafka是一款很棒的消息系统,可以看看我之前写的后端好书阅读与推荐来了解一下它的整体设计。今天我们就来深入了解一下它的实现细节(我fork了一份代码),首先关注Producer这一方。要使用kafka首先要实例化一个KafkaProducer,需要有brokerIP、序列化器等必要Properties以及acks(0、1、n)、compression、retries、batch.size等非必要
分类:其他好文   时间:2018-11-06 21:29:03    阅读次数:154
RMAN备份压缩你了解多少
About RMAN Block Compression for Backup Sets
分类:其他好文   时间:2018-11-04 19:21:42    阅读次数:144
RMAN备份压缩你了解多少
About RMAN Block Compression for Backup Sets
分类:其他好文   时间:2018-11-04 11:06:07    阅读次数:179
WebSocketSharp 的使用
Server 端示例代码: Client 端示例代码: It supports: WebSocket Client and Server RFC 6455 Per message Compression extension Secure Connection HTTP Authentication ...
分类:Web程序   时间:2018-11-02 21:36:06    阅读次数:676
CodeForces C. Songs Compression
http://codeforces.com/contest/1015/problem/C Ivan has nn songs on his phone. The size of the ii-th song is aiai bytes. Ivan also has a flash drive whi ...
分类:其他好文   时间:2018-10-24 22:24:48    阅读次数:290
使用git提交时报错:error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
Delta compression using up to 4 threads.Compressing objects: 100% (2364/2364), done.Writing objects: 100% (4329/4329), 1.15 MiB | 11.20 MiB/s, done.To ...
分类:Web程序   时间:2018-10-11 15:44:33    阅读次数:1688
443. String Compression
记录一个current char, 用j循环到没有一样的为止,要是count>1的话,就把数字放进去 ...
分类:其他好文   时间:2018-10-06 15:35:18    阅读次数:161
334条   上一页 1 ... 6 7 8 9 10 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!