-
windows sdk 示例代码
windows sdk中选择字体的示例程序,界面简单,但字体比较全面,适合初学者慢慢学习。
- 2023-08-21 08:20:05下载
- 积分:1
-
一个自绘按钮的实现例子
一个自绘按钮的实现例子-painted a button from the realization example
- 2022-08-02 23:57:07下载
- 积分:1
-
网络编程(实现客户端与服务器端通信)
此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。
客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。
服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-16 16:40:03下载
- 积分:1
-
program to draw famous julia fractals
program to draw famous julia fractals
- 2023-02-15 16:10:04下载
- 积分:1
-
用VB扫描硬盘上的文件和东西,调用API和DIR命令!是你最好的工具和手册...
用VB扫描硬盘上的文件和东西,调用API和DIR命令!是你最好的工具和手册-VB scanning files on the drive and the things that API calls and DIR command! You are the best tools and manuals! !
- 2022-05-12 15:12:10下载
- 积分:1
-
这是PC机与电力线载波芯片IT800D的通信程序
这是PC机与电力线载波芯片IT800D的通信程序-This is the PC-chip with the power line carrier communication procedures IT800D
- 2022-03-21 14:07:48下载
- 积分:1
-
基于wince的输入法
基于wince的输入法源码,可以实现输入法的调用,他可以用于wince系统的各种需要在编辑框输入字符及汉字的地方,支持字母,数字,标点符号,拼音,还有手写输入等等。是一个难得的输入法,其界面漂亮,使用简单,欢迎下载。。。。。。。。。。。。
- 2022-03-22 04:54:36下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC40XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC40DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-MFC application partition window If your application uses MFC in a shared DLL, and your application is in a language other than the operating system" s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD- ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( " XXX" stands for the language abbreviation. For exam
- 2022-04-26 15:45:34下载
- 积分:1
-
ug_open二次开发与实例精解
Ug 二次开发的源代码,包括特征生成、零件成形、草图生成、自动装配等常用功能。源代码包括头文件、主体文件,开发者可直接运行,非常有利于初学者一步一步常看整个过程是如何完成的。
- 2022-09-30 09:10:06下载
- 积分:1
-
获取像素的颜色
源应用程序窗体中的一个点得到的颜色值的代码设置 x 和 y 值,您将得到选定点的颜色值。
- 2022-06-20 03:26:50下载
- 积分:1