摘要: C#类和字段 内存对齐 https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.structlayoutattribute.pack?view=net-6.0 阅读全文
posted @ 2022-09-06 23:45 dewxin 阅读(78) 评论(0) 推荐(0)
摘要: 下载 https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-vtune/top.html 使用 https://www.intel.com/content/www/us/en/develop/do 阅读全文
posted @ 2022-09-06 15:09 dewxin 阅读(196) 评论(0) 推荐(0)
摘要: https://www.ulduzsoft.com/2014/01/practical-difference-between-epoll-and-windows-io-completion-ports-iocp/ Introduction This article compares the diff 阅读全文
posted @ 2022-08-30 10:44 dewxin 阅读(291) 评论(0) 推荐(0)
摘要: Houdini Fundamentals – Points, Vertices and Primitives http://www.jerryhat.com/2019/11/09/houdini-fundamentals-points-vertices-and-primitives/ As I’ve 阅读全文
posted @ 2022-08-27 23:13 dewxin 阅读(235) 评论(0) 推荐(0)
摘要: http://www.skywind.me/blog/archives/112 网络游戏同步法则 June 11th, 2005skywindLeave a commentGo to comments 网路的硬件也有限,而人的创造也无限,在公网平均130ms的Latency下,是不存在“完全的”的同 阅读全文
posted @ 2022-08-16 21:47 dewxin 阅读(159) 评论(0) 推荐(0)
摘要: https://chuna2.787528.xyz/dragon2012/p/12391828.html Again, I don't recommend using that script. Let me explain how the networking model works in Dota 2 阅读全文
posted @ 2022-08-16 20:30 dewxin 阅读(238) 评论(0) 推荐(0)
摘要: 这篇文章主要介绍了c#实现图片二值化例子,图像二值化就是将图像上的像素点的灰度值设置为0或255,也就是将整个图像呈现出明显的黑白效果,需要的朋友可以参考下 C#将图片2值化示例代码,原图及二值化后的图片如下: 原图: 二值化后的图像: 原文链接: https://chuna2.787528.xyz/M 阅读全文
posted @ 2022-08-09 22:57 dewxin 阅读(496) 评论(0) 推荐(0)
摘要: https://electronics.stackexchange.com/questions/515570/what-is-the-practical-probability-of-a-bit-getting-flipped-during-transmission For fiber optic 阅读全文
posted @ 2022-07-30 16:07 dewxin 阅读(33) 评论(0) 推荐(0)
摘要: Can I skip the lock when reading an integer? Posted on March 12, 2014 Today, a question from a Coverity customer: Here is a greatly simplified version 阅读全文
posted @ 2022-06-27 01:41 dewxin 阅读(22) 评论(0) 推荐(0)
摘要: Is C# Slower Than C++? C# / March 16, 2020 Is C# slower than C++? That’s a pretty big question. As a junior developer, I was sure that the answer is “ 阅读全文
posted @ 2022-06-06 21:16 dewxin 阅读(101) 评论(0) 推荐(0)