-
【Problem Description】: to participate in the Games n school numbered 1 ~ n. Comp...
【问题描述】:参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号内分别为1~m和m+1~m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。
-【Problem Description】: to participate in the Games n school numbered 1 ~ n. Competition is divided into m-men" s and women" s events w months, item numbers, respectively, within 1 ~ m and m+1 ~ m+ w. As a result of the project the number of participants vary greatly, some projects take the top five scores in order of 7,5,3,2,1 also some projects just take the top three scores in order of 5,3,2. Write a statistical procedure produces a variety of transcripts and score reports.
- 2022-03-16 09:25:45下载
- 积分:1
-
基于SQL SERVER 2000的VB应用
基于SQL SERVER 2000的VB应用-based on the SQL Server 2000 VB
- 2022-01-21 02:05:03下载
- 积分:1
-
演示最简单的程序,实现线程
演示最简单的线程实现的程序-demonstration of the most simple procedures to achieve threads
- 2022-03-14 00:47:11下载
- 积分: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
-
outstanding examples LCD digital display
优秀的液晶数字显示屏示例-outstanding examples LCD digital display
- 2022-04-26 12:26:28下载
- 积分:1
-
用mfc实现基于对话框的有背景图的应用程序
用mfc实现基于对话框的有背景图的应用程序-using dialog-based map of the background applications
- 2022-05-15 06:05:54下载
- 积分:1
-
这是一个键盘消息捕捉程序源代码,它简单的模拟了键盘消息的捕捉过程。...
这是一个键盘消息捕捉程序源代码,它简单的模拟了键盘消息的捕捉过程。-This is a message the keyboard to capture source code, it" s easy to simulate the keyboard to capture the process of the message.
- 2022-11-04 08:35:03下载
- 积分:1
-
一系列方案,提供了一个很好的
a collection of scheme programs,provide a good
starting point for beginner-a collection of scheme programs,provide a good
starting point for beginner
- 2022-07-22 16:25:05下载
- 积分:1
-
在图形界面上,加边框的类,是个作用很基本的类
在图形界面上,加边框的类,是个作用很基本的类-Class to demonstrate adding borders to components.
- 2022-03-20 16:45:05下载
- 积分:1
-
Excel格式的C + +出口
c++导出EXCEl格式文件-c++ Export EXCEl format
- 2023-05-27 17:00:03下载
- 积分:1