-
show network traffic source
显示网络流量源程序-show network traffic source
- 2022-02-03 02:26:33下载
- 积分:1
-
evc MFC下实现文字滚动效果 AU1250下通过测试
evc MFC下实现文字滚动效果 AU1250下通过测试-evc MFC to achieve the effect of text scrolling through the test AU1250
- 2022-01-23 10:56:30下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
基于TCP的客户端和服务器
基于TCP的客户端和服务器
理解客户端与服务器模型的工作原理。
2
、掌握套接字的概念。
3
、掌握
TCP
协议,基于
TCP
协议来设计此客户端
/
服务器程序。
4
、通过设计面向连接的数据流传输服务程序,加深对面向连接的服务程序
工作流程和基本框架的理解
- 2022-01-26 02:33:44下载
- 积分:1
-
可以上网了!! 这个程序可以按照你设置的多少分钟进行测试可不可以上网!
可以上网了!! 这个程序可以按照你设置的多少分钟进行测试可不可以上网!-can be connected! ! In accordance with the procedures set you how many minutes of the tests conducted online Can!
- 2023-04-05 21:45:03下载
- 积分:1
-
GumstixII system wince6.0 the bsp, intel cpu is the xscale, is the installation...
GumstixII系统的wince6.0的bsp,cpu是intel的xscale,压缩後是安装文件,安装后会在ce文件夹下产生原代码文件夹-GumstixII system wince6.0 the bsp, intel cpu is the xscale, is the installation of compressed paper, After installation in ce folder under the original code folder
- 2022-01-28 15:45:46下载
- 积分:1
-
MSK相干调制解调
首先实现了MSK信号的相干调制解调,再比较了在MSK系统中加入不同(慢扫和快扫)线性调频信号(LFM)作为干扰信号时系统的误比特性能,都有程序实现
- 2022-03-09 10:45:47下载
- 积分:1
-
vs2005 c# wince made telephone inquiries, and then deal with in accordance with...
vs2005 c# wince 查询取得电话状态,然后根据状态进行 处理-vs2005 c# wince made telephone inquiries, and then deal with in accordance with state
- 2022-04-22 08:23:27下载
- 积分:1
-
windows7的登录凭据Demo
详细描述windows 7的登录凭据,使用域用户名与密码登陆到windows 7,windows8也适用。
- 2022-02-06 21:07:40下载
- 积分:1
-
Source code adopted by the VC compiler, object
源代码经VC编译通过,面向对象C语言的一种比较简单的实现方法,简称ooc-s-Source code adopted by the VC compiler, object-oriented C language to achieve a relatively simple method, referred to as ooc-s
- 2022-02-26 20:13:24下载
- 积分:1