大约有 2,700 项符合查询结果(耗时:0.0255秒) [XML]
TCP 的那些事儿(下) - 更多技术 - 清泛网 - 专注C/C++及内核技术
... New Reno的对比:
关于这个算法实现,你可以参看Linux源码:/net/ipv4/tcp_vegas.h, /net/ipv4/tcp_vegas.c
HSTCP(High Speed TCP) 算法
这个算法来自RFC 3649(Wikipedia词条)。其对最基础的算法进行了更改,他使得Congestion Window涨得快,减...
线程访问窗口资源的问题 - C/C++ - 清泛网 - 专注C/C++及内核技术
...ry and should not be stored for later use.
下面是断言源码:
void CWnd::AssertValid() const
{
if (m_hWnd == NULL)
return; // null (unattached) windows are valid
// check for special wnd??? values
ASSERT(HWND_TOP == NULL); // same as desktop
if (m_hW...
TLSF源码及算法介绍 - 开源 & Github - 清泛网 - 专注C/C++及内核技术
TLSF源码及算法介绍tlsf-two-level-segregated-fit官网地址:http: www gii upv es tlsf 官网的代码应该是主分支,github上的几个仓库更新不是那么及时。英文好的同学请直接看论文《TLSF: a New Dynamic Memory Allocator f 官网地址:http://www.gii.upv.es/...
iOS Detect 3G or WiFi
I am not sure if this is possible, but I have this scenario.
10 Answers
10
...
Apache两种工作模式区别及配置切换 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...ThreadLimit指令,它的最大缺省值是20000。上述两个值位于源码树server/mpm/worker/worker.c中的以下两行:
#define DEFAULT_THREAD_LIMIT 64
#define MAX_THREAD_LIMIT 20000
这两行对应着ThreadsPerChild和ThreadLimit的限制数。最好在configure之前就把64...
tinyxml XML解析库下载(tinyxml2.h 和 tinyxml2.cpp) - 源码下载 - 清泛...
...析C++编写的,一个 h,一个 cpp,绿色小巧,直接加入工程源码编译,跨平台。使用方法参见《C++ 读写xml方法整理(持续更新)》tinyxml2 h *O C++编写的,一个.h,一个.cpp,绿色小巧,直接加入工程源码编译,跨平台。
使用方法...
第一个Hello,OS World操作系统 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...块发帖讨论。
编译执行过程:
打开dos窗口,进入源码所在目录,执行命令nasm boot.asm -o pfos.img:
同目录下生成一个"pfos.img"软盘映像文件,接下来只需要把它装载到虚拟机运行即可,当然有条件的话可以实际写入老式的...
AndroidRuntime error: Parcel: unable to marshal value
...on. Stepping through the debugger it seems that it adds the HashMap no problem, however when startActivty() is called I get a runtime error stating that Parcel: unable to marshal value com.appName.Liquor.
...
Where is the list of predefined Maven properties
...help:effective-pom stands as a great tool for discovering properties available. maven.apache.org/plugins/maven-help-plugin/…
– Peter Kahn
Jul 4 '16 at 15:01
1
...
腾讯Tencent开源框架介绍(持续更新) - 开源 & Github - 清泛网 - 专注C/C++及内核技术
...框架采用C++编写,跨语种的RPC采用类似protobuf通信模式。源码安装部署请参考:
https://tarscloud.github.io/TarsDocs/installation/source.html,不得不说他们的文档写的还是非常详细的。
安装完成是这样的:
管理平台:
服务的开发...