-
若允许天平两边放砝码,times应从
若允许天平两边放砝码,times应从-num[index]开始,并且分段计算sum,本例只放天平一边.?? -if allowed to put weight on both sides of scales, from the times-num [index], and sub-calculated sum, the cases take only balance the side.
- 2022-02-20 22:30:53下载
- 积分:1
-
这是关于调制解调的程序,希望大家多多交流,能对大家有所帮助和启发.谢谢!...
这是关于调制解调的程序,希望大家多多交流,能对大家有所帮助和启发.谢谢!-This is the modulation and demodulation of the procedures, we hope to conduct more exchanges, we can be helpful and enlightening. Thank you!
- 2022-03-20 04:06:41下载
- 积分:1
-
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp-Draw a multi-channel histogram of the image, the default processing of documents is lena.bmp
- 2023-03-22 01:20:04下载
- 积分:1
-
Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩...
Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩-Huffman coding and decoding process, which allows you to compress and decompress the file
- 2022-10-21 23:45:03下载
- 积分:1
-
可以按照屏幕上的提示,选择小鸟,小车,或者退出.小鸟在天上飞,行减小.一个小动画,可供初学者参考...
可以按照屏幕上的提示,选择小鸟,小车,或者退出.小鸟在天上飞,行减小.一个小动画,可供初学者参考-You can choose the little bird, the car or to exit according to the tips on screen. While the bird is flying on the sky, the row number reduces. It is a simple flash for the program beginer to reference.
- 2023-01-15 01:00:03下载
- 积分: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
-
A simple calculator that supports basic arithmetic, prime number checking, trigo...
A simple calculator that supports basic arithmetic, prime number checking, trigonometry, quadratic equation solving, and as of version 1.4, graphing. The calculator includes installation instructions and extensive help.
- 2022-02-02 20:19:11下载
- 积分:1
-
C Sharp中改变显示器的分辨率
C Sharp中改变显示器的分辨率-C Sharp change the display resolution
- 2023-02-28 02:50:04下载
- 积分:1
-
升 C 类为图像按钮的
处理按钮上的图像的类。它可以处理该按钮 (悬停、 残疾人士、 压制、 正常) 的四个国家。使用 c-夏普和生成可以在任何 VS 项目导入的库实现。
- 2022-08-17 23:06:27下载
- 积分:1
-
VB learning their assignments, the bad things a great weekend!
VB学习时自己的习作,不好的地方请多多指教!-VB learning their assignments, the bad things a great weekend!
- 2023-05-30 09:35:03下载
- 积分:1