-
Chinese character font and the establishment and creation of a 24 point and 16 p...
汉字字库的的建立和创建并且有24点和16点字库建的源程序。-Chinese character font and the establishment and creation of a 24 point and 16 point font construction of the source.
- 2023-03-06 09:35:03下载
- 积分:1
-
编制一个演示约瑟夫环的程序
编制一个演示约瑟夫环的程序-prepare a demonstration Josephus procedures
- 2023-04-27 01:00:02下载
- 积分:1
-
回文数就是从高位往低位读,和从低位往高位读是相同的,例如:131,1221等,此程序是寻找m,要求m,m*m,m*m*m,这三个值都是回文数。...
回文数就是从高位往低位读,和从低位往高位读是相同的,例如:131,1221等,此程序是寻找m,要求m,m*m,m*m*m,这三个值都是回文数。-Palindrome number is read from a high level to low and from low to high time is the same as, for example: 131,1221 and so on, this procedure is to find m, the requirements m, m* m, m* m* m, the three values palindrome are few.
- 2023-05-21 02:30:03下载
- 积分:1
-
此代码实现在运行时修改控件属性的功能。在开发用户可自定义界面时会用到。...
此代码实现在运行时修改控件属性的功能。在开发用户可自定义界面时会用到。-This code in the run-time functions modify the control properties. In the development of custom user interface can be used.
- 2022-05-18 05:23:04下载
- 积分:1
-
介绍了vc下单文档的图形绘制的方法,包括画笔和华刷的使用
介绍了vc下单文档的图形绘制的方法,包括画笔和华刷的使用-Introduced under the Single Document vc graphics rendering methods, including brush and brush the use of China
- 2022-08-13 02:44:22下载
- 积分:1
-
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易....
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易.-most mobile targets, including forms, buttons, text box, labeling ..... easy to use.
- 2023-01-17 11:45:04下载
- 积分:1
-
基于MFC单文档应用程序编程
资源描述本代码比较适合初学者,刚接触C语言的童鞋比较是以查看代码进行了解学习。主讲的是MFC单文档编程,编的小程序,计算圆的周长和面积。供大家下载!
- 2022-03-22 02:26:55下载
- 积分:1
-
MFC进程之间的单管道传输
资源描述
进程之间的单管道数据传输
操作平台:win10+vs2013 pro
运行结果:
1、字符与宽字符之间的转换
//宽字符转字符
void TcharToChar(const TCHAR * tchar, char * _char)
{
int iLength;
//获取字节长度
iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL);
//将tchar值赋给_char
WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL);
}
//字符转宽字符
void CharToTchar(const char * _char, TCHAR * tchar)
{
int iLength;
iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0);
MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength);
}
2、创建进程及单管道传输
void CDemoDlg::OnBnClickedButton1()
{
// TODO: 在此添加控件通知处理程序代码
//管道相关
HANDLE hPWrite, hPRea
- 2022-03-06 10:20:16下载
- 积分:1
-
IDL定义的网络控制结构可用于配置分布…
网络结构图控件中的IDL定义,可用于配置分布式系统网络结构-network control structure of IDL definitions can be used to configure distributed network structure
- 2022-05-08 16:10:56下载
- 积分:1
-
ZgGroupMenu
ZgGroupMenu
- 2022-03-12 22:46:12下载
- 积分:1