上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: 插入: 阅读全文
posted @ 2018-08-20 17:47 bloglxc 阅读(122) 评论(0) 推荐(0)
摘要: A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dependi 阅读全文
posted @ 2018-08-19 15:54 bloglxc 阅读(120) 评论(0) 推荐(0)
摘要: Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed to ou 阅读全文
posted @ 2018-08-19 15:04 bloglxc 阅读(114) 评论(0) 推荐(0)
摘要: 1、printf string型字符串 1 printf("%s", s.c_str()); 输入string型字符串 1 cin >> s; 而不能用 1 scanf_s("%s", &s); s1.compare(s2): 相等返回0;s1 > s2 返回 1;s1 < s2 返回-1. 2、m 阅读全文
posted @ 2018-08-18 15:56 bloglxc 阅读(149) 评论(0) 推荐(0)
摘要: It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c 阅读全文
posted @ 2018-08-14 18:12 bloglxc 阅读(96) 评论(0) 推荐(0)
摘要: 注意while循环判断条件是 i <= j。如果是 i < j 的话,当i,j指向一个元素时会不满足条件跳出循环。 阅读全文
posted @ 2018-08-14 09:38 bloglxc 阅读(72) 评论(0) 推荐(0)
摘要: To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat 阅读全文
posted @ 2018-08-14 09:27 bloglxc 阅读(95) 评论(0) 推荐(0)
摘要: 1、首先要确定你的电脑的启动方式是否是UEFI启动: win+R打开运行,输入msinfo32,看BIOS模式是否是UEFI。 我的电脑是传统模式。 2、UEFI参见:链接1 传统模式参见:链接2,链接3 3、安装时遇到的问题: (1) 这是我磁盘的分区情况,开始我划分了F盘,但是后来在ubuntu 阅读全文
posted @ 2018-07-23 17:22 bloglxc 阅读(151) 评论(0) 推荐(0)
摘要: 之前用一键重装软件装系统后,D盘留下了一个PE系统,后来我装双系统装好Ubuntu后,打开Ubuntu结果出现了那个PE系统,最后没办法只好重装win10。 重装系统主要有三种方法,参见:链接 因为电脑上没有装360,另外一键重装软件会给电脑留下一个PE系统,因此我选择了U盘重装。 使用U大侠装系统 阅读全文
posted @ 2018-07-23 17:03 bloglxc 阅读(134) 评论(0) 推荐(0)
摘要: 解决方法: 打开运行窗口,输入services.msc。 找到蓝牙支持服务(或者Bluetooth Support Service),右键,属性,启动类型选择手动,启动服务。 还不行的话,此电脑右键,设备管理器,卸载掉所有蓝牙驱动,然后下载驱动精灵安装驱动。 阅读全文
posted @ 2018-07-23 14:17 bloglxc 阅读(3766) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页