-
Qt倒计时源代码 完整程序
运用C++语言编写,在Qt软件上进行编译运行,可以实现倒计时功能,界面优美,可运用于开幕式倒计时,晚会倒计时等等
- 2023-08-07 07:25:03下载
- 积分:1
-
achieve the arbitrary division of the window, using the static segmentation appr...
实现窗口的任意分割,使用静态分割的方法切分窗口,是通过使用CSplitterWnd类来完成的-achieve the arbitrary division of the window, using the static segmentation approach segmentation window, through the use of CSplitterWnd class completed
- 2022-09-16 14:40:03下载
- 积分:1
-
VC++ 写字板代码
一个简单的写字板程序,非常适合初学vc,mfc的同志们学习。把这个项目搞定了,想必其他更复杂的工程也不成问题,好好学习吧。
- 2022-02-06 09:26:17下载
- 积分:1
-
Background window can be displayed as the background picture, realize a simple a...
可以将窗口背景显示为背景图片,实现简单、方便。-Background window can be displayed as the background picture, realize a simple and convenient.
- 2022-10-12 23:50:03下载
- 积分:1
-
Dynamic library call, is a very good learning how to call DLL example
动态库调用,是一个很好的学习如何调用动态库的例子-Dynamic library call, is a very good learning how to call DLL example
- 2022-08-21 05:01:22下载
- 积分:1
-
A simple diary, user
一个简单的日记本,界面友好,功能实用,挺好的-A simple diary, user-friendly, functional and practical, quite good
- 2023-01-23 16:20:03下载
- 积分:1
-
工业仪表界面,可以用来开发工业常见仪表式界面程序,采用控件编程,方便使用...
工业仪表界面,可以用来开发工业常见仪表式界面程序,采用控件编程,方便使用-industrial instrumentation interface can be used for the development of industrial instrumentation interfaces common procedures used controls programming, ease of use
- 2022-04-13 04:42:12下载
- 积分:1
-
换肤的电话,有两种方法:第一,皮肤直接从…
SkinMagic皮肤的调用有两种方法,一是直接从皮肤文件中调用,另一种方法是从资源文件中调用-SkinMagic skin call that there were two ways : First, the skin directly from the document called, Another method is called resource documents
- 2022-01-25 14:15:32下载
- 积分:1
-
QTflappy bird 程序源码
《flappy bird》是由来自越南的独立游戏开发者Dong Nguyen所开发的作品,游戏中玩家必须控制一只小鸟,跨越由各种不同长度水管所组成的障碍,本程序是对这款游戏的模拟。
- 2022-03-04 07:35:02下载
- 积分:1
-
网络编程(实现客户端与服务器端通信)
此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。
客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。
服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-16 16:40:03下载
- 积分:1