-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
TextToSound
本文简单介绍了如何运用VC编程,Microsoft Speech SDK 建立自己的文本语音转换应用程序.
(This paper briefly describes how to use VC programming, Microsoft Speech SDK to create your own text to speech application.)
- 2013-07-27 13:27:07下载
- 积分:1
-
description
这是微软Win8 上宣布放弃Mirror driver之后推荐采用的抓屏技术, 全部基于D3D/DXGI技术, 效率非常高, 并且包含变化区域和屏幕鼠标光标。它的缺点是没法抓取某个窗口的内容 。(This is a renounced Mirror driver after Microsoft Win8 recommended screen capture technology, all based D3D/DXGI technology, efficiency is very high, and contains changes in the regional and screen mouse cursor. The disadvantage is that the contents of a window can not crawl.)
- 2020-06-26 14:20:01下载
- 积分:1
-
Harriscornerdetector
说明: harris 角点检测 MATLAB 代码(Harris corner detection MATLAB code)
- 2010-05-05 10:03:54下载
- 积分:1
-
SHOOT2
this program to compute the shoot function
- 2013-12-19 10:41:34下载
- 积分:1
-
PROTUES
说明: 单片机例程!不错啊!适合初学者的秘密武器!!(Single-chip routines! Ah well!)
- 2009-08-20 00:50:22下载
- 积分:1
-
ch02
C++入门经典第二章答案,自己写的红宝书的第二章代码(Ivor Horton s Beginning ANSI C++ chapter 2 answer)
- 2013-09-21 09:42:32下载
- 积分:1
-
pid
基于STM32的,PID模糊控制系统,PID产生的数值控制PWM产生不同的波形,控制外部元件(Based on STM32, PID fuzzy control system, the numerical control PWM generated by PID generates different waveforms and controls external components.)
- 2020-06-20 20:00:02下载
- 积分:1
-
EX_Database01
说明: 这是一个数据库访问技术方面的程序,是基于ODBC技术的数据库访问,显示数据库表中的所有记录。(This is a database access technical aspects of the procedure is based on ODBC database access technology, the database shows the table all records.)
- 2006-03-21 11:54:54下载
- 积分:1
-
code
用MPI实现的矩阵乘法的cannon算法,linux平台(matrix multiplication in Cannon method with MPI)
- 2013-02-08 16:03:34下载
- 积分:1