上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页

2019年6月29日

Multicast

摘要: Source Specific Multicast (SSM) The multicast that you are probably familiar with (PIM sparse and dense mode) using IGMPv2 are also known as ASM (Any 阅读全文

posted @ 2019-06-29 11:05 yanhc 阅读(603) 评论(0) 推荐(0)

TCP

摘要: RFC 1323 - TCP Extensions for High Performance RFC 2488 - Enhancing TCP Over Satellite Channels using 传输层端口号定义 https://www.iana.org/assignments/servic 阅读全文

posted @ 2019-06-29 09:56 yanhc 阅读(203) 评论(0) 推荐(0)

2019年6月20日

拓扑图动态制作

摘要: VC# + GDI+ 绘制 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; 阅读全文

posted @ 2019-06-20 21:22 yanhc 阅读(1384) 评论(0) 推荐(0)

2019年6月17日

C#实现读取IPv6 UDP Socket数据,再发送出去

摘要: C#实现读取IPv6 UDP Socket数据,再发送出去。 不知为何,黑框点一下就停止刷新了,再点一下,就继续刷新了。 using System; using System.Collections.Generic; using System.Linq; using System.Net; usin 阅读全文

posted @ 2019-06-17 21:35 yanhc 阅读(667) 评论(0) 推荐(0)

2019年6月14日

智能、云、大数据

该文被密码保护。 阅读全文

posted @ 2019-06-14 22:01 yanhc 阅读(5) 评论(0) 推荐(0)

2019年6月8日

混合整数线性规划,图的最大流,图的匹配,求解

摘要: 求解软件有, matlab,lingo,商用软件 GLPK,GNU LP Kit,开源,ansi C 介绍图的匹配,matching https://www.tutorialspoint.com/graph_theory/graph_theory_matchings.htm 最大流问题,有许多图的基 阅读全文

posted @ 2019-06-08 09:28 yanhc 阅读(1303) 评论(0) 推荐(0)

2019年5月25日

malloc返回地址的对齐问题

摘要: http://man7.org/linux/man-pages/man3/malloc.3.html RETURN VALUE top 因为占内存最多的变量类型为double和int64,都是8字节。 那么,malloc返回的地址都是8字节对齐的吗? 对于lwip的mem_alloc()也是都是8字 阅读全文

posted @ 2019-05-25 22:22 yanhc 阅读(1328) 评论(0) 推荐(0)

能否不同udp socket绑定到同一IP地址和port

摘要: http://www.softlab.ntua.gr/facilities/documentation/unix/unix-socket-faq/unix-socket-faq-4.html https://social.msdn.microsoft.com/Forums/windowsdeskto 阅读全文

posted @ 2019-05-25 18:50 yanhc 阅读(846) 评论(0) 推荐(0)

2019年1月22日

windows socket ipv6 SOCK_RAW

摘要: bind处一直报错WSAEADDRNOTAVAIL10049,不知道为什么? win10, vs2015 1 #include <stdio.h> 2 #include <winsock2.h> 3 #include <ws2ipdef.h> 4 5 #pragma comment(lib, "ws 阅读全文

posted @ 2019-01-22 21:45 yanhc 阅读(873) 评论(0) 推荐(0)

2019年1月15日

H3C router cmd

摘要: LAN转WAN:接口下port link-mode route windows CMD,本地连接5的链路本地地址经常有一个百分号加一个数字,该数字即接口索引,fe80::8c79:e4f9:f5a3:e5eb%16 V7配置手册: 不支持IPv6的设备: http://www.h3c.com/cn/ 阅读全文

posted @ 2019-01-15 19:41 yanhc 阅读(649) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页

导航