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

2019年9月1日

onboard procossor and cross-compile

摘要: 星载处理器 ERC32-TSC695F The European Space Agency’s ERC32 is a microprocessor implementing a SPARC V7 processor and associated support circuitry for embed 阅读全文

posted @ 2019-09-01 17:53 yanhc 阅读(318) 评论(0) 推荐(0) 编辑

2019年7月29日

WLAN802.11

摘要: IEEE 802.11,1997年,原始标准(2Mbit/s,播在2.4GHz)。DSSS, FHSS。该协议的一大缺点是它提供了太多的选择使得互操作性很难实现。所以它不严密,更像是一个beta标准,给了不同的产品厂商很多灵活性,但缺少厂商之间的操作性。 IEEE 802.11a,1999年,物理层 阅读全文

posted @ 2019-07-29 21:23 yanhc 阅读(369) 评论(0) 推荐(0) 编辑

2019年7月21日

关于开源,Git,Github

摘要: 在Github和Git上fork之简单指南 https://linux.cn/article-4292-1.html,中文翻译 https://www.dataschool.io/simple-guide-to-forks-in-github-and-git/,英文原文 Send a pull re 阅读全文

posted @ 2019-07-21 11:54 yanhc 阅读(232) 评论(0) 推荐(0) 编辑

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 阅读(569) 评论(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 阅读(158) 评论(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 阅读(1272) 评论(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 阅读(565) 评论(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 阅读(1198) 评论(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 阅读(1279) 评论(0) 推荐(0) 编辑

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

导航