فهرست پروژه ها

پروژه میپل (46563)

کمک آموزشی

سلام وقتتون بخیر میخواستم ببینم اگر این پروژه رو برام حل کنین هزینش چقدر میشه؟ ۴روز زمان دارم با برنامه میپل

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

مقاله (46562)

کمک آموزشی

موضوعات مرتبط با فناوری های آموزشی درمراکز مختلف آموزشی ونگرش معلمان دراین موارد رشته تحصیلی : مهندسی فناوری اطلاعات it نرم افزار یا زبان برنامه نویسی پیشنهادی : توضیحات پروژه : من می خوام مقاله ای برای بهبود آموزش و استفاده از فناوری اطلاعات وفناوری های نوین در حیطه های آموزش چه در مدارس چه در مراکز آموزشی بنویسم یعنی مقاله ای بنویسم که به دردآموزش وپرورش بخوره قیمت پیشنهادی : مهلت پروژه : روز

0 پیشنهاد 100,000 تومان 1 سال پیش

مهارت ها

(46561) پروژه gis

کمک آموزشی

موضوع: gis رشته تحصیلی : نرم افزار یا زبان برنامه نویسی پیشنهادی : توضیحات پروژه : یه فایل اکسل دارم میخام برای هر کدوم از صفحات نقشه با ARC GIS کشیده بشه. هدف اینه که این نقشه ها روی سایت بذاریم. قیمت پیشنهادی : مهلت پروژه : 3 روز

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

پروژه متلب(46560)

کمک آموزشی

موضوع: بهینه سازی تلفات سیستم با روش ADMM رشته تحصیلی : ارشد برق نرم افزار یا زبان برنامه نویسی پیشنهادی : متلب توضیحات پروژه : مینیمم کردن تلفات سیستم ریز شبکه ها با روش ADMM ADMM: روش مستقیم متناوب ضرایب مهلت پروژه : 7 روز

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

پروژه متلب(46559)

کمک آموزشی

با سلام آیا این پروژه قابل انجام است؟ در متلب باید انجام بشه یک هفته زمان دارم

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

پروژه مهندسی مکانیک (46558)

کمک آموزشی

سلام وقت بخیر پروژه ای با مشخصات زیر دارم لطفا بررسی کنید: تا ۱ ماه و با هر نرم افزاری که شد انجام شود مهم نیست فقط کار تمیز دربیاد مهندسی مکانیک

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

(46557) پروژه Envi

کمک آموزشی

سلام وقت بخیر ی پروژه دارم درباره نقشه برداری التراسیون ها رشته مهندسی معدن گرایش اکتشاف کسی رو دارید انجام بده؟

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

پروژه متلب(46556)

کمک آموزشی

با سلام پروژه زیر در متلب قابل انجام است؟

0 پیشنهاد 100,000 تومان 1 سال پیش

مهارت ها

منظومه شمسی با طول 30 ثانیه

گرافیک ، معماری ، ویرایش عکس و فیلم و چند رسانه ای

In the course project you will simulate the outer solar system (the heavy planets plus Pluto) and visualize the result in Blender. You need to combine your knowledge from the previous assignments: Create objects in Blender Add material textures to objects in Blender Understanding numpy arrays Use Python scripts to animate objects in Blender Adjust the Camera in Blender Setup lighting and render still images and animations in Blender You will start from this Python script Download this Python script, which generates the motion of the planets and saves the result in a Numpy array called 'x_out'. There are altogether 6 objects: the Sun [0], Jupiter [1], Saturn [2], Uranus [3], Neptune [4], and Pluto [5]. For example, the y-position of Pluto at time frame 44 is stored in 'x_out[44, 5, 1]'. Astronomical units (au) are used for the positions, so that the distance 1 corresponds roughly to the distance between the sun and the earth. Detailed planetary information can be retrieved from NASA at this page Links to an external site.. Your task is to: Setup a scene in Blender with the six objects represented as spheres. The resulting animation should be illustrative, so make the radius of the planets about 1au or a bit more (which of course is crazy large compared to their real size). You can also fine-tune the scaling of the planets, so that for example Jupiter is the largest of the planets. At this stage it doesn't matter where you position the planets (if you like you can look at the script to see their initial conditions). Name the planets exactly as in the variable 'planets' of the Python script ('Sun', 'Jupiter', 'Saturn', 'Uranus', 'Neptune', 'Pluto'). Add textures to the planets and the sun (see hint below). You can download good texture images from here Links to an external site.. Some of the planets, Saturn and Uranus, also contains colormaps for the rings. You don't have to use these, but if you want to, please go ahead. You then have to create a disk in addition to the sphere, and add the ring transparency and colormap as a texture to the disk. Here is a video tutorial for that Links to an external site.. Also, notice that the disk should have the planet as its "Parent", so that it moves along with the planet. Setup lighting in Blender. First remove the standard lamp. It is natural to make the material of the sun emit light. To do this, create the mixed shader, one corresponding to the texture, and one corresponding to a white (or yellow if you prefer) emitter. Go to the Note editor and play around with the strength of the emitter until you get a desired result (remember that you can see the viewport rendered by pressing Shift-Z. Also set the background in the 'World' properties to some dark blue color. To be able to see the planets better, you can turn on a little bit of "Ambient Occlusion" in the 'World' properties pane: the factor could be about 0.1. You might not get the desired effect by making the material of the sun emit light. Another option is to add a point light and place it inside of the Sun. But then you have to make sure that the surface of the Sun doesn't cast shadows from that light. There are also other possibilities. See what works best! Modify the python script so that for each time step in the simulation, you add keyframes to Blender for the corresponding positions of the planets. Each time step is 100 days. Thus, with the default setting of 24 frames per second, each second of your resulting animation corresponds to 24*100 days. Altogether you should have 365 frames (thus corresponding to 100 years). The initial data for the planets is from September 5, 1994, at 0h00 GST. Thus, at the end of the animation we are at year 2094. Manually add a Camera animation that starts with an overview of the planets (except perhaps Pluto which has a very wide orbit), then dives towards the sun to get a close-up for example on Jupiter, and then slowly moves out to an overview again. To do this, it is very handy to have the camera locked onto the sun: here is how you accomplish that Links to an external site.. Render your animation. Please notice that rendering takes a lot of time, so make sure that you check your results by first rendering a few still images before you render the whole scene. If you want to speed up the rendering, you can specify a lower resolution. As a report, create a Notebook where you comment on your solution, its features and so on. Make sure to include your modified Python script as well as the rendered movie (as mp4) in the Notebook. Then export it as HTML and submit it in Canvas. If you feel like adding extra features to your animation, such as more advanced material properties, fancier sun Links to an external site., rings of Saturn and Uranus, etc, please go ahead. If you want inspiration, check out Blender Guru's guide to rendering the earth Links to an external site.. You could also add visualization of the planet orbits: for example, create a Bezier curve for each planet's orbit (by extracting data from the simulation), then use Extrude Along Path Links to an external site.to add material to the orbits. The course project is mandatory and the grading is a score between 0-10 that will be weighted in for your final course grade. Good luck! HINT: This is a simple way to add a texture to a UV-sphere: - With the sphere selected, add a new material to it and go to the 'Node Editor' view. You should have two panes: 'Material Output' and 'Principled BSDF'. - Add a 'Image Texture' pane by pressing shift-a and then select from the menu. Open your texture file. - Add a 'Texture Coordinate' pane by pressing shift-a and then select from the menu. - Connect the node 'Generated' from 'Texture Coordinate' to the node 'Vector' on the 'Image Texture' node, then change from 'Flat' to 'Sphere' projection in the 'Image Texture' node. - Connect the node 'Color' from the 'Image Texture' node to the 'Base Color' node of the 'Principled BSDF' node. https://slides.com/kmodin/mmg640-colors-images-12-17-20?token=-id6reVk

0 پیشنهاد 700,000 تومان 1 سال پیش

مهارت ها

داده کاوی

کمک آموزشی

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

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

منظومه شمسی با طول 30 ثانیه

گرافیک ، معماری ، ویرایش عکس و فیلم و چند رسانه ای

n the course project you will simulate the outer solar system (the heavy planets plus Pluto) and visualize the result in Blender. You need to combine your knowledge from the previous assignments: Create objects in Blender Add material textures to objects in Blender Understanding numpy arrays Use Python scripts to animate objects in Blender Adjust the Camera in Blender Setup lighting and render still images and animations in Blender You will start from this Python script Download this Python script, which generates the motion of the planets and saves the result in a Numpy array called 'x_out'. There are altogether 6 objects: the Sun [0], Jupiter [1], Saturn [2], Uranus [3], Neptune [4], and Pluto [5]. For example, the y-position of Pluto at time frame 44 is stored in 'x_out[44, 5, 1]'. Astronomical units (au) are used for the positions, so that the distance 1 corresponds roughly to the distance between the sun and the earth. Detailed planetary information can be retrieved from NASA at this page Links to an external site.. Your task is to: Setup a scene in Blender with the six objects represented as spheres. The resulting animation should be illustrative, so make the radius of the planets about 1au or a bit more (which of course is crazy large compared to their real size). You can also fine-tune the scaling of the planets, so that for example Jupiter is the largest of the planets. At this stage it doesn't matter where you position the planets (if you like you can look at the script to see their initial conditions). Name the planets exactly as in the variable 'planets' of the Python script ('Sun', 'Jupiter', 'Saturn', 'Uranus', 'Neptune', 'Pluto'). Add textures to the planets and the sun (see hint below). You can download good texture images from here Links to an external site.. Some of the planets, Saturn and Uranus, also contains colormaps for the rings. You don't have to use these, but if you want to, please go ahead. You then have to create a disk in addition to the sphere, and add the ring transparency and colormap as a texture to the disk. Here is a video tutorial for that Links to an external site.. Also, notice that the disk should have the planet as its "Parent", so that it moves along with the planet. Setup lighting in Blender. First remove the standard lamp. It is natural to make the material of the sun emit light. To do this, create the mixed shader, one corresponding to the texture, and one corresponding to a white (or yellow if you prefer) emitter. Go to the Note editor and play around with the strength of the emitter until you get a desired result (remember that you can see the viewport rendered by pressing Shift-Z. Also set the background in the 'World' properties to some dark blue color. To be able to see the planets better, you can turn on a little bit of "Ambient Occlusion" in the 'World' properties pane: the factor could be about 0.1. You might not get the desired effect by making the material of the sun emit light. Another option is to add a point light and place it inside of the Sun. But then you have to make sure that the surface of the Sun doesn't cast shadows from that light. There are also other possibilities. See what works best! Modify the python script so that for each time step in the simulation, you add keyframes to Blender for the corresponding positions of the planets. Each time step is 100 days. Thus, with the default setting of 24 frames per second, each second of your resulting animation corresponds to 24*100 days. Altogether you should have 365 frames (thus corresponding to 100 years). The initial data for the planets is from September 5, 1994, at 0h00 GST. Thus, at the end of the animation we are at year 2094. Manually add a Camera animation that starts with an overview of the planets (except perhaps Pluto which has a very wide orbit), then dives towards the sun to get a close-up for example on Jupiter, and then slowly moves out to an overview again. To do this, it is very handy to have the camera locked onto the sun: here is how you accomplish that Links to an external site.. Render your animation. Please notice that rendering takes a lot of time, so make sure that you check your results by first rendering a few still images before you render the whole scene. If you want to speed up the rendering, you can specify a lower resolution. As a report, create a Notebook where you comment on your solution, its features and so on. Make sure to include your modified Python script as well as the rendered movie (as mp4) in the Notebook. Then export it as HTML and submit it in Canvas. If you feel like adding extra features to your animation, such as more advanced material properties, fancier sun Links to an external site., rings of Saturn and Uranus, etc, please go ahead. If you want inspiration, check out Blender Guru's guide to rendering the earth Links to an external site.. You could also add visualization of the planet orbits: for example, create a Bezier curve for each planet's orbit (by extracting data from the simulation), then use Extrude Along Path Links to an external site.to add material to the orbits. The course project is mandatory and the grading is a score between 0-10 that will be weighted in for your final course grade. Good luck! HINT: This is a simple way to add a texture to a UV-sphere: - With the sphere selected, add a new material to it and go to the 'Node Editor' view. You should have two panes: 'Material Output' and 'Principled BSDF'. - Add a 'Image Texture' pane by pressing shift-a and then select from the menu. Open your texture file. - Add a 'Texture Coordinate' pane by pressing shift-a and then select from the menu. - Connect the node 'Generated' from 'Texture Coordinate' to the node 'Vector' on the 'Image Texture' node, then change from 'Flat' to 'Sphere' projection in the 'Image Texture' node. - Connect the node 'Color' from the 'Image Texture' node to the 'Base Color' node of the 'Principled BSDF' node.

0 پیشنهاد 700,000 تومان 1 سال پیش

مهارت ها

دانشجویی

کمک آموزشی

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

0 پیشنهاد 6,000 تومان 1 سال پیش

مهارت ها

هوش مصنوعی (استفاده از روش های جستجو اول سطح و *A)

برنامه نویسی با زبانهای مختلف ، طراحی سایت و نرم افزار

با هر زبان برنامه نویسی باشه فرقی ندارد و همچنین به یک فایل که شامل توضیحات با جزئیات همه ی کد ها باشد نیاز دارم به صورت رکورد ویس یا تایپ شده فرقی ندارد این فایل خیلی مهم لطفا همه توضیحات کامل و دقیق باشد هزینه پروژه توافقی

1 پیشنهاد 500,000 تومان 1 سال پیش

مهارت ها

کار مدرسه

کمک آموزشی

برای درس پایه دهم PC

0 پیشنهاد 60,000 تومان 1 سال پیش

مهارت ها

تنظیم اتوماتیک گین با پتانسیومتر دیجیتال

برنامه نویسی با زبانهای مختلف ، طراحی سایت و نرم افزار

پروژه با ATmega باید انجام شود و کد نویسی در کد ویژن ارایه فلوچارت و شبیه سازی کامل در پروتئوس الزامی و ارایه گزارش کامل ورد با توضیحات و ارایه کلاسی پاورپوینت الزامی می باشد. حداقل دو امکان ویژه میکروکنترولر Atmega شامل تایمر پیشرفته، وقفه، مبدل آنالوگ به دیجیتال، مقایسه کننده آنالوگ، رابط سریال، ارتباط با EEPROM درونی باید به کار گرفته شود تنظیم اتوماتیگ گین بدین صورت انجام شود که دامنه ورودی خوانده شود و با یک الگوریتم منطقمی در صورت تشخیص کم بودن و عدم دقت در خواندن به صورت مرحله به مرحله بهره مدار خارجی را با تنغییر پتانسیومتر دیجیتال تنظیم کند. تقویت کننده خارجی می تواند AD620 باشد که پتانسیومتر دیجیتال نقش RG را داشته باشد. در نهایت نتیجه تبدیل و گین دقیق تنظیم شده بر روی نمایشگر LCD نمایش داده شود.

0 پیشنهاد 150,000 تومان 1 سال پیش

مهارت ها

نمایش متن روی led dot matris

برنامه نویسی با زبانهای مختلف ، طراحی سایت و نرم افزار

نمایش متن maryam moosavi روی تابلو روان fpga spartan3 به همراه گزارش کامل کد

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

رایا کوچ

تولید محتوا ، نویسندگی و نگارش مقاله

یه ارائه خوب در مورد شخصیت شناسی و خودشناسی برای 2 ساعت

0 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

پروژه در شاخه مهندسی شیمی

تولید محتوا ، نویسندگی و نگارش مقاله

ارائه یک عنوان پیشنهادی برای یک پروژه در زمینه مهندسی شیمی- انجام یک پروژه آزمایشگاهی و یا شبیه سازی - استخراج داده - نوشتن یک مقاله ISI و یا حداقل زیر مجموعه scopus

1 پیشنهاد 15,000,000 تومان 1 سال پیش

مهارت ها

حل مسئله PCA و Inverse gaussian با پایتون

کمک آموزشی

1- ابتدا هیستوگرام داده های TTF را رسم کنید. سپس دو توزیع normal و inverse gaussian را روی این هیستوگرام fit کنید و مشخص کنید کدام توزیع برای این دادهها مناسبتر است. در صورتی که توزیعی بجز normal و inverse gaussian ، برای این دادهها مناسبتر است، رسم کنید. 2- برای هر گروه یک فایل اکسل تعریف شده است که داده های مربوط به 21 سنسور است. هر سنسور بعنوان یک بعد (ویژگی) است. از طریق پیادهسازی PCA، از بین سنسورها، تعدادی را که حاوی بیشترین اطلاعات هستند انتخاب کنید.

1 پیشنهاد 300,000 تومان 1 سال پیش

مهارت ها

کد نویسی متلب

کمک آموزشی

یه پروژه کد نویسی متلب هست که خروجیش یه نموداره و مربوط به درس المان محدود مهندسی مکانیک هست. صورت مسئله را در فایل ضمیمه قرار دادم که با دو تا المان حل کرده و جواب هاشو هم قرار دادم ولی اون قسمتی که بار نقطه ای وارد شده سمت چپش میخوایم ۴ تا المان در نظر بگیریم و سمت راستشم تقریبا چهار تا المان و نمودارشو رسم کنیم با نمودار اصلی مقایسه کنیم.

1 پیشنهاد 500,000 تومان 1 سال پیش

مهارت ها

انجام یک مطالعه در حوزه دیجیتال مارکتینگ در عصر جدید در دو مدل B2B و B2C

تولید محتوا ، نویسندگی و نگارش مقاله

برای انتخاب موضوع یک پروژه لازم است مطالعه ای در حوزه دیجیتال مارکتینگ انجام شود. مطالعه ای که متشکل از توضیحاتی کامل در این حوزه با استفاده از منابع داخلی و خارجی و حتی آوردن مثال های جهانی سپس توضیحی در مورد استفاده از دیجیتال مارکتینگ در عصر جدید در مدل های بازاریابی B2B و B2C نیازی نیست به جزئیات زیادی پرداخته شود اما به صورت خیلی کلی هم نباشد در کل مطالعه ای که تعداد صفحات زیادی نداشته باشد اما مطالب مفیدی گنجانده شود تا به هدف اصلی که تعریف یک پروژه از دل این مطالعه است برسیم با تشکر

0 پیشنهاد 450,000 تومان 1 سال پیش

مهارت ها