QCY T1s 双耳配对教程

  1. 手机蓝牙中删除配对记录;
  2. 将两只耳机放入充电仓后,再取出,然后同时长按3秒到红灯,松手;
  3. 同时长按20秒(白灯—>红白交替—>灭灯—>红白交替),松手;
  4. 同时长按耳机1秒开机,松手;
  5. 等待L灭灯,R红白交替;
  6. 手机蓝牙连接R

原文:https://www.jianshu.com/p/49661ca4d06f

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
#include<iostream> #include<string> using namespace std; class Teacher { public: Teacher(string na, int a, char s, string ad, int te, string t) :name(na), age(a), sex(s), address(ad), tell(te), title(t) { } void display(); protected: string name; int age; char sex; string address; int tell; string title; }; void Teacher::display() { cout << "name=" << name << endl; cout << "age=" << age << endl; cout << "sex=" << sex << endl; cout << "address=" << address << endl; cout << "tell=" << tell << endl; cout << "title=" << title << endl; } class Grade { public: Grade(string na, int a, char s, string ad, int te, string p) { name1 = na; age1 = a; sex1 = s; address1 = ad; tell1 = te; post = p; } void display1(); protected: string name1; int age1; char sex1; string address1; int tell1; string post; }; void Grade::display1() { cout << "name=" << name1 << endl; cout << "age=" << age1 << endl; cout << "sex=" << sex1 << endl; cout << "address=" << address1 << endl; cout << "tell=" << tell1 << endl; cout << "post=" << post << endl; } class Teacher_Grade :public Teacher, public Grade { public: Teacher_Grade(string na, int a, char s, string ad, int te, string t, string p, float w) :Teacher(na, a, s, ad, te, t), Grade(na, a, s, ad, te, p), wage(w) { } void show(); private: float wage; }; void Teacher_Grade::show() { cout << "name=" << name1 << endl; cout << "age=" << age1 << endl; cout << "sex=" << sex1 << endl; cout << "address=" << address1 << endl; cout << "tell=" << tell1 << endl; cout << "post=" << post << endl; cout << "title=" << title << endl; cout << "wage=" << wage << endl; } int main() { Teacher_Grade tg1("qcy", 22, 'n', "nt", 123, "ilove", "zwj", 2.3); tg1.show(); return 0; }
06-12
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值