-
c 语言所有函数查询帮助文档,对 每一个从事开发的人员都有帮助。...
c 语言所有函数查询帮助文档,对 每一个从事开发的人员都有帮助。-c language help documentation for all functions check on each and every person engaged in the development be helpful.
- 2022-06-16 23:13:24下载
- 积分:1
-
iprof:便携式工业
IPROF: A Portable Industrial
- 2023-01-14 03:45:03下载
- 积分:1
-
n茶树的封装以及使用的demo。
n茶树的封装以及使用的demo。 -n茶树的封装以及使用的demo。n茶树的封装以及使用的demo。
- 2023-01-30 15:05:03下载
- 积分:1
-
采用IO模拟I2C
该代码是基于STM107VCT6,I2C采用IO模拟的方式访问EEPROM的例程。由于网上经常出现使用STM的硬件I2C,总是会出现问题,这个代码中是采用IO模拟的方式
- 2022-04-20 10:22:41下载
- 积分:1
-
易语言的水波效果,在图片上移动鼠标会有水波出现
易语言的水波效果,在图片上移动鼠标会有水波出现-Easy language Shuibo effect, move the mouse on the picture will appear Shuibo
- 2023-08-04 16:05:03下载
- 积分:1
-
一个PHP+MySQL的访问统计,需要GD库,界面非常漂亮,2.0版本已经可以 非常方便的选择语言版本,其中中文版由夜猫网(http://www.YeMao.n...
一个PHP+MySQL的访问统计,需要GD库,界面非常漂亮,2.0版本已经可以 非常方便的选择语言版本,其中中文版由夜猫网(http://www.YeMao.net)翻译, ,在修改版中增加了一些功能,包括显示总页面访问数、今日页面访问数、总 IP访问数、今日IP访问数、在线人数,增加了页面JS调用统计功能, 增加 了 Windows XP 的识别等等。-a PHP+ MySQL visit statistics, the need for the GD library, a very nice interface, version 2.0 can be very convenient choice language version, which the Chinese version by the Night Cat Network (http://www.YeMao.net) translation, and in the revised version by added some features, including show the total number of pages visited, pages visited today, the total number of IP, IP visited today, online and an increase in the pages JS call statistics capabilities, the Windows XP identification, and so on.
- 2022-02-21 07:58:20下载
- 积分:1
-
MIMO OFDM系统仿真
MIMO OFDM是一种高速率数据技术。这种利用VBLAST MIMO编码方案相比其他技术具有较高的频谱效率和更好的误码率性能。
- 2023-08-21 18:30:04下载
- 积分: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
-
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!...
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!-VC clean-up assistant to use a multi-threaded, you can find a large number of documents will not lead to a standstill UI!
- 2023-02-18 11:40:03下载
- 积分:1
-
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创...
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创-Can easily be a power of less than three times the automatic derivation of the summation formula for the original code
- 2022-08-22 03:01:03下载
- 积分:1