-
VC++ 依据特定字符拆分字符串
int CFileFun::SplitCString(CString strIn, CStringArray& strAryRe, LPCTSTR lpstr){ASSERT(lpstr);strAryRe.RemoveAll();int len1 = strIn.GetLength();int len2 = _tcslen(lpstr);if (0 == len1 || 0 == len2){return 0;}int pos1 = 0, pos2 = 0;while ((pos2 = strIn.Find(lpstr, pos1)) != -1){strAryRe.Add(strIn.Mid(pos1, pos2 - pos1));pos1 = pos2 + len2;}//加上最一个...if (len1 > pos1 + 1){strAryRe.Add(strIn.Mid(pos1));}return strAryRe.GetSize();}
- 2022-05-23 06:16:19下载
- 积分:1
-
MFC sample
mfc示例源代码在vc10文件夹中。我们可以学习多线程作为引用.it这是一个很好的研究临界区互斥和签名的例子。
- 2022-09-22 00:35:02下载
- 积分:1
-
间断有限元
When faced with the task of solving a partial differential equation computationally, one quickly realizes that there is quite a number of different methods
for doing so. Among these are the widely used finite difference, finite element, and finite volume methods, which are all techniques use
- 2022-11-12 22:50:03下载
- 积分:1
-
Image_mosaicing
图像拼接:实现两幅具有重叠区域的图像的拼接;使用MFC框架,内有程序使用文档(image mosaicing)
- 2010-12-07 14:00:01下载
- 积分:1
-
houxuanren
对候选人得票进行统计,设有3个候选人,最终只能有1人当选为领导。(Statistics on the number of votes a candidate with three candidates, we can only have one person elected as leader.)
- 2015-04-22 11:49:28下载
- 积分:1
-
LOCK
This file defines the flags for the locking() function.
- 2016-04-02 18:27:01下载
- 积分:1
-
apispy32
又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子( An interception replaces the api function the procedure,
contains 95 and the NT edition, but also brings a screen to take the
word the example )
- 2020-06-26 11:20:01下载
- 积分:1
-
atl控件使用socket通信
说明: 关于Socket编程的实例,希望可以给大家提供一定的参考(Socket Programming for example, we hope to provide some reference)
- 2006-02-22 11:49:24下载
- 积分:1
-
实验5-1-2:ESP8266串口WiFi模块 - 远程云服务器控制灯(ESP-12F模块)
实验5-1-2:ESP8266串口WiFi模块 - 远程云服务器控制灯(ESP-12F模块)
- 2021-05-07下载
- 积分:1
-
DAvE_XC866_v2[1].3
RF1100无线模块与英飞凌CX8868位微控单片机(i can t)
- 2011-10-08 16:00:59下载
- 积分:1