E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
TBytes
Boost.Asio c++ 网络编程翻译(10)
处理方法的格式是:voidhandler(constboost::system::error_code&err,size_
tbytes
);。你可以选择指定一个完
mmoaay
·
2014-09-28 10:00
C++
asio
boost
关于动态数组指针操作的两个例子
//动态数组地址测试 var i:Integer; arr:
TBytes
; p:PByte; begin SetLength(
涂孟超
·
2014-09-26 15:00
把字节数组读入到流 - 回复 "巅枫" 的问题
1936942.html#2012707var{模拟三种字节数组} staticArr:array[0..6]ofByte=(65,66,67,68,69,70,71); dyanmicArr1:
TBytes
涂孟超
·
2014-09-26 15:00
转换 Byte 数组到 ... - 回复 "高群" 的问题
问题来源:http://www.cnblogs.com/del/archive/2009/03/21/1410030.html#1483614{转换
TBytes
到Integer} procedureTForm1
涂孟超
·
2014-09-26 15:00
曾经被忽视的两个小功能
;VarArrayOf可不是新东西,不过之前还没习惯用它.var bs:
TBytes
; //bs:TArray<Byte> begin //SetLength(bs,3); bs:=VarArrayOf
涂孟超
·
2014-09-26 15:00
获取各种编码的识别符
Unicode:FFFE;BigEndianUnicode:FEFF;UTF8:EFBBBFvar bs:
TBytes
; b:Byte; str:string; begin {只有Unicode
涂孟超
·
2014-09-26 15:00
使用 BinToHex() 把
TBytes
转换为十六进制字符串 - 回复 "梧桐栖凤" 的问题
{函数} functionBytestoHexString(ABytes:
TBytes
;len:Integer):AnsiString; begin SetLength(Result,len*2)
涂孟超
·
2014-09-26 15:00
unix域协议(类TCP)实现本机进程间通讯
1、服务器端程序:ssize_tmaster_send(intfd,constvoid*buf,size_tlen){ssize_
tbytes
,total=0;constuint8_t*data=(typeof
ostar_liang
·
2014-06-30 16:00
tcp
bind
connect
listen
进程间通讯
Android4.2 Audio子系统—音频声音小问题
一、在HAL层捕获PCM数据并存盘staticssize_tout_write(structaudio_stream_out*stream,constvoid*buffer, size_
tbytes
)
tankai19880619
·
2014-03-03 13:00
Delphi XE中String、ANSIString、
TBytes
之间的转换
(无警告) 三、string 转为
Tbytes
1、bytes:= bytesof(str) 已转为ansi编码2、bytes:= widebytesof(str) UNI
·
2013-09-11 15:00
String
Delphi Unicode学习
String、AnsiString及
Tbytes
之间的转换一、string转为AnsiString1、直接赋值 (有警告)2、AnsiString()类型强制转换。
·
2013-09-06 05:00
unicode
MT6589平台通话录音时播放提示音给对方功能的具体实现
1.修改AudioMTKStreamOut.cppssize_tAudioMTKStreamOut::write(constvoid*buffer,size_
tbytes
){caseandroid_audio_legacy
·
2013-06-17 16:15
android耳机左右声道接反具体修正方法
可以用如下方法:修改AudioYusuStreamOut.cpp,添加方法:复制代码代码如下:voidAudioYusuStreamOut::swS2M(constvoid*buffer,size_
tbytes
·
2013-06-17 16:58
录制中rampVolume参数溢出的问题
stagefright中的AudioSource的voidrampVolume(int32_tstartFrame,int32_trampDurationFrames,uint8_t*data,size_
tbytes
Jlins
·
2013-04-20 14:36
Leveldb源码分析--6
>Reporter的接口只有一个:voidCorruption(size_
tbytes
,constStatus
sparkliang
·
2013-03-01 22:00
【Boost】boost库asio详解7——boost::asio::buffer用法
1.asio::buffer常用的构造方法asio::buffer有多种的构造方法,而且buffer大小是自动管理的1.1字符数组chard1[128]; size_
tbytes
_transferred
huang_xw
·
2013-01-17 13:00
将数字上调至8的倍数
enum{_ALIGN=8};//设定上调边界为8(例如客户端输入30,调为32) staticsize_tround_up(size_
tbytes
){ //将bytes上调至8的倍数,例如30,则(30
shandianling
·
2012-09-05 16:00
ptmalloc代码浅析1
__libc_malloc函数void* __libc_malloc(size_
tbytes
) { mstatear_ptr;//这个就是分配区的结构体描述,每个
zero_lee
·
2012-08-14 16:00
user
null
存储
平台
hook
C# Tips: How to tell if system is little endian or big endian?
Littleendian和Bigendian,函数如下:#include #include #include unionTestEndian_Unit { uint16_tvalue; uint8_
tbytes
XinYaping
·
2012-04-20 05:00
boost::asio::buffer
chard1[128]; size_
tbytes
_transferred=sock.receive(boost::asio::buffer(d1));buffer大小是自动管理的同样std::vectord2
hbhhww
·
2012-04-17 18:00
String
function
System
buffer
C Tips: How to tell if system is little endian or big endian?
en.wikipedia.org/wiki/EndiannessCcode如下:#include #include #include unionTestEndian_Unit { uint16_tvalue; uint8_
tbytes
XinYaping
·
2012-04-11 19:00
c
exception
function
System
FreeBSD
reference
字符串相互转字符数组 string byte 数组 array of byte
{转换
TBytes
到Integer} procedureTForm1.Button1Click(Sender:TObject); var bs:
TBytes
;{
TBytes
就是Byte的动态数组
chinazhd
·
2012-01-31 23:00
String
Integer
byte
AudioHardware::AudioStreamOutALSA::write
以数据为导向,分析代码,音频流程ssize_tAudioHardware::AudioStreamOutALSA::write(constvoid*buffer,size_
tbytes
) { //LOGV
xujianqun
·
2011-09-06 15:00
thread
null
buffer
input
output
playback
Indy10记录及其他类型的传送
idTcpClient及IdTcpServer传送记录时的方法: 先将记录转换成
TBytes
, 使用RawToBytes及BytesToRaw函数。
cloud21
·
2011-04-25 10:00
java
buffer几种用法
chard1[128]; size_
tbytes
_transferred=sock.receive(boost::asio::buffer(d1));buffer大小是自动管理的同样std::vectord2
lincyang
·
2010-11-30 10:00
String
System
buffer
asio socket::close时异步操作的处理
asio中socket通常的用法如classSession{public:voidHandleRead(constboost::system::error_code&error,size_
tbytes
_transferred
cometeor
·
2010-05-18 19:00
socket
session
delete
System
Class
buffer
Indy10记录及其他类型的传送
idTcpClient及IdTcpServer传送记录时的方法: 先将记录转换成
TBytes
, 使用RawToBytes及BytesToRaw函数。
cloud21
·
2010-05-06 15:00
java
把某个数变成8的倍数
代码来自于《stl源码分析》 enum{__ALIGN=8}size_tround_up(size_
tbytes
){ return(((bytes)+__ALIGN-1)&~(_ALIGN-1));}
riag
·
2009-03-05 23:00
UP
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他