24小时热门版块排行榜    

查看: 1435  |  回复: 11

denmarkrico

银虫 (小有名气)

[求助] 求解高次复杂函数 已有3人参与

求解下面这个高次方程时为什么总是得到虚数解,我所用的是MATLAB2012b版

syms h c l theta11 theta21 theta31 x
h=14.5;
l=55.5;
c=19.73;
theta11=0.01/37;
theta21=0.035/37;
theta31=0.065/37;
F=((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) +3^(1/2)*c*sin(theta0) - c*cos(theta0) +l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) + 2*c*l*cos(theta0)*cos(theta31) - 2*c*l*sin(theta0)*sin(theta31) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)))^2 + (((433*c)/250 + (433*h)/250 + 3*l + 2*l*sin(theta11) + 2*l*sin((2*pi)/3 + theta21) - (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) - (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)) - ((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) +c*sin(theta0) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) - 3^(1/2)*c*cos(theta0) + (4*c*x)/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)))^2 + ((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) - c*cos(theta0) + 3^(1/2)*c*sin(theta0) + 3^(1/2)*l*sin(theta21) + (2*c*(x^2 - 1))/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) +c*sin(theta0) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) - 3^(1/2)*c*cos(theta0) + (4*c*x)/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) + 3^(1/2)*l*cos(theta21) - l*sin(theta21) - c*sin(theta0) - 3^(1/2)*c*cos(theta0) - (4*c*x)/(x^2 + 1)))^2*(2*c*h - 2*l^2*(sin(theta11) - 1) + 2*c^2 - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h)) + ((((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) +c*sin(theta0) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) - 3^(1/2)*c*cos(theta0) + (4*c*x)/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta21) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta21)*(c + h) + 2*c*l*cos(theta0)*cos(theta21) - 2*c*l*sin(theta0)*sin(theta21) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)) + ((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) + 3^(1/2)*l*cos(theta21) - l*sin(theta21) - c*sin(theta0) - 3^(1/2)*c*cos(theta0) - (4*c*x)/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) + 2*c*l*cos(theta0)*cos(theta31) - 2*c*l*sin(theta0)*sin(theta31) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)))*(2*c + 2*h + 2*l*cos(theta11) + (2*c*(x^2 - 1))/(x^2 + 1)) - ((3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta21) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta21)*(c + h) + 2*c*l*cos(theta0)*cos(theta21) - 2*c*l*sin(theta0)*sin(theta21) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)) - (3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) +l*cos(theta21) - c*cos(theta0) + 3^(1/2)*c*sin(theta0) + 3^(1/2)*l*sin(theta21) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) + 2*c*l*cos(theta0)*cos(theta31) - 2*c*l*sin(theta0)*sin(theta31) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)))*(2*l*sin(theta11) - 2*l + (4*c*x)/(x^2 + 1)))*((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) - l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) + 3^(1/2)*l*cos(theta21) - l*sin(theta21) - c*sin(theta0) - 3^(1/2)*c*cos(theta0) - (4*c*x)/(x^2 + 1)));
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

心 那个凉啊
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
回帖支持 ( 显示支持度最高的前 50 名 )

feixiaolin

荣誉版主 (文坛精英)

优秀版主

【答案】应助回帖

感谢参与,应助指数 +1
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

» 本帖已获得的红花(最新10朵)

2楼2013-12-13 22:53:29
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

ynod23

金虫 (小有名气)

【答案】应助回帖

感谢参与,应助指数 +1
函数没有看完,瞎了。。。
我认为,这种情况,不是查程序哪儿出问题了,而应该看方法对不对。。。。
先试试看能不能把那个大函数写成许多函数相互运算的结果,这样就降低了出错的可能。如果这样还有问题的话,也可以根据matlab的运行提示,找出是哪一行的问题。这样把问题的规模缩小,我觉得比较靠谱。
希望能帮到你。

» 本帖已获得的红花(最新10朵)

5楼2013-12-14 04:43:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通回帖

jerkwin

专家顾问 (正式写手)

你这方程, 能解出来我觉得很奇怪
3楼2013-12-13 23:10:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

paopaoai11

木虫 (小有名气)

你这什么方程啊?

[ 发自小木虫客户端 ]
泡泡
4楼2013-12-14 01:03:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

送红花一朵
引用回帖:
2楼: Originally posted by feixiaolin at 2013-12-13 22:53:29
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

你这个替代法我见过
心 那个凉啊
6楼2013-12-14 16:07:30
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

送红花一朵
引用回帖:
5楼: Originally posted by ynod23 at 2013-12-14 04:43:11
函数没有看完,瞎了。。。
我认为,这种情况,不是查程序哪儿出问题了,而应该看方法对不对。。。。
先试试看能不能把那个大函数写成许多函数相互运算的结果,这样就降低了出错的可能。如果这样还有问题的话,也可 ...

嗯  谢谢你 我这是机器人的正解
心 那个凉啊
7楼2013-12-14 16:08:44
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

引用回帖:
2楼: Originally posted by feixiaolin at 2013-12-13 22:53:29
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

theta0 是要求的量
心 那个凉啊
8楼2013-12-14 16:09:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

引用回帖:
2楼: Originally posted by feixiaolin at 2013-12-13 22:53:29
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

要解的方程是这样的:

((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) - l*sin(theta21) + 3^(1/2)*l*cos(theta21) - (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)))^2*(2*c*h - 2*l^2*(sin(theta11) - 1) + 2*c^2 - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h)) + ((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) - l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) - l*sin(theta21) + 3^(1/2)*l*cos(theta21) - (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)))*(((3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)) - (3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta31) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta31)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) + (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)))*(2*l*sin(theta11) - 2*l + (4*c*x)/(x^2 + 1)) - (((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)) + ((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) - l*sin(theta21) + 3^(1/2)*l*cos(theta21) - (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta31) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta31)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) + (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)))*(2*c + 2*h + 2*l*cos(theta11) + (2*c*(x^2 - 1))/(x^2 + 1))) + ((3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)) - (3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta31) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta31)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) + (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)))^2 + (((433*c)/250 + (433*h)/250 + 3*l + 2*l*sin(theta11) + 2*l*sin((2*pi)/3 + theta21) - (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) - (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)) - ((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)))^2;
心 那个凉啊
9楼2013-12-14 17:49:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

对不起大家,我用万能公式替代后的方程式一楼的回复所示,此处的x相当于tan(theta0/2)
心 那个凉啊
10楼2013-12-14 17:51:45
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 denmarkrico 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 070303一志愿西北大学学硕310找调剂 +5 d如愿上岸 2026-03-12 8/400 2026-03-16 15:19 by peike
[考研] 085600材料与化工 求调剂 +13 enenenhui 2026-03-13 14/700 2026-03-16 15:19 by 了了了了。。
[考研] 材料与化工一志愿南昌大学327求调剂推荐 +7 Ncdx123456 2026-03-13 8/400 2026-03-16 12:15 by karry wen
[考研] 材料工程专硕274一志愿211求调剂 +5 薛云鹏 2026-03-15 5/250 2026-03-15 20:38 by Logic2024
[考研] 080500,材料学硕302分求调剂学校 +4 初识可乐 2026-03-14 5/250 2026-03-14 21:08 by peike
[考研] 328求调剂 +3 5201314Lsy! 2026-03-13 6/300 2026-03-14 15:31 by hyswxzs
[考研] 290求调剂 +4 @将就将就看 2026-03-10 8/400 2026-03-14 14:23 by 千千运气
[考研] 266求调剂 +4 学员97LZgn 2026-03-13 4/200 2026-03-14 08:37 by zhukairuo
[考研] 求调剂,一志愿江南大学环境工程085701 +3 Djdjj12 2026-03-10 4/200 2026-03-14 00:31 by JourneyLucky
[考研] 321求调剂 +3 CUcat 2026-03-10 3/150 2026-03-14 00:25 by JourneyLucky
[考研] 2026考研调剂+本科延边大学+山东大学+生物化学与分子生物学+有项目经验 +3 ccdsscjy 2026-03-10 3/150 2026-03-14 00:12 by JourneyLucky
[考研] 311求调剂 +8 zchqwer 2026-03-10 8/400 2026-03-14 00:01 by JourneyLucky
[考研] 285 求调剂 资源与环境 一志愿北京化工大学 +3 未名考生 2026-03-10 3/150 2026-03-13 23:04 by JourneyLucky
[考研] 材料与化工085600调剂求老师收留 +9 jiaanl 2026-03-11 9/450 2026-03-13 20:22 by JourneyLucky
[硕博家园] 085600 260分求调剂 +3 天空还下雨么 2026-03-13 5/250 2026-03-13 18:46 by 天空还下雨么
[考研] 302求调剂 +6 负心者当诛 2026-03-11 6/300 2026-03-13 16:11 by JourneyLucky
[考研] 081200-11408-276学硕求调剂 +3 崔wj 2026-03-12 4/200 2026-03-12 19:33 by 求调剂zz
[考研] 290求调剂 +3 柯淮然 2026-03-10 8/400 2026-03-11 13:48 by 柯淮然
[考研] 调剂 +5 呵唔哦豁 2026-03-10 5/250 2026-03-10 22:00 by 28375m
[考研] 085602化工求调剂 +7 董boxing 2026-03-10 7/350 2026-03-10 17:07 by BruceLiu320
信息提示
请填处理意见