Design synchronous fifo工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 design synchronous fifo 份搜到的工作,货币单位为 USD

    存储管理模拟程序 设计要求:设计一个请求页式存储管理方案,并编写模拟程序实现之,要有一个界面。页面淘 汰算法采用 ① FIFO页面淘汰算法 ② LRU页面淘汰算法。 方案提示:  系统参数:页面尺寸(例如以 1K或2K为1页)、每个进程内存页表的最 大长度;  产生一个进程的大小,构建页表并对页表进行初始化,随后生成访问的 指令地址流(是一系列需要访问的指令的地址)。不失一般性,可以适当 地(人工指定或随机数产生器)生成这个序列,使得 50%的指令是顺序 执行的,50%的指令均匀地散布在前后地址部分。  每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表, 判断该页是否在主存——如果该页已在主存,则打印页表情况;如果该 页不在主存且页表未满,则调入一页并打印页表情况;如果该页不足主 存且页表已满,则按页面淘汰算法淘汰一页后调入所需的页,打印页表 情况; 逐个地址访问,直到所有地址访问完毕,并即时统计显示缺页率 和页面置换情况。  注意:访问的指令地址流不能太少,为能够观察地址的访问情况,最好 设置显示速度调节参数,并在关键的地方给出提示信息。 存储管理算法的流程图(以FIFO为例)如下:

    $10 - $30
    $10 - $30
    0 个竞标

    I am currently developing the field oriented control system for a permanent magnet synchronous motor. My goal is to improve the speed response, specifically the acceleration time, deceleration time, and steady state error. The project involves the tuning of PI controllers within the system, meant to enhance its overall performance. For this task, a proficient knowledge of control systems, system modeling, and tuning methods is required. Previous experience with PI tuning is beneficial. Currently, MATLAB/Simulink is being used for modeling and system simulation, hence proficiency in it is crucial. Ideally, the candidate will have extensive experience using MATLAB for complex motor control simulations. However, I haven't defined the specific tuning methods to be used which le...

    $73 (Avg Bid)
    $73 平均报价
    6 个竞标

    I am looking for an expert with solid experience in Field Oriented Control (FOC) of Permanent Magnet Synchronous Motors (PMSM) who can help tune my PI controllers for more precise speed control. Here are the specifics: - I have an established model using MATLAB/Simulink, and the PI controllers are already implemented. - The key outcome I want is to enhance the accuracy of the speed response. The ideal candidate will have: - Extensive knowledge and experience with PMSM and FOC. - Proven background in tuning PI controllers. - Strong proficiency in MATLAB/Simulink. Your task will involve analyzing the existing model, suggesting enhancements for the PI controllers, and implementing these changes to achieve a more precise speed response.

    $102 (Avg Bid)
    $102 平均报价
    4 个竞标

    In my project, I'm looking to set up ActiveMQ JMS messaging for our system, focusing on synchronous and asynchronous messaging. We anticipate a low scale of message traffic, not exceeding 1,000 messages per day. Key responsibilities will include: - Setting up ActiveMQ for JMS messaging - Configuring it to handle synchronous and asynchronous messaging effectively Furthermore, I plan to utilize SOAPUI Open Source for automated testing of these messages. Your role will be essential in ensuring that the system works seamlessly with this tool. I will be expecting below: Create a framework to publish and subscribe messages to ActiveMQ queues Create queries to make sure data is published into the respective tables and assertions to validate Ideal skills and experiences fo...

    $39 (Avg Bid)
    $39 平均报价
    6 个竞标

    ...adept rideshare app developer to comprehensively enhance our existing app for Turvy, a leading rideshare company. The project entails updating outdated modules, replacing existing Mapbox maps with Google Navigation, integrating Google Navigation with a customized UI to reflect Turvy's brand identity, introducing new features, and ensuring the seamless functionality of existing features like airport FIFO (First In, First Out) for drivers. Key Responsibilities: Update Source Code: Ensure outdated modules are updated to their latest versions, maintaining compatibility with Turvy's existing backend, frontend, and database systems. Replace Existing Mapbox with Google Navigation: Seamlessly transition from the current Mapbox maps to Google Navigation. It involves integrati...

    $1406 (Avg Bid)
    $1406 平均报价
    58 个竞标

    Grid connected synchronous reluctance generator with damper windings

    $103 (Avg Bid)
    $103 平均报价
    11 个竞标

    I am seeking an Excel expert capable of calculating First in First out (FIFO) for tech stocks that I own. Your responsibilities will include: - Taking provided data including purchase date, purchase price, stock ticker symbol, stock splits, the number of shares purchased, the number of shares sold and the respective dates - Arranging and analyzing these data accurately in an Excel document utilizing the FIFO methodology - Assessing if the stock sale is subject to tax due to the tax exemption for holding the stock for longer than 3 years The ideal freelancer would have: - Extensive experience with Excel - Familiarity with the FIFO method - Strong understanding of tech stocks This job will require attention to detail and precision. It's crucial the final produ...

    $18 (Avg Bid)
    $18 平均报价
    17 个竞标

    ...to integrate a results management system that enables students to access their academic records, including grades, transcripts, and examination results, in a secure and user-friendly manner. Educational Platform: Our goal is to establish an interactive and feature-rich educational platform that supports online learning, course management, virtual classrooms, and collaboration tools for both synchronous and asynchronous learning experiences. In light of the above requirements, we kindly request your company to provide us with a detailed technical and commercial proposal for building and hosting our university website. The proposal should include the following: Technical Offer: This should outline the technical specifications, development approach, software architecture, progr...

    $1874 (Avg Bid)
    $1874 平均报价
    126 个竞标

    As an experienced Java Developer, I need you...Requirements: - Understanding of Apache Camel: You should have comprehensive experience working with Apache Camel, ideally in a similar integration scenario. - Communication with External APIs: Our system needs to seamlessly communicate with multiple external APIs. You should have a solid understanding of RESTful APIs and experience integrating them. - Synchronous & Asynchronous Communication: The integration needs to support both synchronous and asynchronous communication with the external APIs. Feel free to provide examples of similar projects you have worked on in your bid. It would be highly beneficial if you have experience working with a variety of APIs and can demonstrate a solid understanding of the nuances of asyn...

    $4 / hr (Avg Bid)
    $4 / hr 平均报价
    10 个竞标

    ...Parameters Number of bytes in the cache (a positive power of 2) Number of blocks in each set (associativity) Number of bytes in a block (a positive power of 2, must be at least 4) 1 set of n blocks is fully associative n sets of 1 block is direct mapped n sets of m blocks is m-way set associative Replacement policy (for caches that aren't direct mapped) Least recently used (LRU) First in, first out (FIFO) Examine effect of changing cache type Direct mapped vs. Set associative vs. Fully associative Examine effect of replacement type Examine effect of cache size Examine the effect of line/block size Write a paper with your analysis of cache designs. Sections to Include Introduction Describe the purpose of the analysis. What is the goal of your analysis? What are you analyzi...

    $150 (Avg Bid)
    $150 平均报价
    26 个竞标

    I'm looking for a talented video editor to create engaging 1-2 minute long TikTok videos focusing on FIFO mining and diggers. I would need at least 3 videos per day. I have attached examples of the videos, I will do the voice overs and the text. All I need is the videos. Key Elements: - The videos should prominently feature heavy machinery, underground tunnels, and the excavation process. - The tone of the videos should be dynamic and action-packed, capturing the intensity and excitement of the mining industry. Ideal Skills: - Strong video editing capabilities - Understanding of TikTok trends and audience preferences - Background in creating action-oriented content - Knowledge of mining and heavy machinery is a plus If this project sounds like something you would excel at,...

    $23 (Avg Bid)
    $23 平均报价
    28 个竞标

    I have Odoo v15 running on , and plan to use inventory module with lots and Packages Using barcode app v15.2 When doing inventory operations using barcode app, Odoo will pre-select the packages id to transfer based on a FIFO rule. But my company does not have perishable products, so the order of dispatch does not matter I would like Odoo to accept another package that is not already on the detailed operations, and grab it as good. Per example: I need to transfer 3 boxes of 10 units each Odoo proposes BOX1, BOX2, and BOX3 based on FIFO putaway rule If I try to scan BOX4, per example (same product, lot, etc but different box than Odoo says) it will put it in red and won't let me validate the operation I would like it to appear BOX4 in green and substitute BOX3, or ot...

    $171 (Avg Bid)
    $171 平均报价
    56 个竞标

    ...does reach minimum wage then supervisor decision to give daily wage or not. Boxes/ Pouches are packed in outer cover, which again paid contractually. Pouches need to be band sealed with machine, again paid contractually. Then there are support workers who are paid on a daily basis who pack the master carton, bags, put strap on the carton. Batch wise costing - (dipping date , pouching date wise (fifo method) to be used to arrive at the final variable cost of packed cartons. Over and above this are fixed costs each departments supervisor, electricity cost, spare part cost, accountants cost. When new SKU is created the Information Required - - SKU Name - Size of Batti # 8" or 9" - Type of batti - black / white / dhuna/ color - In sticks or in gms. - If in sticks , how...

    $906 (Avg Bid)
    $906 平均报价
    5 个竞标

    ...does reach minimum wage then supervisor decision to give daily wage or not. Boxes/ Pouches are packed in outer cover, which again paid contractually. Pouches need to be band sealed with machine, again paid contractually. Then there are support workers who are paid on a daily basis who pack the master carton, bags, put strap on the carton. Batch wise costing - (dipping date , pouching date wise (fifo method) to be used to arrive at the final variable cost of packed cartons. Over and above this are fixed costs each departments supervisor, electricity cost, spare part cost, accountants cost. When new SKU is created the Information Required - - SKU Name - Size of Batti # 8" or 9" - Type of batti - black / white / dhuna/ color - In sticks or in gms. - If in sticks , how...

    $409 (Avg Bid)
    $409 平均报价
    9 个竞标

    I need a mobile app developer skilled in creating applications for both iOS and Android. The application's core requirem...The application's core requirement is to provide meditation guidance for the users. It should be capable of on-demand interaction, meaning users can access meditation guides whenever they want at their own pace. Key skills required are: - Proficiency in cross-platform mobile app development. - Excellent understanding of synchronous (on-demand) interactions. - Experience building health and wellness, meditation, or similar mobile applications. - Edifying application design skills catered toward user tranquillity and simplicity. The ideal freelancer recognises the depth of centering practices and can translate them effectively into a usable, ...

    $750 - $1500
    加封 保密协议
    $750 - $1500
    96 个竞标

    ...in the field of Digital Logic Design/Systems who can help me solve problems related to flip flops, logic gates and sequential logic circuits. I'm really having a hard time solving my assignment questions and I need someone to help me within my budget. Could benefit from knowledge and experience in: Introduction, Material Related to Combinational Circuit Synchronous Sequential Logic: Analysis of Clocked Sequential Circuits Synchronous Sequential Logic: State Reduction and Assignment, Flip-Flop Excitation Tables Design of Counters, Problems Registers, Shift Registers Ripple Counters, Synchronous Counters Timing, Problems I would appreciate it if you could provide detailed project proposals, as well as examples of past work and experience in Digita...

    $24 (Avg Bid)
    $24 平均报价
    7 个竞标

    ...Reports 5. **Inventory Management:** - Product Management with Categorization and Attributes - Stock Tracking with Real-Time Monitoring and Movements - Demand Forecasting, Seasonal Adjustment, and Barcode Scanning - Multi-Warehouse Management, Batch Tracking, and Automated Reordering - Cross-Channel Inventory Sync, Order Management, and Supplier Management - Inventory Valuation with FIFO, LIFO, and Weighted Average Methods 6. **API Development:** - Develop an API for seamless data access, updates, and creation from external sources. **Project Requirements:** - experience in developing complex web portals. - Strong proficiency in web development technologies and frameworks. - Prior expertise in implementing features like user management, accounting, employ...

    $150 - $448
    加封
    $150 - $448
    5 个竞标

    In this project we will be implementing a control system using the Lattice iCE FPGA. The task at hand involves converting a schematic for a Synchronous Data Link Control (SDLC) data stream to an SPI Master data stream converter to Verilog or VHDL and then verifying the design through simulation. And finally creating the file that will be used to program the target part in production. The ideal freelancer for this job is proficient in working with FPGAs, preferably with a strong background in the Lattice iCE FPGA. I’m looking for someone adept in schematic to HDL conversion. Experience in working with SDLC data will serve as a plus. Please ensure that your experience and skills include: - FPGA development, specifically with the Lattice iCE. - Expertise in schematic ...

    $52 / hr (Avg Bid)
    $52 / hr 平均报价
    7 个竞标

    I am seeking a proficient freelancer with extensive experience in automation, speci...to be simultaneously published on Telegram, Discord, and Pinterest. The ideal freelancer for this job should have the following skills and experience: - Proficiency in using for automation. - Extensive knowledge of social media platforms, including Facebook, Telegram, Discord, and Pinterest. - Experience in automating tasks across multiple social media platforms. - Understanding synchronous operations to facilitate simultaneous content publishing. By integrating all these platforms, I am confident we can increase efficiency and reach a wider audience. Efficiency and accuracy are paramount in this operation, and I'm looking forward to collaborating with a freelancer who exhibits these qua...

    $82 (Avg Bid)
    $82 平均报价
    5 个竞标

    I am seeking an expert in warehouse ma...system for handling returned goods that is efficient and customer-friendly is needed. Additionally, the warehouse's primary purpose will be storage and inventory management. Therefore, the project requires a keen understanding of warehouse storage systems and concepts. The project does not mandate the type of inventory system, and I'm open to suggestions if you have expertise in First In First Out (FIFO), Last In First Out (LIFO), or Just-In-Time (JIT) systems. Ideal candidates will have exceptional knowledge in warehouse management systems and proven experience in policy and procedure development, inventory management, and safety protocol enforcement. Your bid should convince me that you can deliver an efficient and safe inventor...

    $250 - $750
    加急 加封
    $250 - $750
    47 个竞标

    ...aim here is to ensure API functionality. Scope necessary for the role includes: - Configure an existing tool to test all of our API endpoints. - Checking and guaranteeing the functionality of the API. - Proficiency in at least one API testing tool The API in question is used as a files check layer before uploading to S3. The users can upload files, list, download, and more. The API allow synchronous requests and async requests. We need to automate the testing in order to answer the following questions. - Are all the endpoints of the API working? - How much time is taking every endpoint (average time maybe)? - What was the output of the tested endpoints? Experience in API testing is preferred. A meticulous approach to testing and a keen eye for detail will be invaluable for t...

    $580 (Avg Bid)
    $580 平均报价
    50 个竞标

    ...input with corresponding output adjustments. **Ideal Skills and Experience:** - Proficient in electrical or electronic engineering with a focus on hardware development. - Experience in designing and implementing simple communication protocols. - Knowledgeable in handling digital signals, specifically within input/output control systems. - Skilled in creating systems that ensure reliable and synchronous operation between interconnected devices. The ideal candidate for this project should have a strong background in both hardware and software aspects of electronic devices, with specific experience in the synchronization of input/output states. Familiarity with designing for negative signaling in digital systems would be highly beneficial. Passionate about creating innovative a...

    $545 (Avg Bid)
    $545 平均报价
    33 个竞标

    ...the First-In, First-Out (FIFO) method for Cryptocurrencies and Stocks. This project aims to ensure accurate and law-compliant tax reporting, spanning income tax, capital gains tax, and dividend tax calculations. The outcome should be an Excel sheet. We have a few thousand transactions. **Ideal Skills and Experience:** - Expertise in German tax laws and regulations - Proficiency with the FIFO accounting method - Experience with cryptocurrency and stock market transactions - Ability to calculate income tax, capital gains tax, and dividend tax accurately - Knowledge of financial software or tools for efficient tax calculation **Requirements:** - Analyze and organize financial transactions for both cryptocurrencies and stocks - Calculate tax liabilities based on the FIF...

    $481 (Avg Bid)
    $481 平均报价
    12 个竞标

    I need a dedicated WordP...the course icon is added to the carousel. User must be able to click left and right to view their courses Engagement: this section is for shortcuts for the plugins that we will be integrating: - Progress Check: Feature that allows both the students and teachers to check and track progress. - Course Certificate: Automated course completion certifications. - Zoom Meeting: Integrating Zoom for synchronous learning. - Internal Chat: A built-in platform for effective communication amongst students and teachers. Accordion: This part hides Timeline, Events, Calendar until they are selected Please study this link: because we need the dashoboard to be exactly like that. Please apply with your correct offer and time. This is urgent.

    $164 (Avg Bid)
    $164 平均报价
    85 个竞标

    ...Excel. The selected freelancer is expected to: - Effectively perform data manipulation and analysis. - Program and implement custom macros to enhance productivity. - Integrate data sorting and filtering functionalities into the macros. I need a macro written to take a bunch of foreign exchange buys (ordered by date) and a bunch of sells (ordered by date) and calculate profit and loss based on FIFO method. It will need to allow for future entries. It will also need to keep a running balance of which line item has been exhausted to zero and what still has a non zero balance. For example, 1/1/23 bought 100,000 USD/GBP at 1.20 5/3/23 bought 25,000 USD/GBP at 1.22 4/9/23 sold 30,000 USD/GBP at 1.21 10/10/23 bought 15,000 USD/GBP at 1.15 10/12/23 sold 95,000 USD/GBP at...

    $104 (Avg Bid)
    $104 平均报价
    33 个竞标

    I'm seeking a highly skilled freelancer to develop an intermediate-level simulink model for a wind-driven self-excited synchronous reluctance generator with a damper windings focusing on variable speed control, power output analysis and qd0 model of the generator. **Key Features to Include:** - **Variable Speed Control:** Implement a robust method allowing for the efficient management of generator speed in varying wind conditions. - **Power Output Analysis:** Develop functionality to analyze and report the generator's power output, optimizing it for various operational scenarios. **Development Platform:** The model should be developed using Simulink. Familiarity with MATLAB for supporting tasks is also expected. **Ideal Skills and Experience:** - Proven experience in...

    $154 (Avg Bid)
    $154 平均报价
    12 个竞标
    Laravel Developer Needed 已经结束 left

    I'm in need of an experienced Laravel developer. Skills that are crucial for this project include: - Proficient in Laravel (version not specified; latest stable or LTS preferred) - Solid experience in PHP and MVC frameworks - Familiar with front-end technologies (HTML, CSS, JavaScript) - Ability to integrate databases and multiple data sources into one system - Understanding of the full synchronous behavior of PHP - Writing and maintaining efficient, reusable, and reliable PHP code - Knowledge of object-oriented PHP programming - Managing hosting environment, including database administration and scaling an application to support load changes Ideal Experience: - Previous work on high-traffic web applications - Portfolio with Laravel-based projects - Version control tools and...

    $1128 (Avg Bid)
    $1128 平均报价
    256 个竞标

    I'm seeking an experienced translator to provide English to Swedish Subtitle (SRT) translation. **Ideal Candidate:** - Proficient in English and Swedish - Experienced in SRT file creation - Reliable and can deliver ASAP **Skills...experienced translator to provide English to Swedish Subtitle (SRT) translation. **Ideal Candidate:** - Proficient in English and Swedish - Experienced in SRT file creation - Reliable and can deliver ASAP **Skills Required:** - Translation expertise (Eng-Swe) - Subtitling & timing proficiency **Project Expectations:** - Accurate and culturally appropriate translations - Creation of clear and synchronous subtitles - Deliver fully-completed SRT files I anticipate bids from individuals who exemplify dedication, efficiency, and exceptional tra...

    $18 / hr (Avg Bid)
    $18 / hr 平均报价
    29 个竞标

    ...fascinating venture that demands the seamless integration of an AWS SQS standard queue with a FIFO queue and seek the skills of an adept individual (or team). Here’s what I aim to accomplish: - Implement a system for **message ordering**, ensuring that our messaging sequence is preserved from production to processing. - Achieve **message deduplication** to prevent the same message from being delivered more than once, which is crucial for our operations. - Address scalability concerns to handle the varying load of messages with efficiency and reliability. Further, my vision includes advanced features: - **Message Transformation**: Adjusting the content or format of messages before they land in the FIFO queue. - **Message Filtering**: Selectively determining which m...

    $30 (Avg Bid)
    $30 平均报价
    5 个竞标

    I've lost my license and need someone who is free mornings to pick my daughter & me up, drop her off at school and then drop me back home. • From Nollamara to Tuart Hill return • 8-12 min drive each way depending on traffic • 3 days per week (wed/thurs/fri) and it'll be 2 weeks on, 1 week off as my FIFO partner will be home every 3rd week. • Pick up from Nollamara can be anytime between 8am-8.20am as long as we drop off in Tuart Hill by 8.30am Uber allows pre-booking for the week at $20 each day but I'd prefer the same person so as to have a routine so I think $25 a day is reasonable / $75 a week Start date will be Thursday 8th February Any questions please ask

    $20 - $163
    本地
    $20 - $163
    0 个竞标
    Core & Advanced php 已经结束 left

    ...solutions {{may include databases, key-value stores, blob stores, etc.}} Skills And Qualifications Strong knowledge of PHP web frameworks {{such as Laravel, Yii, etc depending on your technology stack}} Understanding the fully synchronous behavior of PHP Understanding of MVC design patterns Basic understanding of front-end technologies, such as JavaScript, HTML5, and CSS3 Knowledge of object-oriented PHP programming Understanding accessibility and security compliance. Strong knowledge of the common PHP or web server exploits and their solutions Understanding fundamental design principles behind a scalable application User authentication and authorization between multiple systems, servers, and environments Integration of multiple data sources and databases into one ...

    $12 / hr (Avg Bid)
    $12 / hr 平均报价
    14 个竞标
    Linux CentOS Hack Inquiry 已经结束 left

    ...java 21081 fbfashio 1w CHR 1,3 0t0 1028 /dev/null java 21081 fbfashio 2w CHR 1,3 0t0 1028 /dev/null java 21081 fbfashio 3w FIFO 0,9 0t0 4006733 pipe java 21081 fbfashio 4u a_inode 0,10 0 6433 [eventpoll] java 21081 fbfashio 5r FIFO 0,9 0t0 4007515 pipe java 21081 fbfashio 6w FIFO 0,9 0t0 4007515 pipe java 21081 fbfashio 7r FIFO 0,9 0t0 4009558 pipe java 21081 fbfashio 8w FIFO 0,9 0t0 4009558 pipe java 21081 fbfashio 9u a_inode 0,10 0 6433 [eventfd] java 21081 fbfashio 10u ...

    $62 (Avg Bid)
    $62 平均报价
    9 个竞标

    I am in need of an experienced electrical engineer who can assist in designing a synchronous reluctance motor for an electric vehicle. Here are my specific needs for this project: * Expertise in motor design, specifically with synchronous reluctance motors. * The motor should be designed to produce enough power to efficiently run an electric vehicle, however, the exact power requirements are yet to be determined. * The voltage range of the motor is still not decided, so flexibility in this aspect will be highly appreciated. Experience in designing motors for a range of voltage levels would be advantageous. * Proficiency in CAD software or similar for the design process. * A solid understanding of EVs, specifically how their power systems operate. This project ...

    $11 (Avg Bid)
    $11 平均报价
    4 个竞标

    I am looking for a freelancer who can assist with troubleshooting our Zoho One system and reso...used for inventory valuation was different i.e. the Cost of Goods Sold account was chosen and not the COGS - CE Decking account. This has resulted in discrepancies with the different COGS accounts. It is most likely that they have posted other inventory adjustments with the wrong valuation account. Have you gone through the accounts used for valuation for all the line items with the help of the FIFO cost lot tracking report and checked if each line item matches with the line item in the invoice journal amount? This is a necessary step to match up the right COG and delete the other record. Without doing this, you'll continue having the same issue as you have two different COG for th...

    $782 (Avg Bid)
    $782 平均报价
    21 个竞标
    Trophy icon Business Logo Design 已经结束 left

    ...feeling into the logo - Knowledge of current design trends in the technology industry - Proficiency in graphic design software and tools Contest Holder · 24 minutes ago Merry Christmas to everyone! Sorry, the text above was automatically generated by the Freelancer platform. I would like to add: My project is named "InterpretBot," which is a ChatGPT AI software project for interpretation. Please design the logo so that it can be used in combination with both image and text, or each can be used separately. Our company's logo is "AUPOD," I uploaded the company LOGO below for reference. InterpretBot is our company's project, and the company has decided to design a separate logo for it. I add more: "Interpret" ref...

    $53 (Avg Bid)
    加保
    $53
    647 项参赛作品

    ...pressure and temperature as compensated double values. The library must have methods for the following functions: Software reset the chip. Set the operating modes - stand by, one shot, FIFO. Set the measurement data type(s) - Pressure only or pressure and temperature. Set the pressure data sample rate. Set the temperature sample ratio. Set the interrupt mode. Set the interrupt pressure threshold. Set the interrupt high threshold. Set the interrupt low threshold. Cleat the interrupt (read the status register, return byte). Set the interrupt callback function. Set the FIFO mode. Burst read (multi-byte mode) the FIFO into a buffer and return the count of values. Methods to read/write, read, write as applicable for all registers. Documentation: - Basic comments within ...

    $630 (Avg Bid)
    $630 平均报价
    26 个竞标

    ...Our codebase is primarily synchronous, but we've recently started integrating async/await for certain I/O-bound operations (specifically with InfluxDB). However, I've run into the "async contagion" issue where converting one function to async leads to a chain reaction requiring many other functions up the call chain to also become asynchronous. This is causing significant refactoring challenges. I'm looking for insights or best practices on how to smoothly transition a large, synchronous codebase to incorporate async/await, particularly in the context of database operations. Here are some specific points I'm curious about: What strategies can be employed to manage the transition without having to refactor the entire codebase at once? Are t...

    $116 (Avg Bid)
    $116 平均报价
    25 个竞标

    The task involves designing a synchronous counter circuit using the SN74LS175 module to generate a specified number sequence. The circuit must be asynchronously resettable and display the output using a seven-segment display. There should be no switching network between the D flip-flop outputs and the seven-segment decoder inputs. The counting sequence is realized through a switching network at the D flip-flop inputs, determining the next state based on the current states. Testing can be done using a provided seven-segment decoder and display in the laboratory. In Logisim, use the 'Hexadecimal Display' element for counter state visualization, as it already includes the seven-segment decoder.

    $16 / hr (Avg Bid)
    $16 / hr 平均报价
    9 个竞标

    I am looking for a freelancer who can build an advanced electric motor control simulation using Matlab Simulink. The simulation should focus on a 3 phase permanent magnetic synchronous motor, inverter and battery Skills and Experience: - Proficiency in Matlab Simulink - Experience in building advanced permanent magnetic electric motor control simulations - experience on inverter PWM operations

    $1054 (Avg Bid)
    $1054 平均报价
    32 个竞标
    Janusgraph Expert -- 2 已经结束 left

    ...integrations Planning and Design: a. Select the datastore (HBase or Cassandra) after analysing performance and scalability b. Define the JanusGraph schema, data model, and query patterns c. Plan data migration strategy and sequence from Elasticsearch to JanusGraph d. Design the algorithm for relationship creation between Main party and Other party e. Evaluate visualization libraries and choose the most appropriate for the Link Analysis chart f. Create a project timeline and resource allocation plan Implementation: a. Install and configure JanusGraph 1.0.0-rc2 with the selected datastore b. Set up the Elasticsearch-JanusGraph connector c. Write scripts or develop a tool to migrate data from Elasticsearch to JanusGraph d. Create indexes (BTR, FIFO, etc...

    $300 (Avg Bid)
    $300 平均报价
    1 个竞标
    Janusgraph Expert 已经结束 left

    ...integrations Planning and Design: a. Select the datastore (HBase or Cassandra) after analysing performance and scalability b. Define the JanusGraph schema, data model, and query patterns c. Plan data migration strategy and sequence from Elasticsearch to JanusGraph d. Design the algorithm for relationship creation between Main party and Other party e. Evaluate visualization libraries and choose the most appropriate for the Link Analysis chart f. Create a project timeline and resource allocation plan Implementation: a. Install and configure JanusGraph 1.0.0-rc2 with the selected datastore b. Set up the Elasticsearch-JanusGraph connector c. Write scripts or develop a tool to migrate data from Elasticsearch to JanusGraph d. Create indexes (BTR, FIFO, etc...

    $84 (Avg Bid)
    $84 平均报价
    1 个竞标

    ...loans repayments on loan repayment schedules on a 'First In First Out' (FIFO) basis. Tables involved: 1. TblLoans (which contains the list of loans) 2. TblLoansRepaymentSchedules (which contains the loan repayment schedules) 3. TblReceiptsLoans (which contains the loan repayments) 4. TblReceiptsLoansSub (which will contain the result of the allocations of the loans repayments on the repayment schedule on a FIFO basis) Approach: 1. The script will iterate from the first to the last loan in TblLoans. 2. For each loan, it will iterate from the first to the last repayment in TblReceiptsLoans. 3. For each repayment, it will look up the loans repayment schedules in TblLoansRepaymentSchedules, allocating the repayments on a FIFO basis and finally inserting t...

    $71 (Avg Bid)
    $71 平均报价
    11 个竞标

    ...components. 6. Troubleshooting: Identify, diagnose, and resolve firmware issues in a timely manner. 7. Compliance: Adhere to industry standards and company policies throughout the firmware development process. Requirements: - Well versed using the Microchip dsPIC33 microcontrollers - Experience with Espressif ESP32 S series microcontrollers - Proven expertise in digital power control (synchronous buck, boost, etc). - Proficiency in SPI, I2C, WiFi, Ethernet, and Bluetooth protocols. - Experience with real-time operating systems. - Knowledge of secure coding practices. - Strong programming skills in C/C++. - Familiarity with version control tools like Git. We are looking for an individual with expert-level proficiency in C/C++ programming. The ideal candidate should hav...

    $1212 (Avg Bid)
    $1212 平均报价
    10 个竞标

    Purpose To develop a synchronous inter-process communication through the use of both fork(), pipe(), and exec() system calls. For this exercise only ordinary pipes are to be used. What to Do You are to develop a producer/consumer application. Both the C programming language and any distribution of the Linux operating system are to be used. Your solution must be structured as a set of services. The core service is the inter-process communication which it is referred here as the producer/consumer service.

    $141 (Avg Bid)
    $141 平均报价
    10 个竞标
    online digital art 已经结束 left

    hi, i am looking for someone to create a single A4 digital piece of artwork which combines the idea of mental health and FIFO work. i had ideas of sad eyes or emotional eyes with people with suitcases walking away, or areoplanes flying out. although i am open to ideas :) honestly just has to combine images of mental health and aeroplanes leaving or people leaving with suitcases, but has to be quite powerful, for a cover image :))

    $23 (Avg Bid)
    $23 平均报价
    28 个竞标
    Creating a pipe 已经结束 left

    To develop a synchronous inter-process communication through the use of fork(), pipe(), and exec() system calls. For this exercise, only ordinary pipes are to be used.

    $15 (Avg Bid)
    $15 平均报价
    2 个竞标

    I am looking for a developer to help me with a project that involves developing a synchronous interprocess communication using the fork() and pipe functions in the C programming language. Specific requirements for the pipe implementation are not necessary, but I have a general idea of how I want it to work. I would like the project to be completed within 7 days, so a quick turnaround time is important. Ideal skills and experience for this job include: - Strong proficiency in C programming language - Knowledge of interprocess communication and the fork() and pipe functions - Ability to work efficiently and meet tight deadlines

    $24 (Avg Bid)
    $24 平均报价
    8 个竞标
    web development 已经结束 left

    saya mencari web development yang ahli dalam bahasa pemrograman php framework codeigneter 3 untuk membantu saya dalam mengembangkan webs...yang ahli dalam bahasa pemrograman php framework codeigneter 3 untuk membantu saya dalam mengembangkan website skripsi yang saya buat, agar sesuai dengan konsep judul skripsi saya. #catatan 1 : konsep judul skripsi saya adalah "Merancang aplikasi penjualan dengan Metode First In First Out (FIFO)" dimana barang yang pertama dibeli maka barang itu yang harus dijual terlebih dahulu. #catatan 2 : aplikasi sudah jadi hanya perlu di kembangkan dan di edit beberapa kodingan agar sesuai dengan konsep metode FIFO di #catatan 1 #catatan 3 : sebelum nge bid project ini wajib memahami #catatan 1 dan 2 #catatan 4 : wajib sertakan no hp a...

    $23 (Avg Bid)
    $23 平均报价
    9 个竞标

    I am looking for a developer to help me with a project that involves developing a synchronous interprocess communication using the fork() and pipe functions in the C programming language. Specific requirements for the pipe implementation are not necessary, but I have a general idea of how I want it to work. I would like the project to be completed within 7 days, so a quick turnaround time is important. Ideal skills and experience for this job include: - Strong proficiency in C programming language - Knowledge of interprocess communication and the fork() and pipe functions - Ability to work efficiently and meet tight deadlines

    $34 (Avg Bid)
    $34 平均报价
    5 个竞标