-
The enclosed VB project includes a VB class that implements the Rijndael AES blo...
The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class.
- 2022-03-23 17:08:30下载
- 积分:1
-
an office network, the business process
一个办公网的商业程序-ASP-an office network, the business process-ASP
- 2022-02-13 13:12:32下载
- 积分:1
-
一个关于sniffe嗅探的程序,基于tcp/ip层的,学习用的
一个关于sniffe嗅探的程序,基于tcp/ip层的,学习用的-This is a program for research about sniffer, which is based on TCP/IP.
- 2022-05-08 20:07:21下载
- 积分:1
-
CWebGrab is a simple class that allows you to quickly and easily download files...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
- 2022-03-18 10:29:55下载
- 积分:1
-
基于webplayer的电影下载工具(VC6源码)
使用webplayer在线影院观看电影,是点播的形式,如果你的网络不好就要忍受长时缓冲的痛苦,有没有办法先下再看呢?我开发这个工具就是为了这个目的,发现了webplayer如何跟服务器沟通的规则,并最终获得电影数据,代码其实并不复杂,使用基本的socket编程,伪装成webplayer客户端与服务器沟通,最终得以获得电影数据,最后存成rmvb格式的电影,可以慢慢欣赏了。以上工具仅为学习目的开发,切勿用于任何非法目的,责任请自负,请支持正版电影:)
- 2023-01-18 10:25:04下载
- 积分:1
-
搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为...
搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为-Set up a department of four corporate network, including R & D department, testing department, management department and sales department, the use of local area network model of an object in the simulation at a server and multiple clients of conduct
- 2022-10-16 07:05:03下载
- 积分:1
-
本实例产生一个ISAPICookies.Dll文件,客户端通过服务器浏览本文件,可以进行Cookie的管理,包括生成、显示用户创建的Cookie。...
本实例产生一个ISAPICookies.Dll文件,客户端通过服务器浏览本文件,可以进行Cookie的管理,包括生成、显示用户创建的Cookie。-ISAPICookies.Dll have a document, the client server browsing through this document can be carried out Cookie management, including creation, display users to create a Cookie.
- 2022-01-22 08:57:52下载
- 积分:1
-
湖北电信SOA平台短信发送实例,做SP的朋友可能有用(中兴平台)...
湖北电信SOA平台短信发送实例,做SP的朋友可能有用(中兴平台)-Hubei Telecom to send message SOA platform examples, so a friend may be useful SP (ZTE platform)
- 2022-06-01 00:09:18下载
- 积分:1
-
个人网站源码,是我自己编写的,不足之处,请指正…
一个个人网站源码,是我自己编写的,不足之处,请各位多多指正-a personal website source, is my own preparation, inadequate, please correct many
- 2022-05-15 17:51:15下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1