-
数据结构(c语言)
说明: 数据结构经典教程,对各位编程有帮助!!!(Classic book of data structure, which is helpful to programming)
- 2019-05-29 16:04:29下载
- 积分:1
-
shukongdianyuan
基于单片机的数控可调直流电源,附源程序和电路图,及文档说明,源程序采用C语言编写(NC-based single-chip adjustable DC power supply, with source code and schematics, and documentation shows that the use of C language source)
- 2009-03-24 09:16:50下载
- 积分:1
-
Skin
33个C++皮肤源代码实例 含MFC界面美化 自定义控件(33 C++ skin source code examples MFC interface to beautify the custom control)
- 2016-03-29 11:23:27下载
- 积分:1
-
readdicomPicWithC++ByLee
view dicom picture with C++
- 2010-09-21 10:31:14下载
- 积分:1
-
2DMapEditor
基于MFC的2D地图编辑器,实现了在小地图中预览的功能,资源文件目录需要设置一下。其他只要改改数据就能直接使用了。可以用于学习和实践中。(MFC-based 2D map editor, realized in a small map preview function, need to set the resource file directory. Other change to change as long as the data can be used directly. Can be used to learn and practice.)
- 2015-04-13 10:08:30下载
- 积分:1
-
odbc-student
VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。(VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.)
- 2008-07-09 22:29:15下载
- 积分:1
-
lzw-0.5
shannon chinezee coding
- 2013-11-10 01:26:52下载
- 积分:1
-
TOST
说明: STM32 USB HOST Library
- 2018-12-26 10:15:47下载
- 积分:1
-
AT89C51
基于AT89C51和AD0809水位控制(AT89C51AD0809PROTEUS)
- 2010-05-08 13:21:08下载
- 积分:1
-
DNS_Redirect
驱动级域名劫持
就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。
观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP:
bin会将www.baidu.com劫持到ip138.com(Drive level domain hijacking is to visit A.com to b.com, of course, if A is dropping into access, it becomes blocked designated site. First discovered by capturing tool, visit a website, (if there is no local DNS cache of the site) will first send a DNS query packets (UDP), then establish a connection with the site, and then send http request packet. Observe the contents of the package, we need to change the target packet sent our goal, then put the package in response to the things we turn to come back, that is, superiors and subordinates. Code much focus is to demonstrate how to get the contents of TCP and UDP packets received. Only applies to XP: bin will www.baidu.com hijacked to ip138.com)
- 2014-02-13 13:30:04下载
- 积分:1