-
Controls are a number of important applications, and the whole sample or beginne...
一些重要的控件都应用上了,总体上还是初学者的范例-Controls are a number of important applications, and the whole sample or beginners
- 2023-06-25 06:05:04下载
- 积分:1
-
addzip06.zip 在程序开发中使用文件压缩技术
addzip06.zip 在程序开发中使用文件压缩技术 -addzip06.zip program development in the use of compression technology
- 2022-03-10 18:39:27下载
- 积分:1
-
简单的绘制一个能够旋转的图形。比较基础 ,适合初学者学习学习。
简单的绘制一个能够旋转的图形。比较基础 ,适合初学者学习学习。-Draw a simple rotating graphics. Basis of comparison, suitable for beginners to learn to learn.
- 2022-06-19 17:33:58下载
- 积分:1
-
Codevision 24cx512 TWI
如何读取和写入在 eeprom 24 c 512 atmega16 codevision 与 TWI 代码与
它发生的读和写子函数来读取和写入地址和它的使用不是软件 I2c TWI
- 2023-03-13 04:10:03下载
- 积分:1
-
VC简易绘图界面 图形程序的好例子 具体请参看例题
VC简易绘图界面 图形程序的好例子 具体请参看例题-VC simple graphical interface graphics program a good example of concrete examples s
- 2022-06-16 09:18:53下载
- 积分:1
-
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次...
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次的阅读,程序会在您打开的TXT文件的相同目录下创建一个*.m的文件,此文件为书签文件,删除后会造成保存的阅读进度的丢失。 开发平台 vs 2008
-A major role in this process with TXT e-fiction reading, in the course of your reading program can be automatically flip, and you can also set up their own auto-flip time interval, the program comes with a bookmark feature, you can always save your progress to facilitate reading the next reading, the program will open in your TXT file the same directory to create a*. m files, the file for the bookmarks file, delete saved will result in the loss of reading progress. Development platform vs 2008
- 2022-04-24 18:47:11下载
- 积分: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
-
《微信公众平台应用开发实战》源码
应用背景微信公众平台是运营者通过公众号为微信用户提供资讯和服务的平台,而公众平台开发接口则是提供服务的基础,开发者在公众平台网站中创建公众号、获取接口权限后,可以通过阅读本接口文档来帮助开发。关键技术开发者进行公众号开发时,除了需要满足每个接口的规范限制、调用频率限制外,还需特别注意模版消息、用户数据等敏感信息的使用规范。
- 2022-07-13 23:15:03下载
- 积分:1
-
MySlider,一个非常简单个性的slider控件
这是一个非常有个习惯的slider控件。非常简单,也非常有个性,非常实用。直接派生Cslider控件即可,附件有所有源码和工程文件。
- 2023-01-28 12:20:03下载
- 积分:1
-
利用RGN技术实现窗体异形,这个例子还附带在VB中实现自绘菜单...
利用RGN技术实现窗体异形,这个例子还附带在VB中实现自绘菜单-use FTTH technology Form variation of the example of fringe in VB realize painted menu
- 2022-01-26 04:08:08下载
- 积分:1