搜索资源列表
ShortestPath
- 利用VC++求最短路径算法,适用于网络路由算法,是一种简介有效的算法
DEDemo
- 拖动文件取得路径,VC++简单实现,这样可省去用户选择文件的麻烦,在QQ软件中,如果要发送文件,可将发送的文件直接拖动到聊天窗口中,程序自动获取文件路径,使软件更人性化,虽然本例简单,但是在实用性方面是比较强的-Drag the file access path, VC++ simple implementation, this would save the trouble of the user to select the file in the QQ software, if you wan
The-FTP-protocol
- FTP协议 分为客户端(client),服务器(service) 用VC运行成功,打开各文件中的.dsw文件就可以看到源代码 打开各文件中的Debug文件中的.exe文件理论上是可以看到运行结果,但事实上会显示绑定失败。所以要用到dos界面: 开始——运行——输入cmd——确定——将.exe文件拖到光标后(及输入存储路径)——空格,按回车键 在此之前要打开服务器的.exe文件-The FTP protocol is divided into the client (
definesock
- 封装了两个socket类,可以实现网络多线程通讯,在VC6.0下测试通过,注意VC如果不是安装在C盘,就修改相应路径-Packaging the two socket type, you can achieve multi-threaded communications network, in VC6.0 test is passed, the attention of VC if it is not installed on the C disk, on the amendment of th
netroutingvm
- 用VC++实现的网络路由模拟,实现的是最短路径算法-short routing
IE
- 仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEv
conversation-transfer
- 文件传输程序,VC++控制台程序,实现客户端之间小文件的传输(程序运行时需要在控制台输入完整的文件路径)-File transfer program, VC++ console application, file transfers between the client (the program is running in the console enter the full file path)
FileServerUsingVC
- 用vc实现了一个文件操作服务器框架。接收客户程序发来的命令,如果命令含有delete,就把delete后面的文件全路径截取出来,然后删除该文件。大家可以扩展命令集合,即扩充协议,从而实现任何服务器端的文件操作。包含列目录、下载、上传等功能。-Implement a file operation server framework using VC. Upon Receiving a command sent by the client, if the command contains "delet
ShortestPath
- 利用VC++求最短路径算法,适用于网络路由算法,是一种简介有效的算法-Use VC++ Seeking the shortest path algorithm applied to network routing algorithm, is a brief and effective algorithm
commDlg
- VC++串口接收数据实时显示,并绘制曲线,可以自定义路径保存数据到TXT。-VC++ serial port to receive real-time data display, and are plotted, you can customize the path to save the data to TXT.
iyferto__scheduler
- VC编程,在一个对话框控件里面显示出要查找的路径,不错(VC programming, in a dialog box controls inside the path of the show to find, is good)
test_client
- VC实现的socket文件传输client端,并且支持配置文件修改连接服务器端的ip和端口,所传文件的路径。(VC implements the socket file transfer to the client side, and supports configuration files to modify the connection server IP and port, the path of the file.)