- 博客(16)
- 收藏
- 关注
原创 Acer(宏碁)笔记本Windows10一些热键(大小写锁、数字锁、触控板)开关的悬浮提示
自己的笔记本型号是SF314-54-57J7,重装了系统之后发现按下大写锁、数字锁还有开关触控板的时候都没有悬浮在屏幕上的提示了,后来在宏碁的官网上找到了软件,名为Quick Access,要自己装。网址https://www.acer.com.cn/getmodel.html?name=NXGXZCN003818024816600&type=1打开之后选应用程序那一栏装好...
2020-03-08 14:12:24
5662
4
原创 二阶微分方程解法总结 Summary of Second Order Equations
文章目录Second Order EquationsDefinitionsSecond-Order Differential EquationSolutionLinear EquationsExistence and UniquenessStructure of General SolutionsLinear CombinationLinear IndependentGeneral Solutio...
2019-11-10 15:38:18
4441
原创 一阶线性常微分方程解法总结 Summary of Solving First Order Linear Ordinary Differential Equation (ODE)
文章目录1. Separable Differentiable Equations2. Linear EquationsFirst-order linear equationSolution of the homogeneous equationSolution of the inhomogeneous equationAn alternate solution -- Variation of p...
2019-11-05 22:51:37
2411
原创 常微分方程 ODE -- Differential Equations and Solutions
Differential Equations and SolutionsOrdinary Differential EquationsAn ordinary differential equation is an equation involving an unknown function of a single variable together with one or more of it...
2019-10-23 09:50:01
2926
原创 常微分方程 ODE -- Autonomous Equations and Stability
ODE – Autonomous Equations and StabilityAutonomous Equationis an equation of the special formx′=f(x)(1)x'=f(x) \qquad (1)x′=f(x)(1)Note: 可以看出这个方程于函数x(t)x(t)x(t)的自变量ttt无关Direction field因为与自变量无关...
2019-10-22 16:56:36
3189
原创 常微分方程 ODE -- Existence and Uniqueness of Solutions, Dependence of Solutions on Initial Conditions
文章目录ODE -- Existence and Uniqueness of Solutions, Dependence of Solutions on Initial ConditionsTheorem: Existence of SolutionsTheorem: Uniqueness of solutionsTheorem: Estimation of Difference of Two S...
2019-10-22 15:52:54
655
原创 页替换算法 page replacement —— 最优算法 OPT / MIN 的 C with stl 实现
Content页替换算法 —— 最优算法 OPT/MIN 的 C with stl 实现输入构想代码页替换算法 —— 最优算法 OPT/MIN 的 C with stl 实现MIN的最优证明参考:http://algo2.iti.kit.edu/vanstee/courses/caching.pdf文档里叫做LFD(longest forward distance)输入K, cac...
2019-05-31 16:50:20
1452
原创 操作系统课程项目 OS project —— Pintos from Project 1 to Project 3
Pintos Project 陪伴我们操作系统课程大半个学期了……虽然做了这么长时间,个人能力有限,pintos代码,看过的可能也就看懂了一半吧,更不用说没看过的了……但是也找到了一些有价值的资料,整理一下,供后辈们参考……关于环境的问题,最好是用ubuntu 16.04windows用户不要折腾装双系统了,特别是win10,动不动更新一下,说不定双系统就出问题了,linux...
2019-05-31 13:21:05
8192
翻译 deepin 15.9.3 Firefox 火狐浏览器 隐藏标题栏 解决方案
deepin 15.9 chrome是没有标题栏的,但是firefox就有,没多大用还很丑,强迫症简直不能忍这是原地址https://xn--deepinenespaol-1nb.org/en/resuelto-quitar-la-barra-de-titulo-de-firefox-en-deepin-desktop/主要就是修改/usr/share/applications路径下Fi...
2019-04-11 20:45:36
4028
原创 linux下virtual box安装windows xp
虽然已经9102年了……因为今天数位板刚到,看很多教程要么sai要么ps,linux下的工具基本没有教程,所以本来打算试着在虚拟机里装个xp,然后装个ps来画画……装完了发现xp不能联网,原因是不识别virtualbox的网卡……于是在驱动人生官网上下了个网卡版的,用共享文件的方式共享到xp上,装上了驱动然后……网页也不能正常浏览……找了半天,找到火狐最后支持版本52...
2019-03-30 21:16:26
415
原创 deepin 惠普打印驱动安装
hp laserjet p1106deepin 15.91、打开深度终端,输入:sudo apt-get update && sudo apt-get install hplip hplip-gui hplip-plugin2、插上打印机usb2、接着终端输入:hp-setup, 按照提示一路下一步。测试页:PS虽然不安装hplip系统也...
2019-03-19 19:37:12
4987
转载 Windows10笔记本电脑无法进入睡眠模式
进入睡眠模式只是屏幕熄灭了,移动鼠标就亮屏,根本没有休眠。尝试了各种方法,只有下面这个方法生效了……就是这篇文章最后一个方法http://www.xitonghe.com/jiaocheng/Windows10-15781.html...
2018-07-11 22:25:42
25038
6
原创 deepin 15.6 调节屏幕色温
之前在linux上色温调节的软件大概是redshift 和 flux,flux在deepin上用不了,现在发现deepin 15.6里有跟windows差不多的调节色温的功能,但是没有多少可选的设置,只有一个开关。在 设置-显示-亮度 中可以打开...
2018-07-01 13:23:56
3271
原创 折腾linux(deepin)之一----安装并配置java,安装eclipse
Deepin 15.5没有自带java,需要用户自己安装。今天就为安装和配置java花了半天时间先说几点注意事项:1.deepin下eclipse貌似不能支持java9,最新的eclipse也不行(oxygen 3A),但是我在win10上用是可以的2.配置环境变量网上搜到的各种各样,最后自己试出来了一个对的,但是只是对java8及以前的有用,java9的配制方法和之前都不一样,不能照搬,网上搜到...
2018-04-17 00:01:23
2680
原创 在powershell中打印出近似圆形
import java.util.Scanner;import java.lang.Math;public class Circle{ public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("Please enter the radius(...
2018-02-14 18:06:30
528
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人