-
ln_rtree
建立r树,使用c++完成,对于学习树的建立很有好处(create r-tree,use c++)
- 2016-04-07 16:28:58下载
- 积分:1
-
sMAPtool
完美世界游戏地图修改编辑工具,可以修改,编辑和同步地图文件。(Perfect world game map modify editing tool, you can modify, edit, and synchronized map file.
)
- 2013-10-24 14:57:30下载
- 积分:1
-
DNS_Lookup
窗口方式下域名解析,DNS域名解析系统。(Window mode, DNS, DNS domain name system.)
- 2009-11-02 13:08:46下载
- 积分:1
-
Mysipphonevs2005
我这段代码是一个名为Youtoo的sipphone工程改编而来。(www.pudn.com 上有)
原工程是在vc 6.0下开发,而我是在vs 2005 把代码重新改写了一边,同时稍微改了一下界面。
我用来测试客户端(ua)的服务器是 Brekeke SIP Server(安装完后可以注册)。
在程序运行前应该在vs2005重新设置lib和头文件的位置。
库放在lib目录下 头文件放在include目录下。(I have this code is a Youtoo adapted from the sipphone works. (Www.pudn.com have) the original project is developed in vc 6.0, while I was in vs 2005 to rewrite the code aside, at the same time slightly changed about the interface. I used to test the client (ua) of the server is Brekeke SIP Server (can be registered after installation). Before the program runs in VS2005 should be re-instated in the lib and header file location. Treasury on the lib directory下头document include directory.)
- 2020-07-02 00:40:01下载
- 积分:1
-
Progress-Test_20150624
进度条控件显示的测试小程序,供Windows桌面程序开发者借鉴(install progress view)
- 2017-05-25 17:38:15下载
- 积分:1
-
TCPclients
AppWizard has created this TCPServer 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 file contains a summary of what you will find in each of the files that
- 2007-08-20 19:24:43下载
- 积分:1
-
wenjianchuanshu
我的毕业设计,一个简单的集聊天,文件传输于一体的vc源码,可选TCP或UDP传输模式!(My graduation project, a simple set chat, file transfer in one vc source, optional TCP or UDP transfer mode!)
- 2009-05-08 18:37:52下载
- 积分:1
-
cool_toolbar&menu
非常漂亮的自绘工具条和菜单(very beautiful painting from the toolbar and menu)
- 2005-02-24 19:00:34下载
- 积分:1
-
WinEditor
最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。(Recently to do a similar drawing board a small Windows program, use and share with you. Features and interfaces in Windows, bringing all to imitate the drawing board, such as interface screenshot. The main features include: hand-painted lines, simple graphics, text input, drag and drop block, duplicate revoked, screen zoom, open the Save picture files, the other in order to directly from the database or XML access picture also provides a survival from the Base64 encoding Photos from the interface, the other also drawing board and achieve the same effect toolbox and paint boxes.)
- 2009-03-17 11:51:59下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1