-
Ch7_MyPad_MFC_Programming_Prosise
以下是jeffprosise第二版《用MFC编程Windows》第7章的源代码。这里的源代码附带了一个完整的visualstudio构建。
- 2022-06-29 01:18:39下载
- 积分:1
-
绘制等边五边形,依次填充部分颜色,并演示器过程。
绘制等边五边形,依次填充部分颜色,并演示器过程。-Equilateral five-sides
- 2022-12-03 17:45:03下载
- 积分:1
-
knowledge and examples of D8SQLDOC,no having password of decompression
D8SQLDOC 学习 和案例 没有解压密码-knowledge and examples of D8SQLDOC,no having password of decompression
- 2023-09-08 03:45:03下载
- 积分:1
-
mission : participation in the Games is n, the school No. 1 ... n. Competition i...
任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15)
功能要求:
1). 可以输入各个项目的前三名或前五名的成绩;
2).能统计各学校总分(用链表);
3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
4). 可按学校编号查询学校某个项目的情况;可按项目编号查询取得前三或前五名的学校。
界面要求:有合理的提示,每个功能可以设立菜单,根据提示,可以完成相关的功能要求。
b)概要设计:
本程序所使用的数据结构是二维数祖和线形链表。
所使用的算法有:快速、基数、归并排序等。-mission : participation in the Games is n, the school No. 1 ... n. Competition is divided into men m, and w-woman project. Item No. 1 man ... m, a woman m m w .... Different items from the top five or top three integration; From the top five points were : 7,5,3,2,1, and the top three points were : red; From what the top five or top three, set by the students themselves. (M = 10, w = 8, n = 15) functional requirements : 1). The importation of various items in the top three or top five results; 2). Statistics schools score (with Chain); 3). According No. schools, the school scores and scores of men a
- 2023-07-03 17:10:03下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
钟表
钟表-A demo shows how to program a clock.
- 2022-10-11 19:10:04下载
- 积分:1
-
从c到c++,从简单的程序到复杂的程序,一步一步教你学习c
从c到c++,从简单的程序到复杂的程序,一步一步教你学习c-From c to c++, From simple procedures to complex procedures, step by step and teach you to learn c
- 2022-05-18 11:05:41下载
- 积分:1
-
迷你SQL C # WinForms
应用背景迷你SQL查询,写,连接SQL,SQL管理没有筛选关键技术我5年在这一领域的经验的山楂,请联系jaikumar1983@gmail.com
- 2022-03-14 03:24:53下载
- 积分:1
-
VSELP C++
矢量和激励线性 (预测) is a 语音编码方法在几种细胞标准中使用。VSELP 算法是一种分析所合成的编码技术和属于类的语音编码算法称为 CELP (码激励线性预测)
这变化
- 2022-05-08 23:31:23下载
- 积分:1
-
提供HTML代码的解析,直接解析成为一颗DOM树。
提供HTML代码的解析,直接解析成为一颗DOM树。-HTML code to provide analytic, direct analysis has become a DOM tree.
- 2023-01-30 18:40:04下载
- 积分:1