搜索资源列表

  1. 一个简单的端口扫描程序题.rar

    0下载:
  2. 常用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm 上就介绍了很多我的程序 所使用的最基本的扫描技术:TCP 扫描。
  3. 所属分类:扫描程序

    • 发布日期:2024-05-14
    • 文件大小:30120
    • 提供者:
  1. BCGControlBar.Professional.v7.31.Final

    0下载:
  2. BCGControlBar.Professional.v7.31.Final-BCGControlBar.Professional.v7.31.Fin al
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:13636891
    • 提供者:赵西古
  1. FIN

    1下载:
  2. 这个是我原创的Direct走迷宫程序,迷宫是动态生成的,算法也全部是自己写的,第一次发布,对于学习Direct的人很有参照价值-this is my original Direct Maze procedure, the maze is dynamically generated, algorithm also write all their own, the first release, the study is full of Di
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13675234
    • 提供者:王军
  1. RLEBmp_src

    0下载:
  2. This is a RLE compression routine, written in MFC. I wrote this because I cannot find handy code for such a thing.-This is a RLE compression routine, written in MFC. I wrote this because I can not fin d handy code for su
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4884
    • 提供者:李登煇
  1. XGraph_src

    0下载:
  2. Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons of charting controls with fancy effects and useless features, but when it comes to displaying many curves at once, indepe
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:225847
    • 提供者:小叹号
  1. horrorshow

    0下载:
  2. horrorshow.zipic class BitwiseDemo { static final int VISIBLE = 1 static final int DRAGGABLE = 2 static final int SELECTABLE = 4 static final int EDITABLE = 8 public static void main(String[] arg
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1168
    • 提供者:张竹
  1. 41104

    0下载:
  2. This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the add
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5936
    • 提供者:郭春阳
  1. PortScan_sjtu

    1下载:
  2. 大学时用visual c++写的端口扫描程序,使用tcp/fin/syn进行端口扫描。-University with visual c write port scanning procedures, use tcp / fin / syn port scan conducted.
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:103727
    • 提供者:张晔
  1. tcpecho

    0下载:
  2. 先用makefile编译,连接后,client发字符到server端并返回该字符串,遇到a,e,i,o,u则加*号,如*a,收到fin字符串则结束客户端及服务器端程序.实现echo功能
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3743
    • 提供者:邓小欧
  1. open_pc_and_port_scan

    0下载:
  2. 网络活动主机和开放端口扫描源程序,含开发文档,基于C#的rawsocket开发,支持 多线程 支持ARP,ICMP协议的活动主机扫描,支持TCP connect syn fin 三种方式的开放端口扫描,支持udp端口扫描
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:95117
    • 提供者:李刚
  1. portscan2

    0下载:
  2. 端口扫描器,内有三种扫描方式,分别是TCP-SYN,TCP-FIN,ICMP-Echo,可以选择IP地址范围
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:43954
    • 提供者:
  1. AnalogDevicesBlackfin

    0下载:
  2. black fin 系列DSP的发展方向,前景,技术支持和答疑
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:334528
    • 提供者:lianzhen
  1. BF561_Micron_Image_Capture_Rev3

    0下载:
  2. adi black fin chip connect to cmos sensor
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:50766
    • 提供者:liangjinglei
  1. maze1

    0下载:
  2. maze1(USACO) 走迷宫,计算需要的最小步数。经典的Dijkstra算法,初始的图形转化成矩阵是关键。矩阵的维数没有必要等于节点数,可以直接在二维上计算。入口和出口没必要计算。注意fin会忽略空格。预处理的很多东西可以在后面直接做,没有必要在前面专门做。后来发现没有必要计算所有点到两个出口的距离,而可以直接从两个出口开始,计算他们到迷宫中各个格子的最长距离。 算法千辛万苦想出来了,就应该对自己有信心,出现错误了之后有可能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1376
    • 提供者:求索
  1. 一个简单的端口扫描程序

    1下载:
  2. TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描-TCP connect () scan, TCP SYN scanning TCP FIN scan
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:30432
    • 提供者:往常
  1. compress_code

    0下载:
  2. 收集的无损压缩 -解压代码包,包含了多种压缩算法。ar002、ash、comp、fin、huf、lz、lzrw1、lzw、splay-collection of lossless compression-decompression code kit, which includes a variety of compression algorithms. Ar002, ash, comp, at the end, HUF, lz, lzr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:93301
    • 提供者:sky
  1. zhekou

    0下载:
  2. CISCO.NETACAD.NET 思科考试CCNA4的折扣答案,正确95%以上
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:320512
    • 提供者:hujianguo
  1. poi-bin-3.0-FINAL-20070503

    0下载:
  2. poi包与EXCELjava生成excel文件(poi)-poi package with EXCELjava generated excel file (poi)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:10274816
    • 提供者:gao
  1. OpacityPeeling_EG06-fin-electronic

    0下载:
  2. 不透明度分离算法。可以在较少的干预下将体数据中被遮挡的人体组织 显示出来,该方法考虑了数据集的可视化问题, 以累积不透明度和当前采样点的不透明度作为分层 的标准织的特征信息并不敏感.-OpacityPeeling_EG06-fin-electronic
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1163264
    • 提供者:康朝
  1. 5

    0下载:
  2. js testing example abc fin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:weiguan
« 12 3 4 5 »

源码中国 www.ymcn.org