-
VB dynamic trees code right to study fractal theory is the role of the scholars.
VB实现的动态树木的代码,对想研究分形理论的学者们有作用。-VB dynamic trees code right to study fractal theory is the role of the scholars.
- 2022-03-31 18:28:43下载
- 积分:1
-
这是我找到的一个小程序,关于图形处理的,希望对大家有所帮助!...
这是我找到的一个小程序,关于图形处理的,希望对大家有所帮助!-This is what I found a small program on the graphics processing, we want to help!
- 2022-02-20 07:04:35下载
- 积分:1
-
关于抓图功能的程序编写,需要一定基础才能阅读,可以下来试试。...
关于抓图功能的程序编写,需要一定基础才能阅读,可以下来试试。-Grab the procedures regarding the preparation of functional, necessary foundation must be able to read, you can try it.
- 2022-02-20 18:41:23下载
- 积分:1
-
HTML5手机上下翻动
应用背景微信电子请柬,电子画册等使用,HTML5手机上下翻动关键技术HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动
- 2022-03-29 11:47:06下载
- 积分:1
-
别人写的一个空间,是一个电站系统的模拟,我自己没有看懂...
别人写的一个空间,是一个电站系统的模拟,我自己没有看懂-written by someone else a space power station is a system simulation, I did not understand
- 2022-03-21 17:52:57下载
- 积分: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
-
报警有声光报警,本文通过红绿灯的颜色改变,实现报警功能,...
报警有声光报警,本文通过红绿灯的颜色改变,实现报警功能,-a sound and light warning alarm, the paper through the traffic lights change color, achieving alarm function,
- 2023-05-08 23:55:02下载
- 积分:1
-
Bitmap dialog as the background of an MFC procedures, the heavy load of OnEraseB...
使用位图作为对话框的背景,是一个MFC的程序,重载了OnEraseBkgnd的方法-Bitmap dialog as the background of an MFC procedures, the heavy load of OnEraseBkgnd
- 2022-03-20 11:07:59下载
- 积分:1
-
换肤窗口也就是窗口内的基本元素及窗口外观会随着要求不断的变换风格。本实例中的窗口可以实现NeoStyle和XpStyle两种风格的互换。教你如何定制窗口框架、标...
换肤窗口也就是窗口内的基本元素及窗口外观会随着要求不断的变换风格。本实例中的窗口可以实现NeoStyle和XpStyle两种风格的互换。教你如何定制窗口框架、标题、边框等,虽然例子很简单,但对学习很有用哦!-Skin window that is an essential element of the window and the window will look as the requirements continue to change styles. Window in this instance can be achieved NeoStyle and XpStyle two kinds of styles of interchangeable. Teach you how to customize the window frame, title, border, even though this example is simple, but useful for learning Oh!
- 2022-02-02 08:20:42下载
- 积分:1
-
this is the source code of a beautiful interface in vc,you can use it as your ba...
这是一个漂亮界面在VC中的实现源程序,你可以用它来作为你软件的基础.-this is the source code of a beautiful interface in vc,you can use it as your base of software.
- 2023-02-25 17:45:03下载
- 积分:1