Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    479 alu najdenih del, po cenah EUR

    Hello, I'm Alexis from France. I have a e-shop website and I sell some custom wheels for supermoto and mx bike. I need to purpose a service of customisation for my wheels like you can see here : Here, customer can modify colors from rims, hubs, spokes and more. I want to develop nearly the same design as it for my brand. I want full packaging including plugin and photoshop picture with my brands logo and my colors. I use WooCommerce plugin. This is my website link : Could you do this for me and join my adventure ? Thanks

    €173 (Avg Bid)
    €173 Povprečna ponudba
    43 ponudb

    Hello, I'm Alexis from France. I have a e-shop website and I sell some custom wheels for supermoto and mx bike. I need to purpose a service of customisation for my wheels like you can see here : Here, customer can modify colors from rims, hubs, spokes and more. I want to develop nearly the same design as it for my brand. Could you do this ? Thanks

    €29 (Avg Bid)
    €29 Povprečna ponudba
    1 ponudb

    Hello, I'm Alexis from France. I have a e-shop website and I sell some custom wheels for supermoto and mx bike. I need to purpose a service of customisation for my wheels like you can see here : Here, customer can modify colors from rims, hubs, spokes and more. I want to develop nearly the same design as it for my brand. Could you do this ? Thanks

    €29 (Avg Bid)
    €29 Povprečna ponudba
    1 ponudb

    Hello, I'm Alexis from France. I have a e-shop website and I sell some custom wheels for supermoto and mx bike. I need to purpose a service of customisation for my wheels like you can see here : Here, customer can modify colors from rims, hubs, spokes and more. I want to develop nearly the same design as it for my brand. Could you do this ? Thanks

    €29 (Avg Bid)
    €29 Povprečna ponudba
    1 ponudb

    Hello, I'm Alexis from France. I have a e-shop website and I sell some custom wheels for supermoto and mx bike. I need to purpose a service of customisation for my wheels like you can see here : Here, customer can modify colors from rims, hubs, spokes and more. I want to develop nearly the same design as it for my brand. Could you do this ? Thanks

    €29 (Avg Bid)
    €29 Povprečna ponudba
    1 ponudb

    ALU Hardware programming programming ALU for solve equation using laws of roots, and law of exponents, and mathematical solving calculations.

    €100 (Avg Bid)
    €100 Povprečna ponudba
    5 ponudb

    I need to write a program to solve using calculus, root properties and simplification for this formula : EarningsPerMonth = (UserHashMh * 1e6 / ((difficultyTH / BlockTimeSec)*1000*1e9))*((60/ BlockTimeSec)*BlockReward)*(60*24*30)*(EthPrice)

    €164 (Avg Bid)
    €164 Povprečna ponudba
    9 ponudb

    Company name is IBER ALUMINIUM ENGINEERING this company makes windows an door in aluminium and does alu welding work. i will upload a logo of our other company so you can see witch colors we like

    €46 (Avg Bid)
    Zagotovljen
    €46
    106 vnosov

    ...idea to reality. Piece by piece, possibility by possibility. Therefore the soft does not have to be pretty, but the mechanics have to work, and the code has to be expandable. We are looking for software where the customer can: 1- create a sheet of material chosen by thickness, material and size. (following preset possibilities and values given in backend by us… carbon fibre, plexiglass, sheet alu...) 2- with the help of a 2D grid, cut, bend, drill, insert… into the sheet. 3 Import values of known parts to determine the way they connect( i insert a pushbutton from the list, and the soft knows how big the hole has to be in the sheet.) At the back-end, we need. : 1- a way to adjust the possible materials, their thickness, drillability , bendability… to be us...

    €1531 (Avg Bid)
    €1531 Povprečna ponudba
    16 ponudb

    Hello, I want that you copy the product configurator of this site with all options, prices and every texts and pictures in my Shop, later I will change everything by myself. My shop is running on Woocommerce and my theme is Flatsome.

    €168 (Avg Bid)
    €168 Povprečna ponudba
    13 ponudb
    8-Bit ALU Design Končano left

    Need to create a design for an 8-Bit ALU with specific operations (Arithmetic, Multiplication, etc.)

    €26 (Avg Bid)
    €26 Povprečna ponudba
    8 ponudb

    I need to create an 8-Bit ALU with specific parameters. It’s a small project.

    €37 (Avg Bid)
    €37 Povprečna ponudba
    1 ponudb
    Verilog program Končano left

    I need to make an ALU that can make an output using data_in from an tester .. also the data in can be an header on payload acordoing from 2 other signals

    €23 (Avg Bid)
    €23 Povprečna ponudba
    9 ponudb
    Need VHDL code Končano left

    Need VHDL code This project consists of two main components. A counter programmed with VHDL and an ALU based on MicroBlaze running a C code to perform ALU functionality. 1. This project requires the students to implement a 10-bit counter design using VHDL. The counter will have the ability to count up and down from 0 and 1000. This requires the utilization of 16 slide switches and the center push button of the Basys3 board. The 10 right- most switches (SW0 – SW9) will be used to input a preset value to the counter or the ALU. SW0 represents the LSB and SW9 represents the MSB of the input value. The center push button (BTNC) is used as the manual clock for the counter. The count should increase or decrease (depending on the selector switch, SW13) by 1 on every ris...

    €256 (Avg Bid)
    €256 Povprečna ponudba
    1 ponudb

    I need to Design AlU & SHIFTER on logisim app

    €82 (Avg Bid)
    €82 Povprečna ponudba
    8 ponudb
    verilog expert Končano left

    design and implement an ALU, more details will be given in the chat, this project is urgent and as to be done in ASAP

    €30 (Avg Bid)
    €30 Povprečna ponudba
    5 ponudb

    You are required to design and implement an ALU with the following ports: • A and B are inputs, and are n-bit signed numbers represented in 2’s complement • F is 3-bit unsigned number for ALU function selector • R is the signed ALU result represented in 2’s complement. You will have to determine the minimum number of bits required for R such that an overflow never occurs. Below is a table of ALU functions along with an illustration of its port interface Function Code ALU Result F=000 R=(A+B)/2 F=001 R=2*(A+B) F=010 R=A/2 + B F=011 R=A - B/2 F=100 R=A nand B F=101 R= not(A) F=110 R=A nor B F=111 R=A xor B

    €94 (Avg Bid)
    €94 Povprečna ponudba
    3 ponudb

    I want you to create alu shift unit using logisim program without using custom project circuits

    €56 (Avg Bid)
    €56 Povprečna ponudba
    4 ponudb

    I will provide photos. Please check ´s product pictures, final output required would be very similar. For each product I need: 1 closeup showing the edge 1 picture showing the whole print 2 pictures from indoor settings. Background for these will be same for all products. Background doesn´t need to be 3d-rendered, it can be just a photograph also. 1 picture for alu, acryl, and aluacryl with layers (2-4) separated from each other. List of products: Canvas-print Canvas-print with frames (5 different colors) Aluminium-print Acrylic-print Aluminium backed acryl-print Wooden print Important note: The picture in each print must be changeable, like in Photoshop smart objects. Please state the current day in your comment to make sure you´ve read this all.

    €187 (Avg Bid)
    €187 Povprečna ponudba
    29 ponudb

    Nano Technology Vlsi Design Cadence, P-Spice, T-Spice Matlab

    €1 - €5 / hr
    €1 - €5 / hr
    0 ponudb

    In this lab assignment, you will design the top level, register file, control decoder, ALU (arithmetic logic unit), data memory, muxes (signal routing switches), lookup tables, and fetch unit (program counter plus instruction ROM) for your CPU. For this and future designs, we want the highest level of your design to be a schematic and [System]Verilog code... if you are intersted in let me know . There is instruction that I will shrae with you.

    €125 (Avg Bid)
    €125 Povprečna ponudba
    7 ponudb

    Details will be provided upon in personal chat. Only experts apply, as I need product to be delivered asap.

    €164 (Avg Bid)
    €164 Povprečna ponudba
    14 ponudb
    ALU design in VHDL Končano left

    mini arithmetic logic unit for signed and unsigned numbers

    €15 (Avg Bid)
    €15 Povprečna ponudba
    10 ponudb

    1. Website As our Serbian designers and web developers, are already a month late and are very unresponsive. You can see on our website what the deadlines are. Plus we need the About us and FAQ to be done. Of course you can't change much of the style at this moment. 2. Kickstarter November 13th we also launch ...Website As our Serbian designers and web developers, are already a month late and are very unresponsive. You can see on our website what the deadlines are. Plus we need the About us and FAQ to be done. Of course you can't change much of the style at this moment. 2. Kickstarter November 13th we also launch a Kickstarter, so graphical work for Perks, etc. is also needed. 3. Cutout print on dibond alu Plus we need design for the back of a 'ski of throne...

    €22 / hr (Avg Bid)
    €22 / hr Povprečna ponudba
    45 ponudb

    Nano Technology Vlsi Design Cadence, P-Spice, T-Spice Matlab

    €7 / hr (Avg Bid)
    €7 / hr Povprečna ponudba
    6 ponudb

    This is basically a VHDL Programming to implement ALU for two 4-bit input numbers. I need the vhdl program, constraint files and the schematic logic design as well. Please reply me asap as i need it by this Tuesday morning. Thanks

    €18 (Avg Bid)
    €18 Povprečna ponudba
    3 ponudb

    I have to write the Verilog code(will post what i came up with below) for a 4-bit arithmetic/logic unit (ALU). The requirements are as follows: The ALU operate on inputs that are 4 bits wide. inputs aluin_a and aluin_b, a carry in named Cin and operation code named OPCODE. Inputs aluin_a, aluin_b and OPCODE are 4 bits wide. Cin is 1-bit wide. outputs will be alu_out and Cout. Output alu_out (which is the result of the ALU operation) is 4 bits wide. Cout is the carry out and will be 1 bit. A 1-bit flag will be set on overflow (named OF), assume this is the overflow for numbers which have sign. A test bench should be created to thoroughly test the ALU. Inside the top-level, you should instantiate a 4-bit ripple adder which in turn instantiates a 1-bit full a...

    €65 (Avg Bid)
    €65 Povprečna ponudba
    3 ponudb
    InDesign catalogue Končano left

    Hello, We are manufacturer of alu trays. We have a catalogue of our Products that we would like to change. . Starting from an excel with data (article nr, width, dept, weight, etc) and a folder with pictures we want to import this data in an indsign frame. In such a was that if we have additional articles we put them in the xls and the pictures in the folder, and we import to have a net catalogue. Good exemple van be steen at

    €1768 (Avg Bid)
    €1768 Povprečna ponudba
    43 ponudb
    Trophy icon Design rollerski 2 Končano left

    We need good design for our new rollerski. Should be not to much, but nice design. Rollerski will be carbon, and it should be partly covered with the design. Only yellow color should be used. At...design for our new rollerski. Should be not to much, but nice design. Rollerski will be carbon, and it should be partly covered with the design. Only yellow color should be used. Attached 3d drawing of the ski. STEP file Attached also our logos. Attached also one design I made myself, but not quite happy about the result. I will not be looking good at the ends of the ski. Design we have on alu ski today attached. Design on carbon rollerski should be more "black". The carbon should be visible on miniimum 50% of the ski. Feel free to make something that allot ...

    €102 (Avg Bid)
    Zagotovljen
    €102
    19 vnosov

    Design an 8-bit microprocessor using Verilog HDL by using Structural Verilog modelling. The individual components can be designed using behavioral modelling. Mandatory components: Instruction Memory Register File Data Memory ALU Control Unit Multiplexers Sign extend unit Program counter The Register File has two registers R0 and R1. Design the program counter and instruction memory such that input can be a sequence of instructions and the final output after executing the entire sequence can be verified. Other than these components, there might be other modules needed depending on your design. You can refer to the construction and working of the MIPS datapath and control path found in the text book “Computer Organization and Design – The Hardware/Software Interface”...

    €168 (Avg Bid)
    €168 Povprečna ponudba
    22 ponudb
    Expert in Genomics Končano left

    Hello, Task1 Say we have a conserved region, 1kb long We need to download the sequences from multiple species for this region ...rates. Once the sequences are downloaded, we can do the counts, but we need help downloading them. I found a way to download the whole dataset, but it is huge. We need just 1kb in time for say 20-100 species. We need you to download the sequences for us or teach us how to do that. Task2 Say we have a region 10 kb long There is a track of SINEs, this track contains various Alu sequences (they have variations). We need to download these sequences. We need you to download the sequences for us or teach us how to do that. Offer your pricing. With time we will have many more genomics requests of a similar kind. Thanks.

    €40 (Avg Bid)
    €40 Povprečna ponudba
    5 ponudb

    Hallo Freelancer, unser deutscher Text für die Internetseite soll jetzt ins flüssige englische übersetzt werden. Bereich mechanische Bearbeitung Metal,Glasproduktion,Alu in diesen Bereichen von Vorteil. Keine maschinelle Übersetzung erlaubt - dies wird strikt Nichteinhaltung wird keine Zahlung AGENTUREN bitte. Menge Content zu jeweiligen Abschnitten zu berücksichtigen ,bezgl. Darstellung auf Homepage Bitte geben Sie beim bieten Ihre Muttersprache und die Sprachen an, in denen Sie Ihre Übersetzungen und Erfahrungen anbieten. 1282 Wörter Vor Vergabe wird link zur Seite und der dazugehörige Text können Sie prüfen ob das für stimmig ist und Sie die geforderte Leistung erbringen können. Vielen Dank

    €59 (Avg Bid)
    €59 Povprečna ponudba
    12 ponudb
    Logism Assignment Končano left

    Need A Logism program with specific requirements made for an assignment. Assignment involes creating an 8-Bit ALU

    €93 (Avg Bid)
    €93 Povprečna ponudba
    8 ponudb

    I'm using LIGHTSPEED e-commerce platform. I'm looking for a developer can develop a payment getaway integration between LIGHTSPEED e-commerce and PayU Turkey. My website: You can review the API link below: LIGHTSPEED eCom API documentation: PayU API

    €142 (Avg Bid)
    €142 Povprečna ponudba
    16 ponudb

    We will create a new custom payu module(aluv3 api integration with installment) for turkey. you will convert hepsipay to payu or could be direct integration. hepsipay a payment provider like payu. there is a need for payu turkey version of it.

    €103 (Avg Bid)
    €103 Povprečna ponudba
    7 ponudb

    I have an e-commerce website. I'm using LIGHTSPEED e-commerce platform. I need to develop a custom integrate with PayU Turkey. You can review the API link below: My website: eCom API documentation: PayU API

    €181 (Avg Bid)
    €181 Povprečna ponudba
    14 ponudb

    ...'Flyer 1: Sind Sie schon ausgerüstet? Gerne können Sie folgendes Zubehör dazu buchen'' und die Aufzählung des Angebots mit Bild des Produkts und Preisangabe beinhalten 1. Flyer: Vermietung von Umzugszubehör: - Umzugsset (5 Decken + 3 Spanngurte). CHF 15 - Umzugsdecke CHF 2.- - Spanngurt CHF 3.- - Möbelroller CHF 10.- - Sackkarre CHF 15.- - Pallettrolli CHF 35.- - Motorrad-Auffahrrampe CHF 10.- - Alu-Überladerampe CHF 30.- - Schneeketten CHF 15.- - Navi CHF 15.- 2. Flyer : Anbieten von Versicherungsoptionen: - Vollkasko mit Selbstbeteiligung 1000 Fahrzeugkategorie T1, T2 und K1: CHF 25 / Tag K2 und K3: CHF 27 / Tag K4: CHF 29 / Tag L1, L2, L3, L4 und L5: CHF 31 / Tag - Vollkasko mit Selbstbeteiligung 500 (zusätzlich zu ...

    €80 (Avg Bid)
    €80 Povprečna ponudba
    11 ponudb
    verolig calculator Končano left

    A project to implement a calculator(ALU) in Verilog code using Quartus program I need a detailed report with state diagram and finite state machine I need one who can access my computer to teach me how to do the settings of the program also the Verilog code will be implemented on ALTERA board(DE2-115) also I need instructions of how I can run on the board (its due Saturday sharp)

    €67 (Avg Bid)
    €67 Povprečna ponudba
    4 ponudb

    Microprocessor design project using system verilog in Modelsim and physical validation on Quartus Prime. I have started writing code for some of the blocks. The Register file, ALU and Instruction memory are nearly complete. Assistance needed in writing the remainder of the blocks: the instruction register, the micro controller unit, the W register, the program counter and anything else needed to wire everything together. I would also appreciate comments within the design.

    €109 (Avg Bid)
    €109 Povprečna ponudba
    4 ponudb

    Document with full requirements will be shared once discussed with person up for the job. Verilog code in top down design for a 4-bit ALU. A test bench will be needed to test design and needs to be able to program DE0-CV FPGA board to implement the full design.

    €94 (Avg Bid)
    €94 Povprečna ponudba
    8 ponudb

    We are looking for a mechanical/industrial/product designer who can can perform the mechanical design and part sampling to build a prototype appliance. The appliance consist on an baby seat washing machine. It could be built over a simple structure of alu profiles and mount 3 covers, the top, and internal tubing for water channeling and jetting. The tricky part would be the top, which I imagine like a kind of sink/baby seat with some water jets. Water should come in to the appliance and it should be also drained out. All the electronics setup and software are provided. The goal is having working prototype. We can pay by hours, but it is extremely important for us to know then the estimation of work hours and material costs. So we can accurately budget the completion of the project.

    €25 / hr (Avg Bid)
    €25 / hr Povprečna ponudba
    42 ponudb

    -Tools:Altera Quartus,Modelsim and FPGA. -This Project is divided to two parts:- and implement a 32 bit architecture pipelined CPU with a single bus for a MIPS computer. Found in figure 1 is a top level view of a single core single bus MIPS CPU. Use Quartus to design the list of components found below in Verilog HDL. 1- Register File (16x 32) 2- ALU 3- Instruction Register 4- Control Unit 5- PC register 6- Shift logic unit 7- Conditional logic unit 8- Three-level Cache for the Data Memory (reading and writing) 9- Data Memory 10- Branch target address adder In a 32 bit architecture CPU, for an opcode of 6 bits wide there should be 64 instructions. You are required to function the following 10 instructions from the 64. 1- add 2- sub 3- load 4- store 5- and 6- or 7- branch if zero

    €258 (Avg Bid)
    €258 Povprečna ponudba
    5 ponudb

    need some help with my Computer Architecture project the involves designing a 32-bit circuit with an ALU and Control Unit. We're using a SW called Logisim to design it.

    €110 (Avg Bid)
    €110 Povprečna ponudba
    13 ponudb

    need report on vhdl of 4 bit alu

    €85 (Avg Bid)
    €85 Povprečna ponudba
    22 ponudb

    Implementation of 4 bit alu in VHDL using the software Xillinix ISE I Need report on circuits diagrams, truth table, and simulations results the structure report should go by 1-introduction 2-block diagram 3-Technical Words 4-Implementations 5-Results 6-Conclusion

    €112 (Avg Bid)
    €112 Povprečna ponudba
    5 ponudb

    Alu de 5 bits sumador restador con multiplicador mul de 3 y 2 bits (Se pueden usar todas las compuertas or, and, xor etc.)

    €25 (Avg Bid)
    €25 Povprečna ponudba
    4 ponudb

    Hi Dafina B., Thanks for making the pink collagen labels. I would like to hire you for the same project design but different bags stand up zip pouches size in inches 9" x 4 3/4" x 13 1/2" picture of bags

    €28 (Avg Bid)
    €28 Povprečna ponudba
    1 ponudb

    we need an alu of 256*8 memory ..for more information message me

    €29 (Avg Bid)
    €29 Povprečna ponudba
    8 ponudb
    8-bit Calculator Končano left

    A calculator has to bee designed using System Verilog. It includes designing ALU, memory and system controller.

    €134 (Avg Bid)
    €134 Povprečna ponudba
    2 ponudb

    ALU Design as per instructions in Verilog Task . Simulation done using Icarus VERILOG

    €18 (Avg Bid)
    €18 Povprečna ponudba
    9 ponudb