-
关于常见网络问题故障分析及处理的解决方法。一、了解常见的网络故障现象,二、掌握故障的判断和定位方法,三、能够处理简单的网络故障。...
关于常见网络问题故障分析及处理的解决方法。一、了解常见的网络故障现象,二、掌握故障的判断和定位方法,三、能够处理简单的网络故障。-on common network fault analysis and processing solutions. 1, the common understanding of network fault, two, the master of judgment and fault location, three, be able to handle simple network fault.
- 2022-07-23 15:24:40下载
- 积分:1
-
Dotpot PortReady 是一个多线程的端口扫描工具,用于进行狂速端口扫描。它具有极快的速度│ │和方便友好的操作界面,能快速地对大网段范围进行 Con...
Dotpot PortReady 是一个多线程的端口扫描工具,用于进行狂速端口扫描。它具有极快的速度│ │和方便友好的操作界面,能快速地对大网段范围进行 Connect方式端口扫描。同时具有获取端口标识│ │的功能,可以用来快速地获取端口标识(Banner),内定对80端口标识进行特别处理,能方便地获取Web│ │Server类型。PortReady 1.6同时提供Windows图形版本和控制台版本,不管是在图形环境下,还是在│ │控制台模式中,都可以方便自如地进行端口扫描。 │ │-Dotpot PortReady is a multithreaded port scanning tool used for mad port scanning speed. It is extremely rapid and convenient-- and friendly user interface, it can quickly to a large network of the scope Connect port scanning mode. While access to ports with logo-- the function can be used to quickly access port identification (Banner), the designated ports of 80 for a special logo, easy access to the Web Server-- type. PortReady 1.6 also provides graphical Windows version and the console versions, whether in a graphical environment, or-- console model, can easily facilitate the ports to scan.
- 2022-08-03 22:04:38下载
- 积分:1
-
孙鑫程序代码
针对VC++深入详解的所有程序段
对学习MFC的学员有很大的帮助...
孙鑫程序代码
针对VC++深入详解的所有程序段
对学习MFC的学员有很大的帮助-SUN Xin program code for VC++ Depth explain all the procedures in paragraph trainees learning MFC great help
- 2022-02-05 18:42:03下载
- 积分:1
-
Java Network Programming classic textbook, introduced the Java Network Programmi...
Java网络编程的经典教材,介绍了Java在网络编程各方面的实际应用,值得一看.-Java Network Programming classic textbook, introduced the Java Network Programming in the context of practical applications, an eye-catcher.
- 2022-03-31 11:08:41下载
- 积分:1
-
一本好的ENVI/IDL二次开发手册。包括ENVI编程介绍、波段运算、批处理、用户函数、常用编程工具、交互式函数等ENVI编程的各个方面。...
一本好的ENVI/IDL二次开发手册。包括ENVI编程介绍、波段运算、批处理、用户函数、常用编程工具、交互式函数等ENVI编程的各个方面。-A good ENVI/IDL secondary development manual. including ENVI programming introduction, band operation, batch, user functions, commonly used programming tools, interactive functions,etc.
- 2022-03-20 15:21:40下载
- 积分:1
-
汇编&c语言code
汇编&c语言code-Compilation
- 2022-11-30 07:20:10下载
- 积分:1
-
Booth Multiplication Algorithm
Booth Multiplication Algorithm
- 2022-08-10 23:49:44下载
- 积分:1
-
Installing, Configuring and Administering
Microsoft Windows XP Professional
Installing, Configuring and Administering
Microsoft Windows XP Professional
- 2023-04-23 22:20:04下载
- 积分:1
-
这是个不错的文档,对于刚学realview的人很有帮助
这是个不错的文档,对于刚学realview的人很有帮助-This is a good document, for those who just learn RealView helpful
- 2022-02-13 08:30:19下载
- 积分:1
-
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫...
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。
为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
- 2022-03-21 17:16:01下载
- 积分:1