• مشکی
  • سفید
  • سبز
  • آبی
  • قرمز
  • نارنجی
  • بنفش
  • طلایی
انجمن ها > انجمن انگليسي > صفحه اول بحث
لطفا در سایت شناسائی شوید!
انگليسي (بازدید: 38157)
جمعه 13/7/1386 - 18:33 -0 تشکر 14994
پرسش و پاسخ Question and Answers

سلام به همه دوستان
پرسشهای خودتون رو پیرامون زبان انگلیسی و احیانا ترجمه مطالبی که براتون سخت هست رو در این تاپیک مطرح کنید.
ما در حد توانمون به پرسش های شما پاسخ میدیم.



شنبه 14/7/1386 - 10:8 - 0 تشکر 15020

من خیلی دلم می خواد مکالمه زبان انگلیسی رو یاد بگیرم با اینکه زبان خیلی راحتیه ولی نمی دونم چرا نمی شه شما بگین چطوری می تونم تو یک مدت زمان کوتاه این کارو به راحتی انجام بدم؟؟؟؟؟؟؟؟؟؟

ممنونم                                   یا علی

  • من کوير تشنه کامم
  • مهلتم ده تا بيايم
  • جرعه يي ده تا بنوشم
  • آري آري من کويرم
  • اي خداي مهربانم
  • مهلتي ده تا بجوشم
  • از دل همچون کويرم
  • جمعه 20/7/1386 - 20:57 - 0 تشکر 15382

    اینجا محلی است برای قرار دادن سایتهای آموزش نجوم

    سایت گنجینه دانلودهای رویایی

    فریاد بی صدا حرف دل همه کسانی که میگویند ولی شنیده نمی شوند ...هستند ولی دیده نمی شوند ..پس تو نیز بی صدا فریاد کن....

    پنج شنبه 26/7/1386 - 22:11 - 0 تشکر 15605

    سلام دوست عزیز لطفا متن زیز را ترجمه کنید:

    Introduction
    Welcome to the start of the PIC Tutorial.  These pages will take you form the basic structure of the device, right through to programming methods and techniques.  Also, there will be suggestions on how to modify the code so that you can adapt the PIC to suit your applications within Cybot.  I will not be including any internal architecture diagrams, as this may only lead to confusion.  If you want to look at the datasheet, then this can be downloaded from Microchips' web site.
    To start, let us take a look at the PIC.
    Microchip PIC 16F84 Microcontroller
    Microchip manufacture a series of microcontrollers called PIC.  You can see the range of their microcontrollers .  There are many different flavours available, some basic low memory types, going right up through to ones that have Analogue - To- Digital converters and even PWM built in.  I am going to concentrate on the 16F84 PIC.  Once you have learnt how to program one type of PIC, learning the rest is easy.
    There are several ways of programming the PIC - using BASIC, C, or Assembly Language.  I am going to show you the Assembly Language.  Don't be put off by this.  There are only 35 instructions to learn, and it is the cheapest way to program the PICs, as you do not need any extra software other than the freebies.
    The 16F84 Pins
    Below is a diagram showing the pin-outs of the PIC 16F84.  I will go through each pin, explaining what each is used for.
    RA0 To RA4
    RA is a bidirectional port.  That is, it can be configured as an input or an output.  The number following RA is the bit number (0 to 4).  So, we have one 5-bit directional port where each bit can be configured as Input or Output.
    RB0 To RB7
    RB is a second bidirectional port.  It behaves in exactly the same way as RA, except there are 8 - bits involved.
    VSS And VDD
    These are the power supply pins.  VDD is the positive supply, and VSS is the negative supply, or 0V.  The maximum supply voltage that you can use is 6V, and the minimum is 2V
    OSC1/CLK IN And OSC2/CLKOUT
    These pins is where we connect an external clock, so that the microcontroller has some kind of timing.
    MCLR
    This pin is used to erase the memory locations inside the PIC (i.e. when we want to re-program it).  In normal use it is connected to the positive supply rail.
    INT
    This is an input pin which can be monitored.  If the pin goes high, we can cause the program to restart, stop or any other single function we desire.  We won't be using this one much.
    T0CK1
    This is another clock input, which operates an internal timer.  It operates in isolation to the main clock.  Again, we won't be using this one much either.
    How To Program The PIC
    OK, so you haven't been put off so far.  Now, you want to know how to program the PIC, but apart from learning the assembly code instructions, how do you go about actually programming the information in?  Well, there are two ways - the easy way, and the DIY way.  The easy way is to buy a PIC programmer (around £35), which will connect to your PC and you can program your PIC using the software provided.  The DIY way is to build your own programmer (cheapest is just under £20) and use free software from the Internet and program it that way.
    If you want to go for a DIY method, then I thoroughly recommend this site, and click on 'Supported Programmers' for circuits.  The cheapest is TAIT Classic Programmer.  Software for programming the PIC can also be downloaded from this site, under Download
    If you want to go down an easier route, then check out this site.  Here you can either buy a kit of parts or a ready made unit.
    Another good site for some FREE software is here  This software allows you to use any programmer, as the software is fully configurable.
    Either method will do, as they both result in the same thing - program a PIC.
    The next thing you will need is an assembler.  This converts the program that you write into a format that the PIC understands.  The best one around is from Microchip themselves, called MPLAB.  It is windows based, and includes an editor, simulator, and assembler.  This is the de-facto software, as it is written by the manufacturers of the PIC, and above all it is FREE!
    I also recommend using Breadboard to make your circuits up, while you are playing with the PIC.  There are various sizes available, which come with their own costs.  Check out the Maplin Electronics links on the home page for more details of prices etc.

    سایت گنجینه دانلودهای رویایی

    فریاد بی صدا حرف دل همه کسانی که میگویند ولی شنیده نمی شوند ...هستند ولی دیده نمی شوند ..پس تو نیز بی صدا فریاد کن....

    جمعه 11/8/1386 - 23:21 - 0 تشکر 16232

    سلام
    دوست عزیز
    این متن رو که اینجا گذاشتید رو هیچ جوری نمیشه سوال انگلیسی حساب کرد
    شما خودتون یه تلاشی برای ترجمه بکنید، اگر جایی رو مشکل داشتید، ترجمه خودتون رو بگذارید و دوستانی که بتونن نظر می دن که آیا ترجمه پیشنهادی شما درست هست یا می شه بهبودش داد ...


    جمعه 11/8/1386 - 23:53 - 0 تشکر 16237

    جناب  حالا برای اینکه خیلی هم بد نباشه (اولین سوال ه دیگه مثلا!)، این رو نقدا داشته باشین:

    مقدمه
    به کلاس آموزشی پی آی سی خوش آمدید.صفحاتی که میبینید شما را از ساختارهای اولیه سیستم (یک سخت افزار احتمالا) به روشها و تکنیک های برنامه نویسی خواهد برد و نیز پیشنهادهایی برای چگونگی بهبود بخشیدن "کد" مورد نظر جهت تطبیق پی آی سی با کاربری دلخواه در سایبت خواهد داشت

    Introduction
    Welcome to the start of the PIC Tutorial.  These pages will take you form the basic structure of the device, right through to programming methods and techniques.  Also, there will be suggestions on how to modify the code so that you can adapt the PIC to suit your applications within Cybot.


    جمعه 11/8/1386 - 23:57 - 0 تشکر 16238

    kavire_teshne عزیز
    راستش من شخصا هیچ راهی برای یک دفعه زبان یادگرفتن بلد نیستم.
    این روشهای موسساتی هم که میگن در خواب و ... انگلیسی رو یاد میدیم به نظرم نوعی شیادی هست بیشتر.
    تنها چیزی که اهمیت داره پیگیری و ممارست ه، تمرین و تمرین.
    از همین انجمن هم میتونید کمکهایی بگیرید، ما کاری رو که از دستمون بربیاد و در حد توانمون باشه برای پیشرفت انگلیسی ِ دوستانمون انجام می دیم.
    من جایی دیگه چند نکته رو نوشته بودم. اجازه بدید پیداشون کنم و همین جا دوباره ارسال کنم.



    شنبه 12/8/1386 - 0:15 - 0 تشکر 16241

    کویر تشنه جان
    من مطالبی که قبلا در این مورد نوشته بودم رو پیدا نکردم.
    اینجا چند مورد کوچیک، عملی و موثر رو دوباره میگم:

    1- تمرین جمله سازی کنین: به دوستاتون و استادهاتون ایمیل انگلیسی بزنین. از انجمن زبان در این مورد کمک بگیرین (بنویسین، ارسال کنید و تصحیح شده اش رو با مال خودتون مقایسه کنید)

    2- انگلیسی بخونید: اخبار انگلیسی خبرگزاری ها و روزنامه ها رو ببینید و با فارسیش قیاس کنید. همین مهرنیوز که با اینترانت تبیان هم بالا میاد، نسخه انگلیسی خیلی خوبی داره.

    3- انگلیسی گوش کنید: ترانه های انگلیسی همراه با متن اون و شبکه های خبری ماهواره ای انگلیسی زبان (منظورم شبکه پرس تی وی هست ها!) در این مورد کمک شایانی هستند.


    شنبه 13/11/1386 - 21:11 - 0 تشکر 28021

    این تاپیک رو با پاسخ به پرسشهای دوستان در مورد گرامر و ترجمه ادامه میدیم.


    شنبه 13/11/1386 - 21:33 - 0 تشکر 28022

    هوای دوست:
    1)لطفا درباره کاربرد های  Past Participle  توضیح بدهید؟
    2)برای تشخیص زمان درست افعالی که در چند زمان ذکر شده هیچ تفاوت نوشتاری ندارند چه باید کرد ؟ راه تشخیص چیست ؟


    تا اونجایی که من میدونم یکی از پرکاربردترین ساختارهای فعلی همین p.p ها هستند. کاربردهایی که ازشون سراغ دارم:
    1) ماضی نقلی:  Subject + have/has + P.P
    من از 3 سال پیش در آنجا بوده ام:
    i have BEEN there since 3 years back

    2) حالتهای توصیفی:
    بر مبنای نتایج آزمایش ما برنامه پروژه را تغییر دادیم.
    BASED on the results of the test, we changed the project"s plan

    3) وجه صفتی:
    خوشحال بودم که رییس از ایده من خوشش اومد:
    I was PLEASED to see that the boss liked my idea

    4) ماضی بعید:
    Subject + had + P.P
    اون علاقه ای نداشت من رو ببینه، اما قبل از اینکه بره من گیرش انداخته بودم.
    She was not interested in meeting me, but I had CAUGHT her before she left.


    5) انجام شدن قطعی چیزی در گذشته و حال:
    این پروژه توسط شرکت ما انجام شده است.
    This project is CARRIED out by our company.

    حالا نکته این هست که بیشتر افعال قاعده مند هستند و با گرفتن ed گذشته و حال کامل میشوند و برخی دیگر که در این تاپیک گفتیم بی قاعده هستند و باید حال و گذشته و حال کاملشون رو حفط کرد.
    مثال با قاعده:
    fill > filled
    kill > killed

    مثال بی قاعده:
    blow >blew > blown
    go > went > gone


    اگر شما هم مواردی میدونید یا تصحیحی خصوصا در نامگذاری های فارسی دارید  لطفا اضافه کنید.


    يکشنبه 14/11/1386 - 10:31 - 0 تشکر 28092

    Hi dear researcher!

    I am sure we can learn you more because you are professional in grammar too. It was very useful for me.

    Thank you for perfect explanation .everybody can have questions here and we can complete our taughts!

    and what"s your answer about question num 2 ?

    One is never too old to learn .

    برو به انجمن
    انجمن فعال در هفته گذشته
    مدیر فعال در هفته گذشته
    آخرین مطالب
    • آلبوم تصاویر بازدید از کلیسای جلفای...
      آلبوم تصاویر بازدید اعضای انجمن نصف جهان از کلیسای جلفای اصفهان.
    • بازدید از زیباترین کلیسای جلفای اصفهان
      جمعی از کاربران انجمن نصف جهان، در روز 27 مردادماه با همکاری دفتر تبیان اصفهان، بازدیدی را از کلیسای وانک، به عمل آورده‌اند. این کلیسا، یکی از کلیساهای تاریخی اصفهان به شمار می‌رود.
    • اعضای انجمن در خانه شهید بهشتی
      خانه پدری آیت الله دکتر بهشتی در اصفهان، امروزه به نام موزه و خانه فرهنگ شهید نام‌گذاری شده است. اعضای انجمن نصف جهان، در بازدید دیگر خود، قدم به خانه شهید بهشتی گذاشته‌اند.
    • اطلاعیه برندگان جشنواره انجمن‌ها
      پس از دو ماه رقابت فشرده بین کاربران فعال انجمن‌ها، جشنواره تابستان 92 با برگزاری 5 مسابقه متنوع در تاریخ 15 مهرماه به پایان رسید و هم‌اینک، زمان اعلام برندگان نهایی این مسابقات فرارسیده است.
    • نصف جهانی‌ها در مقبره علامه مجلسی
      اعضای انجمن نصف جهان، در یك گردهمایی دیگر، از آرامگاه علامه مجلسی و میدان احیا شده‌ی امام علی (ع) اصفهان، بازدیدی را به عمل آوردند.