-
IP数据包解析
(1)捕获网络中的IP数据包,解析数据包的内容,显示结果,并将结果写入日志文件。
(2)显示的内容包括:捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。
(3)设置停止标志,当程序接收到停止命令时即停止。
- 2022-02-12 00:07:19下载
- 积分:1
-
一个TFTP软件
一个TFTP软件-a TFTP software
- 2022-11-01 03:20:04下载
- 积分:1
-
井字游戏 - 游戏人生
井字游戏 (或零和十字、 XS 和OS) 是一个纸笔游戏为两名球员,X 和 O,服用变成标记一个 3 × 3 网格中的空格。这位成功地将三个各自标志放置在水平、 垂直或对角线的行中的球员赢得这场比赛。下面的示例游戏中赢得了第一的球员,井字游戏 X:Game 赢得了 X球员们很快就发现从双方的最佳发挥会导致一场平局 (通常指猫或 cat 的游戏)。因此,井字游戏最常扮演的是年幼的孩子。井字游戏的简单性使得它理想作为一种教学工具的教学概念的良好的体育精神和处理的博弈树搜索的人工智能的一个分支。它是直截了当写计算机程序来玩井字游戏完美,以枚举 765 本质上不同的位置 (国家空间复杂性) 或 26,830 可能游戏旋转和反射 (博弈树复杂性) 在这个空间。[] 1这场比赛可以推广到 m、 n、 k 游戏两个玩家交替 m × n 的董事会,与,目的是让自己的色彩 k 行中自己颜色的条石。井字游戏是 (3,3,3)-游戏。
- 2022-03-25 16:08:58下载
- 积分:1
-
this is a matrix chain multiplication ...in c code
this a matrix chain multiplication ...in c code-this is a matrix chain multiplication ...in c code
- 2022-11-23 02:05:03下载
- 积分:1
-
自己编写的很多源代码,很适用,需要的来下,非常辛苦地编写的代码...
自己编写的很多源代码,很适用,需要的来下,非常辛苦地编写的代码-Many have written the source code, it is applicable, needed to, it is very hard to write code
- 2023-03-10 16:00:04下载
- 积分:1
-
- 2022-01-22 06:42:08下载
- 积分:1
-
is the same 15 cities in the TCP problem, but not the same
一样也是15个城市的TCP问题,但不一样-is the same 15 cities in the TCP problem, but not the same
- 2022-10-24 01:30:07下载
- 积分:1
-
学生成绩管理系统
整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。...
学生成绩管理系统
整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。-Student achievement management system for the entire system apart from the main function, there have 10 functions, to achieve the eight functions: input, display, search function, delete function, sorting function, insert a function, save function, reading function.
- 2022-06-14 09:58:04下载
- 积分:1
-
一个封装好的线程池的例子
一个封装好的线程池的例子-a good example of Thread Pool
- 2022-07-12 03:50:01下载
- 积分:1
-
Not is to provide C/C++ programmer job interview guide, which aims to examinatio...
并不在于提供C/C++程序员求职面试指导,而旨在从技术上分析面试题的内涵。文中的大多数面试题来自各大论坛,部分试题解答也参考了网友的意见。
许多面试题看似简单,却需要深厚的基本功才能给出完美的解答。企业要求面试者写一个最简单的strcpy函数都可看出面试者在技术上究竟达到了怎样的程度,我们能真正写好一个strcpy函数吗?我们都觉得自己能,可是我们写出的strcpy很可能只能拿到10分中的2分。读者可从本文看到strcpy函数从2分到10分解答的例子,看看自己属于什么样的层次。此外,还有一些面试题考查面试者敏捷的思维能力。
分析这些面试题,本身包含很强的趣味性;而作为一名研发人员,通过对这些面试题的深入剖析则可进一步增强自身的内功。
-Not is to provide C/C++ programmer job interview guide, which aims to examination questions from a technical analysis of face connotations. Most of the text surface examination questions from the major forums, part of the answer in reference to the Questions User s views.
Many face examination questions seem simple, yet profound basic skills needed in order to give the perfect answer. Company asked interviewers to write a simple strcpy function of the interview can be seen in the technology of how to achieve the extent of what we can really written a strcpy function do? We all feel that you can, but we write the strcpy is likely to receive only 10 points in 2
- 2022-03-01 08:24:29下载
- 积分:1