-
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
-
reactionrate
说明: fluent表面反应udf文件,基于Langmuir机理的反应速率设置(Fluent Surface Reaction UDF File, Reaction Rate Setting Based on Langmuir Mechanism)
- 2020-11-07 15:49:50下载
- 积分:1
-
frame_transformation.slx
说明: 坐标系Park、Clark变换示例以及逆变换(Park and Clark transformation simulation)
- 2020-07-01 21:27:24下载
- 积分:1
-
stm32 定时器主从控制 PWM个数
stm32 利用定时器主从模式产生 PWM波,并精确控制产生的PWM个数,控制步进电机
- 2022-01-21 23:20:32下载
- 积分:1
-
track
基于opencv的运动目标轮廓检测,用MFC编写的界面,实现视频在对话框指定位置的显示,有详细注释,适合初学者。(Moving target based on the contour detection opencv prepared with MFC interface, video display dialog box to specify the location, detailed notes for beginners.)
- 2013-12-05 10:20:54下载
- 积分:1
-
DataGridView basic operation of the whole of a single cell, rows, columns, data...
DataGridView的操作基本全了,对单个cell,行,列,数据连接,极力推荐!-DataGridView basic operation of the whole of a single cell, rows, columns, data connectivity, highly recommended!
- 2022-02-02 16:23:51下载
- 积分:1
-
conv_hex
解析51单片机HEX文件的程序,生成二进制的内存文件。Craftor原创(A C program that can analysis HEX file and
convert it into a binary file.
By Craftor)
- 2010-09-28 10:56:06下载
- 积分:1
-
max197
MAX197 ADC芯片驱动程序,AVR单片机并行接口,实现高精度12位ADC采样(MAX197 ADC MCUdriver)
- 2013-12-05 16:13:07下载
- 积分:1
-
ADC129xADC
ADS129x系列芯片功能操作,C++直接套用(ADS129x series chip functions operate, C++ directly apply)
- 2020-08-24 10:48:16下载
- 积分:1
-
四个开关
大学老师布置的作业,第一个关于流水灯,第二个和第三个关于单向流水灯,最后是四闪。(Homework assigned by university teacher)
- 2018-10-24 20:42:05下载
- 积分:1