一、三国时期马匹生产地的分布
武威(马腾的领地)、北平(公孙瓒的领地)、匈奴(今河套地区、蒙古地区)
二、求关于电子商务的外文参考文献目录,至少五篇写论文要用的,谢谢
[1]《E-commerce: the role of familiarity and trust》D Gefen - Omega, 2013
[2]《What trust means in e-commerce customer relationships: aninterdisciplinary conceptual typology》DH McKnight,2014
[3]《 Fuzzy decision support system for risk analysis in e-commercedevelopment》EWT Ngai, 2013
[4]《 Interactive decision aids for consumer decision making ine-commerce: the influence of perceived strategy restrictiveness》W Wang, 2015
[5]W.R.Cornish.Intellectual Property[M].ll.Sweet&Maxwe,2013
希望能对你有所帮助
三、赛马 pascal
var a:array[1..2,1..5000] of longint;
i,j,k,l,m,max,n,x,y:longint;
procedure sort(k,l,r: longint);
var i,j,x,y: longint;
begin
i:=l;
j:=r;
x:=a[k,(l+r) div 2];
repeat
while a[k,i]<x do
inc(i);
while x<a[k,j] do
dec(j);
if not(i>j) then
begin
y:=a[k,i];
a[k,i]:=a[k,j];
a[k,j]:=y;
inc(i);
j:=j-1;
end;
until i>j;
if l<j then
sort(k,l,j);
if i<r then
sort(k,i,r);
end;
begin
assign(input,'horse.in');
assign(output,'horse.out');
reset(input);rewrite(output);
max:=-1000;
readln(n);
for i:=1 to n do read(a[1,i]);
for i:=1 to n do read(a[2,i]);
sort(1,1,n);sort(2,1,n);
for j:=1 to n do
begin
k:=0;
x:=a[2,1];
for i:=2 to n do a[2,i-1]:=a[2,i];
a[2,n]:=x;
for i:=1 to n do
begin
if a[1,i]<a[2,i] then k:=k+1;
if a[1,i]>a[2,i] then k:=k-1;
end;
if k>max then max:=k;
end;
writeln(max);
close(input);close(output);
end.
四、收集一些关于反讽irony的英文资料和书籍
《傲慢与偏见》 简。奥斯丁 著 孙致礼 译 译林世界文学名著
五、二胡《赛马》
嗯,我专业二胡的,我是在学的第二个月拉的赛马,它是四级曲目不是很难的,但是音要是拉不准,指法要太乱的话是拉不下的,勉强拉了也难听,你可以看看二胡业余考级书,只要把第一级,第二级和第三级的练习曲挑几个可以针对《赛马》要求的练一练,然后拉赛马差不多就行了,没时间的话,每天能抽出一个小时就行,一个月就差不多了。
![](/static/images/up.png)
![](/static/images/down.png)
- 相关评论
- 我要评论
-