-
一个简单的控件源码,保留版权,违者必究
一个简单的控件源码,保留版权,违者必究
-a simple source code control retain copyright offenders accountable!
- 2022-03-24 06:46:33下载
- 积分:1
-
a similar window to remind the simple application of great reference value. Prog...
一个类似MSN提醒窗口的简单应用,很有参考价值。界面编程-a similar window to remind the simple application of great reference value. Programming Interface
- 2022-05-13 10:07:48下载
- 积分:1
-
project drugstore with c#
使用c#.net和数据库sqlserver的药店项目应用程序;
- 2022-12-18 09:20:03下载
- 积分:1
-
外国人写的一个密码管理程序,很有参考价值。
外国人写的一个密码管理程序,很有参考价值。-foreigners write a password management procedures of great reference value.
- 2022-12-17 10:10:03下载
- 积分:1
-
In the demo project, I create a simple graph with four series of data. It demons...
In the demo project, I create a simple graph with four series of data. It demonstrates different options of marker, such as shapes, colors, etc. When the cursor hits a marker, the background data value will be displayed by tool tip. Some API functions, such as CRgn::PtInRegion(), in HitTest() work best in device coordinates. It may be a good practice to convert the test-point into device coordinates. In the demo, I create one marker for each data series. If you want to use different marker option within one data series, you have to create one marker for each data point.
- 2022-01-20 22:34:40下载
- 积分:1
-
推荐一款Vista界面模仿窗体的源码示例,界面做的是挺漂亮的,可以在WIN2K下运行...
推荐一款Vista界面模仿窗体的源码示例,界面做的是挺漂亮的,可以在WIN2K下运行-Recommend a Vista interface mimic the form of source code examples, make the interface is pretty and can be run in WIN2K
- 2022-01-28 20:41:52下载
- 积分:1
-
两个Form之间的数据传输,通过按钮控制不同界面的启动与关闭...
两个Form之间的数据传输,通过按钮控制不同界面的启动与关闭-Form between two data transmission, through the different buttons to control the startup and shut down the interface
- 2022-10-30 03:25:04下载
- 积分:1
-
VC 透明窗体编程,源代码,可以通过调节显示窗体的透明度实现特殊对话窗口的效果!...
VC 透明窗体编程,源代码,可以通过调节显示窗体的透明度实现特殊对话窗口的效果!-VC transparent forms programming, source code, can be adjusted by the transparency of the form shows the realization of the special effects in the dialogue window!
- 2022-02-06 08:34:18下载
- 积分:1
-
图像处理
关于图片处理的一个GUI,可实现多种格式图片的读取,灰度值变化,均衡化,滤波,主要采用CANDY边缘检测法、log边缘检测法、拉普拉斯算子边缘检测法实现图片的检测。
- 2022-07-11 07:30:46下载
- 积分:1
-
网络编程(实现客户端与服务器端通信)
此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。
客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。
服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-16 16:40:03下载
- 积分:1