barriers / 阅读 / 详情

一对情侣边喝着咖啡边聊着天。帮忙翻译成英语,,不要用机器翻译啊~~!!

2023-05-19 22:41:34

a couple of lover are charting while drinking 我这么翻译对吗???

TAG: 英语 翻译
共4条回复
okok云

一对情侣边喝着咖啡边聊着天。

翻译一:A couple are talking to each other while drinking coffee.

翻译二:The couple were talking to each other as well as drinking coffee.

至于是过去时还是现在时,要视情况而定。

不明白可继续提问。

若回答对您有所帮助,请点击本页面中的“选为满意回答”按钮,谢谢。

a couple of lover are charting while drinking 修改为:

A couple are chatting while drinking coffee.

英文的lover 一般不指“情侣”,要慎用,a couple 就可以表达了。

牛云

A couple are/were chatting with each other over coffee .

一对情侣边喝着咖啡边聊着天

若有疑问及时追问,满意敬请采纳,O(∩_∩)O谢谢~~

CarieVinne

Two lovers are drinking coffee and chatting.

A couple of lovers are chatting while drinking coffee.

tt白

one couple were chatting while they were having coffee.

相关推荐

制图的英文

[地] charting;map-making;[机] [建] drafting;graphical plot;
2023-01-11 14:02:221

详情的英文怎么说?

详细的:1.minute2.particular3.detailed4.intimate5.verboseExamples:1.影评家对这部电影做了详细的分析。Thefilmhasbeenminutelydissectedbythecritics.2.请给我们公司寄一份详细的简历。Pleasesendadetailedresumetoourcompany.3.超声波心动描记器一种用来显示详细的大脑图象的仪器,利用超声波发送和反射的差异来测试并无伤无痛Aninstrumentthatinapainlessandnoninvasivemannerusesthedifferentialtransmissionandreflectionofultrasonicwavestocreateadetailedvisualimageofthebrain.4.描述对某事物极某详细的述说或报道;叙述Averydetailedaccountorreportofsomething;anarration.详细的描述particulardescription城市详细规划detailedplanning详细的叙述adetailedaccount极为详细的地图finelydetailedmaps事件的详细描述ablow-by-blowdescriptionoftheaccident.详细地说明一个概念todevelopanidea非常详细的程序表pinpointprogram进行一次详细的解释launchedintoadetailedexplanation.正详细制定破坏路线ischartingacoursetodestruction.详细解释她的方案explainedherproposalindetail.具体的:1.frondose2.idiographic3.material4.concreteExamples:1.处理这种困难你有什么具体的想法?Haveyouanyconcretethoughtsonhowtodealwiththisdifficulty?2.这个奖是一个具体的证明,说明她具有创作才能。Theprizeisatangibletestimonythatshehasgottenagermofwriteability.具体情况specific(al)circumstances具体思维concretethinking具体音乐concretemusic具体事实concretefacts具体名词aconcretenoun具体的同一性concreteidentity具体系词copularconcretecopula抽象与具体abstractandconcrete具体的事例aconcretecase具体询盘Specificinquiry
2023-01-11 14:02:336

C# charting中图例(legend)的问题。

前台页面:(legend的字体及样式可以在属性窗口设置)<asp:Chart ID="ctStatistics" runat="server" Palette="Berry" Width="950px"><Series><asp:Series Name="Series1" IsVisibleInLegend="False" Legend="Legend1" ChartType="Column"YAxisType="Secondary"></asp:Series></Series><ChartAreas><asp:ChartArea Name="ChartArea1"><AxisY ArrowStyle="Triangle" TextOrientation="Horizontal" Title="数量" TitleAlignment="Far"></AxisY><AxisX ArrowStyle="Triangle" Title="时间" TitleAlignment="Far" IntervalAutoMode="VariableCount"TextOrientation="Horizontal"></AxisX></asp:ChartArea></ChartAreas><Legends><asp:Legend Name="Legend1" TitleAlignment="Near" LegendStyle="Column" InterlacedRows="False"></asp:Legend></Legends></asp:Chart>后台代码:Series serie = new Series("SalesAmount");serie.LabelForeColor = System.Drawing.Color.Red;serie.YValueMembers = "SalesAmount";serie.XValueMember = "Time";serie.ChartType = SeriesChartType.Column;serie.ChartArea = "ChartArea1";serie.IsValueShownAsLabel = true;serie.Legend = "Legend1";serie.LegendText = "销售额(万)";serie.LegendToolTip = "销售额(万)";ctStatistics.Series.Add(serie);ctStatistics.DataSource = dt;ctStatistics.DataBind();
2023-01-11 14:03:011

com.github.mikephil.charting需要什么jar包

mpandroidchartlibrary-2-1-6.jar
2023-01-11 14:03:282

input chart 什么意思

  input chart  输入图  -------------------------------如有疑问,可继续追问,如果满意,请采纳,谢谢。
2023-01-11 14:03:482

“echart”啥意思?

单词是否正确,可能是E-chart(电子图表;电子航海图)chart英 [tʃɑ:t] 美 [tʃɑ:rt] n.图表;航海图;排行榜vt.绘制地图;记录;记述;跟踪(进展或发展)第三人称单数: charts 复数: charts 现在分词: charting 过去式: charted 过去分词: charted
2023-01-11 14:04:061

VS2010怎么安装Mschar控件啊?很急,谁能帮帮我啊,详细一点。

MSCHART安装顺序:MSChart.exeMSChart_VisualStudioAddOn.exeMSChartLP_chs.exe安装过程中一定要将VS关闭。实在没有的话,就卸载掉重新来一遍吧,呵呵
2023-01-11 14:04:112

chart one"s own course是什么意思

走自己的路(sat词汇)
2023-01-11 14:04:354

你好,DotNetCharting绑定X轴y轴的具体步骤可以说一下吗,谢谢!

这个按照你使用的.Net版本有所区别,不过简单的来说,可以分为使用一张表生成图表(DataBindTable)、使用X值和Y值的集合来生成图表(DataBindXY)、使用指定的Y值集合来生成图表(DataBindY)这几种大的方式,根据所提供参数的不同还可以分为几个小类,具体的你可以看一下DataPointCollection下面的成员,希望对你有帮助,如有疑问请追问或是Hi
2023-01-11 14:04:501

diagram,graph,chart有什么区别?

chartchartn.(名词)Amapshowingcoastlines,waterdepths,orotherinformationofusetonavigators.航海图:标出海岸线、水深或供航海者使用的其他信息的地图Anoutlinemaponwhichspecificinformation,suchasscientificdata,canbeplotted.轮廓图:上面可标绘如科学数据的特殊信息的轮廓图,Asheetpresentinginformationintheformofgraphsortables.记录纸:以字符或表格的形式记录信息的纸Seegraph1参见graph1OftenchartsAlistingofbest-sellingrecordedmusicorotheritems.Oftenusedwiththe.常作charts最畅销品目录:最畅销的唱片或其他物品的目录单。常与the连用v.tr.(及物动词)chart.ed,chart.ing,chartsTomakeachartof.绘制…的图表Toplan(something)indetail:详细计划(某事):ischartingacoursetodestruction.正详细制定破坏路线diagramdi.a.gramn.Abbr.diag.(名词)缩写diag.Aplan,sketch,drawing,oroutlinedesignedtodemonstrateorexplainhowsomethingworksortoclarifytherelationshipbetweenthepartsofawhole.图示,图解:为演示或解释某物如向工作或者为澄清整体各部分之间关系而设计的平面图、示意图、图底或外形图MathematicsAgraphicrepresentationofanalgebraicorgeometricrelationship.【数学】线图:代数或几何关系的图解Achartorgraph.图表或图解v.tr.(及物动词)di.a.grammed或di.a.grameddi.a.gram.ming或di.a.gram.ingdi.a.grams或di.a.gramsToindicateorrepresentbyorasifbyadiagram.用图解法表示:采用或近似采用表示来指明graphgraph1n.(名词)Adiagramthatexhibitsarelationship,oftenfunctional,betweentwosetsofnumbersasasetofpointshavingcoordinatesdeterminedbytherelationship.Alsocalledplot图:表示两组数的关系,通常为函数关系的图,如由这种关系确定一系列有坐标的点也作plotApictorialdevice,suchasapiechartorbargraph,usedtoillustratequantitativerelationships.Alsocalledchart用图象表示:一种图示手段,如饼状图或条形图,用于表示数量关系也作chartv.tr.(及物动词)graphed,graph.ing,graphsTorepresentbyagraph.用图表示Toplot(afunction)onagraph.将(一个函数)绘制在图上
2023-01-11 14:05:081

asp.net 用 dotnetCHARTING 画图 在web页面调用 DrawingPic(this.Chart1); 会说Chart1 没有定义

this.chart1 写在里面可能你没有定义图片,肯定是添加错了。比如别的:this.stop 如果没有定义文字和图片的时候 和其他函数并列发生时都会提示 没有定义
2023-01-11 14:05:131

chast的翻译是:什么意思

应该是“洛兹”
2023-01-11 14:05:332

“详细具体”用英语怎么说

详细的:1.minute2.particular3.detailed4.intimate5.verboseExamples:1.影评家对这部电影做了详细的分析。Thefilmhasbeenminutelydissectedbythecritics.2.请给我们公司寄一份详细的简历。Pleasesendadetailedresumetoourcompany.3.超声波心动描记器一种用来显示详细的大脑图象的仪器,利用超声波发送和反射的差异来测试并无伤无痛Aninstrumentthatinapainlessandnoninvasivemannerusesthedifferentialtransmissionandreflectionofultrasonicwavestocreateadetailedvisualimageofthebrain.4.描述对某事物极某详细的述说或报道;叙述Averydetailedaccountorreportofsomething;anarration.详细的描述particulardescription城市详细规划detailedplanning详细的叙述adetailedaccount极为详细的地图finelydetailedmaps事件的详细描述ablow-by-blowdescriptionoftheaccident.详细地说明一个概念todevelopanidea非常详细的程序表pinpointprogram进行一次详细的解释launchedintoadetailedexplanation.正详细制定破坏路线ischartingacoursetodestruction.详细解释她的方案explainedherproposalindetail.具体的:1.frondose2.idiographic3.material4.concreteExamples:1.处理这种困难你有什么具体的想法?Haveyouanyconcretethoughtsonhowtodealwiththisdifficulty?2.这个奖是一个具体的证明,说明她具有创作才能。Theprizeisatangibletestimonythatshehasgottenagermofwriteability.具体情况specific(al)circumstances具体思维concretethinking具体音乐concretemusic具体事实concretefacts具体名词aconcretenoun具体的同一性concreteidentity具体系词copularconcretecopula抽象与具体abstractandconcrete具体的事例aconcretecase具体询盘Specificinquiry
2023-01-11 14:05:441

c# 的charting chart中怎么调整饼图的数字显示在图形之外?我现在是在图形内这种,弄成外这种效果怎么设置

找到MsChart的Series对象,然后设定"PieLabelStyle"为"Outside"例如:chart1.Series[0]["PieLabelStyle"] = "Outside";
2023-01-11 14:05:501

c#chart可以最多画多条线段

2023-01-11 14:05:561

table同义词

1、desk读音:英[desk],美[desk]。释义:n.办公桌;服务台;编辑部;(美)讲道台;乐谱架。adj.书桌的;桌上用的;伏案做的。例句:He took his feet off the desk.他把双脚从书桌上移开。变形:复数desks。2、list读音:英[lɪst],美[lɪst]。释义:n.列表,清单,目录;(船的)倾斜。v.列清单;把…列入一览表;被列入价目表;把…列入正式名单(尤指医院或法庭的名单);(船只)倾斜;使(公司)上市。例句:I forget to bring my shopping list.我忘了带上购物清单。变形:过去式listed,过去分词listed,现在分词listing,第三人称单数lists,复数lists。3、schedule读音:英[ˈʃedjuːl],美[ˈskedʒuːl]。释义:n.计划(表);时间表;一览表;(电视或广播)节目表;课程表;报税单;附件(尤指表格、单据等)。v.安排,预定;将……列入计划表或清单;把(建筑物)列为文物保护单位。例句:The manager asked his secretary to check his schedule for tomorrow.经理让秘书检查自己明天的行程。变形:过去式scheduled,过去分词scheduled,现在分词scheduling,第三人称单数schedules,复数schedules。4、chart读音:英[tʃɑːt],美[tʃɑːrt]。释义:n.图表;海图;图纸;排行榜。vt.绘制……的图表;在海图上标出;详细计划;记录;记述;跟踪(进展或发展)。例句:Each colour on the chart represents a different department.图表中的每一种颜色都代表一个不同的部门。变形:过去式charted,过去分词charted,现在分词charting,第三人称单数charts,复数charts5、form读音:英[fɔːm],美[fɔːrm]。释义:n.形式,形状;形态,外形;方式;表格。vt.构成,组成;排列,组织;产生,塑造。vi.形成,构成;排列。例句:He hates violence in any form.他憎恶任何形式的暴力。变形:过去式formed,过去分词formed,现在分词forming,第三人称单数forms,复数forms。
2023-01-11 14:06:022

调用High-speed Charting Control图表VC6.0中该怎么设置

首先定义时间结构体SYSTEMTIME st; 然后给这个结构体赋值。 最后调用函数SetSystemTime(&st);来设置系统时间。
2023-01-11 14:06:411

“详细具体”用英语怎么说

In detail
2023-01-11 14:06:478

详细地用英文怎么说

问题一:“详细具体”用英语怎么说 详细的: 1. minute 2. particular 3. detailed 4. intimate 5. verbose Examples: 1. 影评家对这部电影做了详细的分析。 The film has been minutely dissected by the critics. 2. 请给我们公司寄一份详细的简历。 Please send a detailed resume to our pany. 3. 超声波心动描记器一种用来显示详细的大脑图象的仪器,利用超声波发送和反射的差异来测试并无伤无痛 An instrument that in a painless and noninvasive manner uses the differential tran *** ission and reflection of ultrasonic waves to create a detailed visual image of the brain. 4. 描述对某事物极某详细的述说或报道;叙述 A very detailed account or report of something; a narration. 详细的描述 particular description 城市详细规划 detailed planning 详细的叙述 a detailed account 极为详细的地图 finely detailed maps 事件的详细描述 a blow - by - blow description of the accident. 详细地说明一个概念 to develop an idea 非常详细的程序表 pinpoint program 进行一次详细的解释 launched into a detailed explanation. 正详细制定破坏路线 is charting a course to destruction. 详细解释她的方案 explained her proposal in detail. 具体的: 1. frondose 2. idiographic 3. material 4. concrete Examples: 1. 处理这种困难你有什么具体的想法? Have you any concrete thoughts on how to deal with this difficulty? 2. 这个奖是一个具体的证明,说明她具有创作才能。 The prize is a tangible testimony that she has gotten a germ of write ability. 具体情况 specific (al) circumstances 具体思维 concrete thinking 具体音乐 concrete music 具体事实 concrete facts 具体名词 a concrete noun 具体的同一性 concrete identity 具体系词copular concrete copula 抽象与具体 abstract and concrete 具体的事例 a concrete case 具体询盘 Specific inquiry...>> 问题二:具体地说 用英语怎么说 与generally speaking相对的 to be specific, ... 或者 specifically, ... 问题三:“具体的”用英语怎么说 concrete a.具体的,如concrete operations 具体操作. concrete thinking 具体思维. n.具体物,如mushy concrete 稀三和土.to know in the concrete 体验. specific a.特别具有的,如specific medicine特效药. specific duty 特种税, specific heat比热. particular a.特有的,稀有的,n.嗜好.如,a particular day一个特殊日子. He is very particular about cigarette香烟是他的嗜好. 问题四:详细地址用英语怎么说? Detailed address 问题五:详细地描述了...... 英语怎么说 describe sth. in detail 问题六:“详细地说" 和 “我最大的收获”英文怎么说 详细地说 to explain it in detail 我最大的收获,my biggest gain 问题七:“更具体的说”,英文怎么说 更具体的说 More specifically 问题八:请问中文具体的地址住所用英语如何表达?? 顺序从小到大,正好跟中文相反 No.15 Haoren Street Haiwu Road Nanhai District Foshan City 问题九:感谢你的解释,英文怎么说 Thank you for your explanation 问题十:用英语怎么说::"你家具体地址是什么" What"s your detailed address?
2023-01-11 14:07:271

table和graph有什么区别?

一、侧重点不一样1、table普通用词,一般指易于迅速查阅使用,具有特定编排方法的目录或表格。2、graph多指用纵横坐标之间关系的曲线表示两个量之间的图表。3、chart指把资料制成表格等形式供人看的图表。二、词义广泛性不一样1、table英 ["teɪb(ə)l]  美 ["tebl] n. 桌子;表格;平地层vt. 制表;搁置;嵌合adj. 桌子的2、graph英 [grɑːf; græf]  美 [ɡræf] n. 图表;曲线图vt. 用曲线图表示3、chart英 [tʃɑːt]  美 [tʃɑrt] n. 图表;海图;图纸;排行榜vt. 绘制…的图表;在海图上标出;详细计划;记录;记述三、变形词不一样1、table第三人称单数: tables 复数: tables 现在分词: tabling 过去式: tabled 过去分词:tabled2、graph第三人称单数: graphs 复数: tables 现在分词: graphing 过去式: graphed 过去分词:graphed3、chart第三人称单数: charts 复数: charts 现在分词: charting 过去式: charted 过去分词: charted
2023-01-11 14:07:321

C#中如何利用LightningChart绘制曲线图表

LightningChart的一个优点:在图中,通过鼠标滚轮,轻松实现放大缩小功能,便于观察曲线细节,下图为缩小放大效果:绘制曲线的代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;//添加引用集using Arction.WinForms.Charting;using Arction.WinForms.Charting.SeriesXY;namespace WindowsFormsApplication5{public partial class Form1 : Form{public Form1(){InitializeComponent();}//画线方法private void PaintLine(){DataBaseOpe ope = new DataBaseOpe();//禁用属性改变引起的重画,以便更快的渲染lightningChartUltimate1.BeginUpdate();//lightningChartUltimate1.Dock = DockStyle.Fill;//添加点线系列PointLineSeries pls = new PointLineSeries(lightningChartUltimate1.ViewXY,lightningChartUltimate1.ViewXY.XAxes[0],lightningChartUltimate1.ViewXY.YAxes[0]);//显示点pls.PointsVisible = false;SeriesPoint[] aPoints = new SeriesPoint[1000];for (int iPoint = 0; iPoint < ope.GetXmax() + 1; iPoint++){aPoints[iPoint].X = (double)iPoint;aPoints[iPoint].Y = ope.GetYvalue(iPoint);}//为点线系列分配数据pls.Points = aPoints;//将点线系列添加进列表lightningChartUltimate1.ViewXY.PointLineSeries.Add(pls);//允许Chart绘图lightningChartUltimate1.EndUpdate();}private void buttonGO_Click(object sender, EventArgs e){DataBaseOpe ope = new DataBaseOpe();PIDdeal pid = new PIDdeal();//LightningChart初始化lightningChartUltimate1.ViewXY.PointLineSeries.Clear();//数据库初始化:清空数据库ope.ClearDataBase();//PID变量初始化pid.PIDinit();pid.SetValue = double.Parse(textBoxSetValue.Text);double p = double.Parse(textBoxKp.Text);double i = double.Parse(textBoxKi.Text);double d = double.Parse(textBoxKd.Text);for(int j = 0;j < 1000;j++){ope.AddData(j, pid.PIDcontrol(pid.SetValue, p, i, d));}PaintLine();}}}实现上面图中效果,需要用到数据库操作和PID算法来实现,加上一个timer控件还可以实现实时曲线的绘制,上图包含多种图表绘制的例子,可自定义实现数据可视化操作。(简数科技    技术支持      免费中文)
2023-01-11 14:07:401

starding是什么意思

starting[英]["stɑ:tɪŋ][美]["stɑ:tɪŋ]n.出发,开始; v.起动; 出发,启程( start的现在分词 ); 提出(问题); 开办; 形近词:chartingheartingsmarting双语例句:1,These proposals represent a realistic starting point for negotiation.这些建议是谈判的现实出发点。2,When starting our company, I underestimated the non-monetary value of these private sector missions and the accompanying sense of satisfaction.开办公司时,我确实低估了这些私营部门的使命,它们能带来无法用金钱衡量的价值和满足感。3,It"s starting to infringe on our personal liberties.它开始侵犯我们的人身自由。4,The newly built airport acts as a starting point for safaris into the game parks and reserves of northern Tanzania.新建的机场是去坦桑尼亚北部野生动物园和保护区观看野生动物的出发点。5,Cut away, children! the motorcade is starting.快走开,孩子们!车队要出发了。
2023-01-11 14:07:551

C# winform 中的chart控件想要输出网格线,代码如下

ChartArea1 名称改成 Chart 导致的,把series的ChartArea改成Chart就行了。1、System.Windows.Forms.DataVisualization.Charting.Series seriesNew = new System.Windows.Forms.DataVisualization.Charting.Series();2、seriesNew.ChartArea = "Chart";3、this.XXX(Chart控件名称).Series.Add(seriesNew);
2023-01-11 14:08:001

vb.net chart控件条形图如何实现将X轴的数字1.2.3……变文字,如图所示

Dim DtRRU As DataTable = New DataTable()DtRRU.Columns.Add("Time_Int")DtRRU.Columns.Add("Bins")DtRRU.Rows(0)("Time_Int") = "0~6月"DtRRU.Rows(1)("Time_Int") = "6~12月"DtRRU.Rows(2)("Time_Int") = "1~2年"DtRRU.Rows(3)("Time_Int") = "2~3年"DtRRU.Rows(4)("Time_Int") = "3~4年"DtRRU.Rows(5)("Time_Int") = "4~6年"DtRRU.Rows(6)("Time_Int") = "6年以上"用chart.DataSource绑定DataTable, DataTable自己添加响应的名称就可以了,省略了一切代码,如果不懂可以告诉我……………………With (ChartENC.Series(0)).YValueMembers = "Bins".XValueMember = "Time_Int".XValueType = DataVisualization.Charting.ChartValueType.DateTime.ChartType = DataVisualization.Charting.SeriesChartType.ColumnEnd With______________________________________________________________________
2023-01-11 14:08:061

dotnetCHARTING无法在工具箱显示

在工具箱中点击右键,选择添加,然后把webbrowser控件添加进来,再把webbrowser控件拖到你程序中就有axwebbrowser控件了
2023-01-11 14:08:121

Chart控件作图,怎么动态添加Series与ChartAreas

using System.Web.UI.DataVisualization.Charting;private void NewChart(){Chart Chart1=new Chart1//设置位置Chart .Location = new System.Drawing.Point(83, 120);DataTable dt = CreateDataTable();//设置图表的数据源Chart1.DataSource = dt;//设置图表Y轴对应项Chart1.Series[0].YValueMembers = "Time";//设置图表X轴对应项Chart1.Series[0].XValueMember = "Date";//绑定数据Chart1.DataBind();}//创建表private DataTable CreateDataTable(){DataTable dt = new DataTable();//添加列dt.Columns.Add("Date");dt.Columns.Add("Time");DataRow dr;//添加行  dr = dt.NewRow();dr["Date"] = "2010-1-1";dr["Time"] = "10:12"dt.Rows.Add(dr);dr = dt.NewRow();dr["Date"] = "2010-1-2";dr["Time"] = "10:11"dt.Rows.Add(dr);return dt;}
2023-01-11 14:09:061

c# chart 鼠标悬停在y轴获取当前y轴所有点所有点数据?

可以过去数据啊。
2023-01-11 14:09:112

C# chart 柱形图单击一个柱子触发事件

没有这个功能!!除非你用GDI+!!
2023-01-11 14:09:192

dotnetCHARTING 这个控件画曲线如何不让曲线上显示的节点值会被取整

wser控件添加进来,再把webbrowser控件拖到你程序中就有axwebbrowser控件了
2023-01-11 14:09:271

如何在C#的WinForm中制作饼状图和柱状图

(1)设计时,在Form1上布置一个Chart控件,2个RadioButton(2)窗体代码Form1.cs如下123456789101112131415161718192021222324252627282930313233343536373839using System;using System.Collections.Generic;using System.Windows.Forms;using System.Drawing;using System.Windows.Forms.DataVisualization.Charting;namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { chart1.Series[0].Points.AddXY(1, 10); chart1.Series[0].Points.AddXY(2, 80); chart1.Series[0].Points.AddXY(3, 55); chart1.Series[0].Points.AddXY(4, 70); chart1.Series[0].Points.AddXY(5, 92); } private void radioButton1_CheckedChanged( object sender, EventArgs e) { if (radioButton1.Checked) { chart1.Series[0].ChartType = SeriesChartType.Column; } else { chart1.Series[0].ChartType = SeriesChartType.Pie; } } }}(3)运行
2023-01-11 14:09:421

为什么我的dotnetCHARTING控件无法显示在工具箱中?是WIN程序,VS2005的

你写的是WindowsForm程序嘛
2023-01-11 14:09:481

帮忙翻译英语文章!!

五分 最多迎来寥寥几个机翻。。
2023-01-11 14:09:546

用VS2010怎么样能画出图表或者说如何能用Excel表格的画图功能 VB.net

Public Class Form3    Protected Sub iniChart()        Dim dt As New DataTable        "表增加月份、收入、支出三列        dt.Columns.Add("月份")        dt.Columns.Add("收入")        dt.Columns.Add("支出")        Dim dr As DataRow        For i As Integer = 1 To 12            "新增行            dr = dt.NewRow()            "月份 1-12月            dr.Item(0) = i & "月"            Randomize()            "收入            dr.Item(1) = 3000 + Int(5000 * Rnd(8))            Randomize()            "支出            dr.Item(2) = 600 + Int(2000 * Rnd(7))            dt.Rows.Add(dr)        Next        dr = Nothing        With Me.Chart1            .DataSource = dt    "dt作为chart1的数据源            .Series.Clear()            .Legends.Clear()            .ChartAreas.Clear()            .ChartAreas.Add("收入")            .ChartAreas.Add("支出")            .Legends.Add("收入")            .Legends.Add("支出")            .Series.Add("收入")            .Series.Add("支出")            .Series("支出").ChartArea = "支出"              "指定Series所属ChartArea            .Series("支出").Legend = "支出"                 "指定Legend所属Series            .Series("收入").LegendToolTip = "收入图例"            .Series("收入").IsValueShownAsLabel = True    "标签显示数据值            .Legends("收入").DockedToChartArea = "收入"     "指定Legend所属ChartArea            .Legends("支出").DockedToChartArea = "支出"            .ChartAreas("支出").Area3DStyle.Enable3D = True  "启用3D样式        End With        With (Chart1.Series(0))            "指定x、y轴数据列            .YValueMembers = "收入"            .XValueMember = "月份"            "图表类型            .ChartType = DataVisualization.Charting.SeriesChartType.Column        End With        With Chart1.Series(1)            .YValueMembers = "支出"            .XValueMember = "月份"            .ChartType = DataVisualization.Charting.SeriesChartType.Pie        End With        Me.Chart1.DataBind()    "绑定数据源        With Me.Chart1.Series("收入")            Dim s1 As Integer            For i As Integer = 0 To .Points.Count - 1                s1 = s1 + Val(.Points(i).GetValueByName("y"))                .Points(i).ToolTip = .Points(i).AxisLabel & .Points(i).GetValueByName("y")            Next            "图例显示总收入            Me.Chart1.Legends("收入").Title = "总收入"            .LegendText = s1.ToString        End With        With Me.Chart1.Series("支出")            .IsValueShownAsLabel = True            For i As Integer = 0 To .Points.Count - 1                .Points(i).ToolTip = .Points(i).AxisLabel & .Points(i).GetValueByName("y")                .Points(i).LegendText = .Points(i).AxisLabel                .Points(i).Label = "#PERCENT"               "饼状图显示百分比                .SmartLabelStyle.AllowOutsidePlotArea = True            Next        End With        Me.Chart1.AlignDataPointsByAxisLabel("支出")        With Me.Chart1.Legends("支出")            .LegendStyle = DataVisualization.Charting.LegendStyle.Column            .Title = "支出"        End With    End Sub    Private Sub Form3_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load        Call iniChart()        Call iniCombChart()    End Sub    Private Sub iniCombChart()        Dim tps As Array        "枚举所有SeriesChartType类型        tps = System.Enum.GetValues(GetType(Windows.Forms.DataVisualization.Charting.SeriesChartType))        For Each i As Windows.Forms.DataVisualization.Charting.SeriesChartType In tps            Me.ComboBox1.Items.Add(Val(i))        Next    End Sub    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click        Call iniChart()    End Sub    Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged        With Chart1.Series(0)            "改变图表样式            Dim tps As Array            tps = System.Enum.GetValues(GetType(System.Windows.Forms.DataVisualization.Charting.SeriesChartType))            For Each i As Windows.Forms.DataVisualization.Charting.SeriesChartType In tps                If Val(i) = Me.ComboBox1.Text Then                    .ChartType = i                    Exit For                End If            Next        End With    End SubEnd Class
2023-01-11 14:10:201

如何将一条横线 为图表添加 WPF 中

我已经过做类似的事情在我的一些项目。像这样创建行:<chartingToolkit:Chart Name="chart1" Title="Chart Title"> <chartingToolkit:LineSeries DependentValuePath="Value" IndependentValuePath="Key" ItemsSource="{Binding}"> <chartingToolkit:LineSeries.PolylineStyle> <Style TargetType="Polyline"> <Setter Property="StrokeDashArray" Value="5 5 5" /> <Setter Property="StrokeThickness" Value="2"/> </Style> </chartingToolkit:LineSeries.PolylineStyle> <chartingToolkit:LineSeries.DataPointStyle> <Style TargetType="{x:Type chartingToolkit:LineDataPoint}"> <Setter Property="Background" Value="Red"/> <Setter Property="Template" Value="{x:Null}" /> </Style> </chartingToolkit:LineSeries.DataPointStyle> </chartingToolkit:LineSeries></chartingToolkit:Chart>使用 MVVM 模式,和我与绑定"LineSeries"ObservableCollection<KeyValuePair<string, int>>
2023-01-11 14:10:251

vs自带的chart控件如何动态生成

动态生成控件,定义大小方向
2023-01-11 14:10:313

vs中没有chartdata?

你建工程后,选择目标平台为.net 4.0 ,然后再引用中添加System.Windows.Forms.DataVisualization引用1.然后在后台.xmal.cs文件中 using System.Windows.Forms.DataVisualization.Charting;2.最后在前台界面.xmal文件中引用 xmlns:FormChar="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"xmlns:Char="clr-namespace:System.Windows.Forms.DataVisualization.Charting;assembly=System.Windows.Forms.DataVisualization"3.最后下面才是使用MSChart控件:<Grid><WindowsFormsHost x:Name="myFormsChart" FontSize="8"><Char:Chart x:Name="myChart" BackColor="Black" GetToolTipText="myChart_GetToolTipText" MouseWheel="myChart_MouseWheel"></Char:Chart></WindowsFormsHost></Grid>
2023-01-11 14:10:421

C#编的程序运行中出现了“System.InvalidOperationException: 集合已修改;可能无法执行枚举操作。”

留联系看。
2023-01-11 14:10:484

未能找到程序集"dotnetCHARTING".

你这个是第三方的组件吗?如果是第三方组件,你需要把他添加到你的打包文件中。作为资源文件存在就可以了
2023-01-11 14:11:011

关于C# chart控件的使用,我是新手,写上代码,执行后没有曲线图,一片空白,怎么回事?

人品问题
2023-01-11 14:11:074

我现在要实现:用C#动态实时的画出曲线图,横坐标是时间,纵坐标可以是随机数,曲线是不断动态生成的。

请问你是怎么接收数据的,我这个还不怎么明白,不知道怎么把串口上传的数据赋给这个图表
2023-01-11 14:11:333

如何在C#的WinForm中制作饼状图和柱状图

用Chart控件(1)设计时,在Form1上布置一个Chart控件,2个RadioButton(2)窗体代码Form1.cs如下using System;using System.Collections.Generic;using System.Windows.Forms;using System.Drawing;using System.Windows.Forms.DataVisualization.Charting;namespace WindowsFormsApplication1{    public partial class Form1 : Form    {        public Form1()        {            InitializeComponent();        }        private void Form1_Load(object sender, EventArgs e)        {            chart1.Series[0].Points.AddXY(1, 10);            chart1.Series[0].Points.AddXY(2, 80);            chart1.Series[0].Points.AddXY(3, 55);            chart1.Series[0].Points.AddXY(4, 70);            chart1.Series[0].Points.AddXY(5, 92);        }        private void radioButton1_CheckedChanged(                object sender,                 EventArgs e)        {            if (radioButton1.Checked)            {                chart1.Series[0].ChartType = SeriesChartType.Column;            }            else            {                chart1.Series[0].ChartType = SeriesChartType.Pie;            }        }    }}(3)运行
2023-01-11 14:11:451

如何在C#的WinForm中制作柱状图

(1)设计时,在Form1上布置一个Chart控件,2个RadioButton(2)窗体代码Form1.cs如下using System;using System.Collections.Generic;using System.Windows.Forms;using System.Drawing;using System.Windows.Forms.DataVisualization.Charting;namespace WindowsFormsApplication1{public partial class Form1 : Form{public Form1(){InitializeComponent();}private void Form1_Load(object sender, EventArgs e){chart1.Series[0].Points.AddXY(1, 10);chart1.Series[0].Points.AddXY(2, 80);chart1.Series[0].Points.AddXY(3, 55);chart1.Series[0].Points.AddXY(4, 70);chart1.Series[0].Points.AddXY(5, 92);}private void radioButton1_CheckedChanged(object sender, EventArgs e){if (radioButton1.Checked){chart1.Series[0].ChartType = SeriesChartType.Column;}else{chart1.Series[0].ChartType = SeriesChartType.Pie;}}}}
2023-01-11 14:11:591

VB用mschart画折线图

首先:importssystem.windows.forms.datavisualization.charting然后定义图表类型为折线图:chart1.series("series1").charttype=seriescharttype.line;最后使用1-99之间的随机数生成图表:dimrandomasnewrandom()dimindexasintegerforindex=0to9chart1.series("series1").points.addy(random.next(1,99))nextindex希望对你有帮助,还有疑问请追问或是hi
2023-01-11 14:12:061

怎样给C#的chart控件提供自定义的DataSet或者DataTable?

//DataTable 结构三列//BG|TotalRequest|FinishedChart2.Series.Add("需求总数");Chart2.Series.Add("结案总数");Chart2.Series[0].Label = "#VAL";Chart2.Series[1].Label = "#VAL";Chart2.Titles[0].Text = title;Chart2.Titles[0].Alignment = ContentAlignment.TopCenter;Chart2.Titles[0].Font = new Font("宋体", 10, FontStyle.Bold);Chart2.DataSource = dt;Chart2.ChartAreas[0].AxisY.Interval = 10;Chart2.ChartAreas[0].AxisX.Interval = 1;Chart2.ChartAreas[0].AxisX.LabelStyle.Angle = -45;Chart2.Series[0].XValueMember = "BG";//DataTable列名Chart2.Series[0].YValueMembers = "TotalRequest";//DataTable列名Chart2.Series[1].YValueMembers = "Finished";//DataTable列名Chart2.DataBind();Chart2.Series[1].Color = Color.IndianRed;System.Web.UI.DataVisualization.Charting.ChartArea productChartArea = Chart2.ChartAreas[0];productChartArea.Area3DStyle.Enable3D = true;productChartArea.Area3DStyle.PointGapDepth = 0;productChartArea.Area3DStyle.PointDepth = 50;productChartArea.Area3DStyle.IsClustered = true;productChartArea.Area3DStyle.WallWidth = 10;
2023-01-11 14:12:271

winform中怎么保存图片

System.IO.File.Move(ofd.FileName, "C:/abc.jpg");
2023-01-11 14:12:324

商务英语工作任务流程

有关商务英语工作任务流程   On target/on scheduleMeans that a project, task, or assignment is proceeding according to   pre-determined timelines.   Completion status   The amount of measurable work that has been done for a specific   project or task. Usually expressed as a percentage.   Milestones   Key chronological points that denote/chart important events along the   evolution of a project.   Delivery date   Date when an assignment is expected to be completed.   Drop-dead date   Date beyond which there is absolutely no room for further delay in   deliverables.   Critical points   Points along the evolution of a project that must be completed and   delivered before any other project action can proceed.   Inductive reasoning   Inductive reasoning moves from specific details to broader generalizations. Informally, we sometimes call this a "bottom up"approach. Inductive reasoning begins with specific observations and measures of detailed tasks and assignments, which are then categorized and classified into functional activities (e.g. Sales,   Marketing) to form general plans and strategies.   Deductive reasoning   Deductive reasoning works from the more general to the more specific. Sometimes this is informally called a "top-down" approach.   Flowcharting   Flowcharting is one method of pictorially representing a procedural   (step-by-step) solution to a business problem before you actually start   to write the action plan.   MBO   Management By Objectives. A methodology that creates quantifiable and measurable expected results at all functional levels in a project. ;
2023-01-11 14:12:501

gender-bending 意思

性别弯曲
2023-01-11 14:13:012

描写云变化快的句子

1、它们有的像羽毛,轻轻地飘在空中;有的像鱼鳞,一片片整整齐齐地排列着;有的像羊群,来来去去;有的像一床大棉被,严严实实地盖住了天空;还有的像峰峦,像河流,像雄狮,像奔马……它们有时把天空点缀得很美丽,有时又把天空笼罩得很阴森。刚才还是白云朵朵,阳光灿烂;一霎间却又是乌云密布,大雨倾盆。 2、天空中的云变化真快啊!一会儿像万马奔腾;一会儿像雄鹰展翅;一会儿像龙,行天下之势! 3、天上那一团团飘然而过的白云,好像千万匹奔腾的骏马,又似千万朵雪白的浪花,真是千姿百态、无奇不有。 4、有时它们迷漫一片,使整个山区形成茫茫的海面,只留最高的峰尖,像大海中的点点岛屿,这就是黄山着名的云海奇景。 5、一缕白云像轻纱一样,被晨风冉冉吹送,从一片松林的梢头上飘来,到了那吹笛姑娘的头上停住,似乎低回留恋,不忍离去;过了一会儿,突然散开,飘飘上升,溶进又深又蓝的天空。 6、云朵在霞光的烘托下,变化出七彩的光芒,仿佛天空中有七色的霓虹灯照耀着。 7、一会儿,天空中出现了一座座山峰,高低不平,连绵起伏,犹如珠穆朗玛峰一样雄伟、壮观。可一眨眼的工夫,就离我们远去了,而且越去越远。这时又跑来了一只大花猫,猫的身上全是彩色的斑点。我还给它起了个好听的名--点点。它趴在空中,好像在撒娇,想让人抱一抱它。快看啊,不知从哪里钻出了一群小猴子,那些小猴子的脸红红的,眼睛圆圆的,跳来跳去,仿佛运动员在认真地跳鞍马。可是一转眼就变了,再也找不着了--变成了一只小兔。 8、山的云变化无常,一会儿好像皑皑的雪山,一会儿又变成戈壁滩上的羊群;一会儿好像宫殿楼阁,一会儿又变成奔驰的骏马。 9、火烧云形态千变万化,难以名状,作者却用比拟的手法,分别用人们所熟悉、更为儿童喜爱的马、狗、狮等象形,不但刻画其静态,更细致地描绘其动态,象形各具情态,栩栩如生,给人以深刻的印象和强烈的艺术感染。 形容变化快的成语 1、日异月殊:每天每月都有差异。形容变化大。 2、变化多端:端:头绪。形容变化极多。也指变化很大。 3、大起大落:大幅度地起落。形容变化大 4、鬼出电入:形容变化快、巧妙迅速,不易捉摸。 5、变化无穷:穷:尽,终结。形容不断变化,没有止境。 6、瞬息万变:瞬:一眨眼;息:呼吸。在极短的时间内就有很多变化。形容变化很多很快。 7、出没无常:忽而出现,忽而隐没,没有一定,使人无法捉摸。 8、不可端倪:端倪:头绪。找不着头绪。形容变化莫测。 9、翻天覆地:覆:翻过来。形容变化巨大而彻底。也指闹得很凶。 10、疾如旋踵:旋踵:转动脚跟。快得就像转动一下脚跟。形容变化很快。 11、天翻地覆:覆:翻过来。形容变化巨大。也形容闹得很凶。 12、变幻无常:指事物经常变化,没有规律性。 13、地老天昏:形容变化剧烈。 14、变幻莫测:变幻:变化不可测度。变化很多,不能预料。 15、千奇百怪:形容各种各样奇怪的事物。 16、变化无常:无常:没有常态。指事物经常变化,没有规律性。 17、日异月更:日日不同,月月改变。形容变化快。 18、千变万化:形容变化极多。 19、变化如神:神:神奇。形容变化迅速而神奇 20、不拘一格:拘:限制;格:规格,方式。不局限于一种规格或一个格局。 21、变化不定:指事物经常变化,没有规律性。 22、风云变幻:象风云那样变化不定。比喻时局变化迅速,动向难以预料。 23、白云苍狗:苍:灰白色。浮云象白衣裳,顷刻又变得象苍狗。比喻事物变化不定。 24、变化多端:形容变化极多。也指变化很大。 25、移形换步:犹移步换形。形容变化多端。 26、形形色色:形形:原指生出这种形体;色色:原指生出这种颜色。指各式各样,种类很多。 27、瞬息万变:瞬:一眨眼;息:呼吸。在极短的时间内就有很多变化。形容变化很快、多。 28、千形万状:各式各样的形状。形容变化多。 29、变化万端:端:头绪。形容变化多种多样 表示变化快的成语 1、变化莫测:变化很多,不能预料。 2、沧海桑田:桑田:农田。大海变成桑田,桑田变成大海。比喻世事变化很大。 3、隔世之感:指因人事或景物变化大而引起的、象隔了一个时代似的感觉。 4、翻复无常:变化无常,说变就变。 5、大人虎变:虎变:如虎身花纹的变化。比喻居上位者出处行动变化莫测。 6、海屋添筹:海屋:寓言中堆存记录沧桑变化筹码的房间;筹:筹码。旧时用于祝人长寿。 7、不动声色:声:言谈;色:脸色。在紧急情况下,说话、神态仍跟平时一样没有变化。形容非常镇静。 8、大贤虎变:虎变:如虎身花纹的变化。比喻居上位者出处行动变化莫测。 9、不出所料:事由变化,在预料之中。 10、东海扬尘:大海变陆地。比喻世事变化很大。 11、果不其然:果然如此。指事物的发展变化跟预料的一样。 12、不可端倪:端倪:头绪。找不着头绪。形容变化莫测。 13、变化无穷:形容不断变化,没有止境。 14、鬼出电入:比喻变化巧妙迅速,不易捉摸。 15、翻天覆地:覆:翻过来。形容变化巨大而彻底。也指闹得很凶。 16、变生不测:变:有重大影响的突然变化;不测:意外。变故发生于突然之间。 17、感慨万千:因外界事物变化很大而引起许多感想、感触。 18、风云突变:风云:比喻变幻动荡的局势。局势突然发生了变化。 19、高岸深谷:指幽僻的处所。形容幽峭深邃。也比喻事物的巨大变化。 20、疾如旋踵:旋踵:转动脚跟。快得就像转动一下脚跟。形容变化很快。 21、朝云暮雨:暮:傍晚。早上是云,晚上是雨。原指神女的早晚变化,旧时用以喻指男女的欢会。 22、大风大浪:指巨大的风浪。比喻社会的大动荡、大变化。也比喻尖锐、复杂、激烈、艰苦的斗争。 23、故我依然:故我:旧日的我。仍旧是过去的我。指自己的境况和从前一样,没有变化。 24、斗转星移:星斗变动位置。指季节或时间的变化。 25、苍黄翻复:苍:青色。比喻变化不定,反复无常。 26、变化无常:无常:没有常态。指事物经常变化,没有规律性。 27、宦海风波:宦海:旧指官场。旧指官场沉浮,像海洋中的浪涛和大风,变化莫测;亦指官场中出现的风险和波折。 描写天气变化的句子 1、冷色调灰白的云层,无可预料地遮住了九天之外那七色的彩虹,颤抖着下雨来。 2、六月的天像孩子的脸,说变就变,天色忽然变得黑暗了,天空平地生出一片铁青色的云,接着激起一片震天动地的雷声,仿佛要把那座大山炸碎。 3、墨色的浓云挤压着天空,掩去了刚刚的满眼猩红,沉沉的仿佛要坠下来,压抑得仿佛整个世界都静悄悄的。淡漠的风凌厉地地穿梭着,将人的惊呼抛在身后。柔弱的小花小草早已战栗地折服于地。正是山雨欲来风满楼! 4、天灰蒙蒙的,十分得冷,小草低下了头,树枝弯弯曲曲,抬起头,发现乌云密布,没想到雨竟已静悄悄地下了起来。 5、天色十分昏黑,片片乌云仿佛要压下来一样,黑压压的。还不时有震耳欲聋的雷声和刺眼的闪电,给人一种恐怖的感觉。 6、天上的乌云在舞蹈,早已按耐不住将被释放的心情,地上的人们迎来的是天色变暗,阴沉压抑,阴天,总有种失落的感觉,心情也随之下沉,阴天,是人们静静思考的好时机,阴天,总是预示着要下雨;不一会儿,雨就从天而降,打破了这种沉闷。 7、头顶上的苍穹,泛着灰蓝色的光,凄凄切切地照耀在雪地上,把那仅有的几根枯草,也埋进了白茫茫的海里。 8、突然,天空中飘来一片片乌乌云,遮住了天空,几道闪电划空而过,接着,就听到了今年的第一声响雷,哗哗哗,雨下起来了,淅淅沥沥的细雨,远看朦朦胧胧,树木,房子似被轻烟笼罩着,雨点打在遮阳棚上咚咚直响,雨点打在玻璃窗上叭叭直响,雨点落在地上溅起一朵朵水花。 9、外面刮起了大风,吹的树枝乱摆,地上的灰尘乱飞,让人睁不开眼睛。 10、乌云密布,阴沉,黑乎乎,电闪雷鸣。 11、喜欢这样的天气,小小的雨,刚刚好不用打伞,就这样,像雾又像雨,凉凉的,配上阴阴的天气、阵阵的凉风,很舒服,让人清醒。 12、下雨前,晴空万里的天空突然变成了一块大黑幕,把整个天空都遮住了,就连最耀眼的太阳也消失得无影无踪,天空的云越来越低,眼看就要下雨了,路上的行人及时躲避,只剩我一个人孤独的走在街头上,只好赶快躲到屋檐下去避雨,希望雨能赶快停住。 13、夏天的天气是变幻莫测的,一会儿晴天,一会儿阴天,真是变化无穷啊! 14、夏天的天气真是变幻莫测。刚才还是白云朵朵,一霎时就电闪雷鸣,狂风暴雨起来了。 15、夏天是个变脸的季节,它时而哭,时而笑。一会儿晴空万里,碧空如洗,天高云淡,骄阳似火;一会儿天低云暗,乌云密布,狂风怒吼;一会天公大发雷霆,电闪雷鸣;一会瓢泼大雨,倾盆滂沱,;一会儿潇潇雨歇,虹桥飞架南北。夏天就如同孩子的脸一般,没有征兆地变换着。 16、又是阴天,大连已经好长时间没有见到太阳了,好像是到了南方的梅雨季节,总是不停的下雨,小雨,淅淅沥沥。真的是剪不断,理还乱! 17、在一个宁静的晚上,人们正在床上做梦时,突然发出一声巨响,跟着便听到檐前滴水的声音,滴滴答答的节奏就像一首催眠曲,响个不停,越响越快,我好像被催眠一样,跟着便睡着了。 18、天气就像小孩的脸说变就变,刚才还是晴空万里、艳阳高照、风和日丽,现在却实昏天黑地,电闪雷鸣,狂风大作,暴风骤雨。 19、那年冬天,那个冷呀,把人冻得鼻酸头疼,两脚就像两块冰。 20、七月,透蓝的天空,悬着火球般的太阳,云彩好似被太阳烧化了,也消失得无影无踪。 21、盛夏,天热得连蜻蜓都只敢贴着树荫处飞,好象怕阳光伤了他们的翅膀。 22、十冬腊月天,雪堵着窗户,冰溜子像透亮的水晶小柱子,一排排地挂在房檐上。 23、首夏犹清和,芳草亦未歇丽景烛春余,清阴澄夏首残云收夏暑,新雨带秋岚夏半阴气始,淅然云景秋芳菲歇去何须恨,夏木阴阴正可人纷纷红紫已成尘,布谷声中夏令新。 24、数九以来,朔风吹,寒气逼人,这又是一个奇冷的冬天。 25、春天随着落花走了,夏天披着一身的绿叶儿在暖风里蹦跳着走来了。 26、松树苍翠地站在白皑皑的雪地里,随着凛冽的西北风,摇晃着身子,发出尖厉刺耳的呼啸,像是有意在蔑视冬天。 27、太阳火辣辣的烤着大地,不远处传来知了的声音。 28、太阳让人坐立不安在树下乘凉也感到急躁。 29、天气冷得能把湖水结成厚冰。 30、刚到下午4点多,太阳就已经收起它那淡淡的光,好像也怕冷似的,躲进了像棉胎一样厚的云层。 31、寒冷的冬天来了,一场大雪过后,整个东方红都成了粉妆玉砌的世界。柳树上挂满了银条,草坪也披上了银装。 32、枯黄的树叶随着萧萧的寒风,纷纷投身于大地母亲的怀抱。 33、快半夜的时候,天气冷极了,惨白的月光下,沙丘好似一座银子筑成的坟,毫无动静。 34、冷飕飕的风呼呼地刮着。光秃秃的树木,像一个个秃顶老头儿,受不住西北风的袭击,在寒风中摇曳。 35、六月的花儿开了,开的红火。姹紫嫣红的花朵装扮着城市的风景,绿意深深的叶子,掩映初夏的风情。蚊虫和小鸟,都在自己的世界里享受着夏日美好的时光。
2023-01-11 14:13:011

带有"服"字的成语有哪些?

服服贴贴 指让人信服或物品平整 服牛乘马 役使牛马驾车 服田力穑 服:从事;穑:收获谷物。指努力从事农业生产。 服低做小 形容低声下气,巴结奉承。 服服帖帖
2023-01-11 14:12:588

《爱情中毒Love holic》中holic这个是什么意思?

holic的词根是holy,神圣、圣洁的意思。ic,�ical 类似…的,具有…的形容词词尾ic,比如democracy-democratic,hero-heroic英雄般的 韩国文化中吸收了很多英语成为外来语。日本、中国也一样。很多连续剧名都用这样的韩文拼音写法,包括常用的口语:fighting(加油)也有韩文写法....
2023-01-11 14:12:567