/* 头部 */ #header { position: relative; height: 280px; margin: 0; background: #020031; background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%); background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353)); background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%); background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%); background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%); background: linear-gradient(45deg,#020031 0,#6d3353 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1); -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2); -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2); box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2); }
摘要: 都是我和老师写的!!不可以复制!!不然我就撤稿了!! Mid-term oral test Task 1: Text reading In this part, you are required to read one paragraph that is randomly chosen by the 阅读全文
posted @ 2022-10-24 23:24 是小红吖 阅读(377) 评论(0) 推荐(0)
摘要: 试卷地址 评:没几个人做呀,是因为我的知名度不如小梦,还是出的太难了? 1.选择题 【题目简介】 只允许使用四则运算,求出任意正数 $ x $ 的自然对数 $ \ln (x) $ 【思路&解答】 由于无法使用 $ \ln $ 函数,所以普通的方法,如二分法,牛顿法等依托原函数的迭代法无法使用。 考虑 阅读全文
posted @ 2020-07-28 23:06 是小红吖 阅读(425) 评论(0) 推荐(1)
摘要: 直播比赛现场 题解地址 1.选择题 【题目要求】 只允许使用四则运算,求出任意正数 $x$ 的自然对数 $\ln (x)$ 【输入】 一个数 $x,(0<x<10^9)$ 【输出】 一个数 $\ln (x),$保留 6 位小数。 【时空限制】 $t \leq 1 sec;m \leq 128 MiB 阅读全文
posted @ 2020-07-27 15:02 是小红吖 阅读(226) 评论(0) 推荐(1)
摘要: 题目传送地址:https://tieba.baidu.com/p/6809881927 规则大意:仅仅使用加减乘除四则运算进行任意正数的算数平方根运算可以多次迭代精度要求到小数点后的6位 解答部分: 前言: 几乎是很迅速地,我能想到四种方法(这四种方法都是高等数学书上列出的): 二分迭代法,牛顿迭代 阅读全文
posted @ 2020-07-22 14:45 是小红吖 阅读(762) 评论(0) 推荐(0)
摘要: 徐劭鸿 中国药科大学 - 药物分析系 北京协和医学院 - 药物研究所 复旦大学 - 化学系 Mail: xiaohong_xsh@163.com xiaohong.xsh@qq.com QQ: 1226909984 $\mathcal{\frac{16}{Jul}2020-22:07}$ 开通博客。 阅读全文
posted @ 2020-07-16 22:34 是小红吖 阅读(172) 评论(1) 推荐(0)