Boolean pspicepekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    2,000 boolean pspice tugasan ditemui, harga dalam USD

    ...implicants from a boolean sum-of-products expression is my requirement. To achieve this, I am looking for someone with: - Expertise in C programming. - Understanding of boolean algebra is preferred although not essential as the algorithm is explained in the attached document and in a video which I have linked to below. The application should be interactive and run from the command-line. Source code is preferred so I can compile for both Windows and Linux using gcc (mingw). The algorithm is iterated consensus (see attached example, and also this on youtube : ). Essentially the process is to systematically compare each string (product term) in a list of such strings and generate new strings using the consensus theorem from boolean algebra. New

    $233 (Avg Bid)
    $233 Avg Bida
    3 bida

    ...minimalist. The structure of the MySQL database is as follows: Title: Represents the title of the entry. Link: Contains the link associated with the entry. Year: Represents the year associated with the entry. Journal: A boolean field indicating whether the entry is a journal or not, distinguishing it from being just an electronic resource. Additionally, there are two sets of categories: The first set comprises 13 boolean fields. These can represent one or multiple categories within the record. The second set consists of 4 boolean fields representing chronological categories. When searching, you can input the title and select any relevant categories from the list to narrow down the search results. first do you want to search just journal...

    $175 (Avg Bid)
    $175 Avg Bida
    62 bida

    I'm seeking a highly skilled C# developer to create a tool for converting DBF file data to JSON. The key requirement is this must be achieved without using any oledb driver or provider. The data types found in these DBF files include integer, decimal, boolean and string. Though the file size was unspecified, please anticipate working with potentially large datasets. The right candidate should have: - Solid experience with C# and JSON - Previous work involving data conversion tasks - Good understanding of DBF files and their structure - Ability to work on a Windows platform In your application, please focus on your relevant past experience in similar projects. A demonstrated track record in data conversion or complex programming tasks utilizing C# will stand you in good stead ...

    $12 (Avg Bid)
    $12 Avg Bida
    5 bida

    ...next; public StackNode(T data) { = data; } } private StackNode<T> top; public T pop() { if (top == null) throw new EmptystackException(); T item = ; } top= ; return item; public void push(T item) { } StackNode<T> t = new StackNode<T>(item); = top; top= t; public T peek() { if (top== null) throw new EmptyStackException(); return ; } } public boolean isEmpty() { return top== null; } A queue can also be implemented with a linked list. In fact, they are essentially the same thing, as long as items are added and removed from opposite sides. public class MyQueue<T> { private static class QueueNode<T> { private T data; private QueueNode<T> next; public QueueNode(T data) { = data; } } private QueueNode<T> first; pri...

    $20 (Avg Bid)
    $20 Avg Bida
    9 bida

    ...COLUMN_NAME DATA_TYPE id integer first_name text last_name text Prefix text created_date timestamp without time zone last_modified_date timestamp without time zone Plus other non-relevant columns… with relevant columns of: COLUMN_NAME DATA_TYPE Id integer mfv_id () integer street text city text state text postal_code text country text state_abbreviation text is_bad boolean is_primary boolean created_date timestamp without time zone last_modified_date timestamp without time zone Plus non relevant columns… with relevant columns of: COLUMN_NAME DATA_TYPE id integer mfv_id () integer transaction_number integer amount double precision appeal_id integer campaign_id integer designation_number integer fund_name text created_date timestamp without time

    $2396 (Avg Bid)
    Ditampilkan Perjanjian Kerahsiaan
    $2396 Avg Bida
    37 bida

    I am in need of an experienced TypeScript developer who ha...that works on LocalStack (to be deployed later), where the Lambda functions are developed in TypeScript. The API is essentially a CRUD with GraphQL, which will allow creating, updating, and deleting users, in addition to listing them with sorting and filtering by any of their fields and supporting pagination. The fields are: name: string email: string date_birth: date active: boolean created_date: datetime deleted: boolean The mutations/queries you need are: getUsers(filters, sorting, page): Retrieves a list of users with support for filtering, sorting, and pagination. getUser(id): Retrieves a single user by their ID. updateUser(id, attr): Updates a user's attributes based on their ID. deleteUser(id): Delet...

    $758 (Avg Bid)
    $758 Avg Bida
    66 bida

    I am designing a computer case, and am trying to create mounting holes. I used to do 3D graphic design, but haven't used the software in 15 years, and am having difficulty getting the boolean difference mod to apply. I have two Blender files, and have attached pictures showing them. One file has 4 cylinders, and I need to cut a hole the size of the cylinders out of the bigger piece. Another file has 10 cylinders, and the 2D rectangle has no faces because I deleted some inner vertices. I need to recreate the face, and also to apply the boolean mod. I hope I explained it clearly, if you are able to help, please include the word "chair" in your bid so I know you've read the description and can complete the project for the amount bid.

    $48 (Avg Bid)
    $48 Avg Bida
    16 bida

    ...comprehensive overview of various information retrieval models. We will delve into the theoretical foundations, practical applications, and strengths and weaknesses of each model. By understanding these models, researchers and practitioners can make informed decisions when designing and implementing information retrieval systems. Scope The project will focus on the following information retrieval models: Boolean Models Vector Space Models (VSM): Probabilistic Models Learning to rank models Deep Learning Models, like DSSM Timeline The project needs to be completed ASAP. We aim to deliver a well-organized and informative overview within the shortest possible time frame. Feel free to reach out if you have any additional requirements or questions. I look forward to working on th...

    $126 (Avg Bid)
    $126 Avg Bida
    17 bida

    ..."width-class-md": "col-md-12", "field-widget":"normal-input"} {"type":"field", "field-name":"field_infra_road", "field_label":"Carretera", "field-type":"nvarchar","field-length":10, edit-"with-class-xs":"col-xs-12", "width-class-md": "col-md-12", "field-widget":"normal-input"} ] } So, You have to build a dynamic form... because we have more than 90 fields... The field types can be (nvarchar, int, boolean, files of images) The widgets can be text inputs, radio-buttons, checkboxes (for fields with multiple values), textarea and switchers... The field_title will be used to save a new re...

    $592 (Avg Bid)
    $592 Avg Bida
    82 bida

    Looking for a python person who is good at browser automation. I don't want to scrape anything. I just want to load up Twitter profile and determine if they have the message icon - see attachment I just need a function that I can pass a URL too... and it returns boolean

    $42 (Avg Bid)
    $42 Avg Bida
    12 bida

    ...deliverables are as follows: - Develop a process that checks if each email has an attachment. - If an email does have an attachment, store a boolean value in the array. - The boolean value should be added as a property to each email. - The final result should leave us with an array of emails, each with a boolean property indicating whether it had an attachment. - Experience with PHP and handling email attachments is pivotal for this task. In essence, the entire task revolves around automating the process of determining whether an email contains an attachment, and marking them appropriately. The output will be an array of emails, each annotated with a boolean value based on whether they contain attachments. If you can make it to display in 3 seconds, it wil...

    $34 (Avg Bid)
    $34 Avg Bida
    25 bida

    ...non-tech talents for fast-growing companies. ⚡Thus, I'll gladly help you source, prescreen, interview, and hire the best Experts for your company. ➡️ A few words about my professional competencies: ? I provide full-cycle HR services along with end-to-end recruiting processes, including pay-per-hire recruiting and subscription-based recruitment services with worldwide coverage. ? I'm an expert in Boolean Search, TurboHiring, AmazingHiring, and X-Ray Search. ? For posting and advertisement, I use the most popular job boards: CareerBuilder, Glassdoor, HIRED, AngelList, Indeed, XING, etc. ? The average time of closing any vacancy is 18 days: from a non-technical talent to a C-level specialist. ? I quickly fill complex vacancies. 4-5 days — and I will send you t...

    $40 / hr (Avg Bid)
    $40 / hr Avg Bida
    1 bida

    ... Time is of the essence, and I require someone who can quickly grasp what needs to be done and help me overcome specific challenges. Here's what I need help with: - Mastery of Sketching and Constraints: To refine complex sketches and ensure all constraints are met efficiently. - Proficient in Extrusion and Revolution: For creating intricate 3D shapes and parts through these techniques. - Boolean Operations Expertise: Necessary for executing flawless additions and subtractions to refine the part design. The ideal candidate should have: - Extensive experience with CATIA Part Design - Ability to troubleshoot and resolve complex design issues - A portfolio showcasing previous work with these features - Excellent communication skills to understand and execute project ...

    $35 / hr (Avg Bid)
    $35 / hr Avg Bida
    24 bida

    ...based on manual testing on returned types from server. Then I made an allRequests interface: interface allRequests { getTime: req_getTime; setEntityValue: req_setEntityValue; // ...others } Current implementation: sendRequest<T extends keyof allRequests>( data: allRequests[T]["data"], callback?: (message: { response: allRequests[T]["response"]; }) => Promisable<void> | boolean ) { // do stuff } This does work correctly if I pass in the generic. Example: sendRequest<'getTime'>({getTIme:{}}, m=>||) But otherwise the callback arg seems to be all possible values, rather than just the one matching the key. sendRequest({getTIme:{}, setEntityValue:{value:true}}, m=>||) // no error in arg1 // m is ...

    $24 (Avg Bid)
    $24 Avg Bida
    6 bida

    ...related journal entry is comprised of a debit to the bank account that is set on and a credit to the receivable account that is set on res.partner. I'm happy with the default behaviour most of the time, but I want to override those defaults under certain circumstances. In my module, I have inherited and added a custom boolean field (trust_account_deposit). I have also inherited and added two custom boolean fields - trust_bank_account and trust_receivable_account. I have added constraints so that only one account can be 'trust_bank_account' and only one can be 'trust_receivable_account', and the same account can't be both - it's either one, or the other, or neither. So far everything is working fine...I just need the override metho...

    $131 (Avg Bid)
    $131 Avg Bida
    25 bida

    ...table by transforming it into a dynamic one. The key is to have this done immediately. Here's what I need: - Sorting and filtering capabilities implemented into the table. - Pagination to enhance user experience for large data sets. - Search functionality to quickly locate specific entries within the table. While not specified, basic table columns will likely include text, number, date, and boolean types. Since these are common, the freelancer should be comfortable working with these data types. **Ideal Candidate:** - Proficiency in Laravel and its ecosystem - Strong understanding of MVC architecture - Experience with JavaScript, AJAX, and front-end frameworks (Vue.js is a plus) - Knowhow in designing responsive UI/UX - Familiarity with databases and Eloquent ORM - Abilit...

    $47 (Avg Bid)
    $47 Avg Bida
    39 bida

    ...example ?cards=AS,KD,AC,2C,KH The response needs to return a JSON that would include: the deck id (UUID) the deck properties like shuffled (boolean) and total cards remaining in this deck (integer) json Copy code { "deck_id": "a251071b-662f-44b6-ba11-e24863039c59", "shuffled": false, "remaining": 30 } Open a Deck It would return a given deck by its UUID. If the deck was not passed over or is invalid it should return an error. This method will "open the deck", meaning that it will list all cards by the order it was created. The response needs to return a JSON that would include: the deck id (UUID) the deck properties like shuffled (boolean) and total cards remaining in this deck (integer) all the remaining ...

    $18 (Avg Bid)
    $18 Avg Bida
    3 bida

    ...an Applicant Tracking System for me. Here are the details: Features needed: - Resume parsing - Applicant tracking - Interview scheduling -collect all the cv received -candidate registration to upload cv -request and track GDPR/privacy -be able to search CV with key characteristics, experience, age, location, keyword etc. -import cv from linkedin -cv parsener (need to be able to use boolean search and keywords within cvs to find the right candidates in the database) -organise different job posting -multi-post on job boards (need all the API integrations) -candidate pipeline: candidate will be grouped based on the job they applied for but will be available for any research of cv. candidate management and sourcing: manage candidate pipeline: inbox, screening, call int...

    $607 (Avg Bid)
    $607 Avg Bida
    105 bida

    ...working and a wire diagram, keep in mind the lasers are connected to a battery only so they are separate from the arduino and can be placed anywhere at any range. Here is my code: const int triggeredLED = 7; const int triggeredLED2 = 8; const int RedLED = 4; const int GreenLED = 5; const int inputPin = A0; const int speakerPin = 12; const int armButton = 6; boolean isArmed = true; boolean isTriggered = false; int buttonVal = 0; int prev_buttonVal = 0; int reading = 0; int threshold = 0; const int lowrange = 2000; const int highrange = 4000; void setup(){ pinMode(triggeredLED, OUTPUT); pinMode(triggeredLED2, OUTPUT); pinMode(RedLED, OUTPUT); pinMode(GreenLED, OUTPUT); pinMode(armButton,...

    $34 (Avg Bid)
    $34 Avg Bida
    12 bida

    I am currently working on a comprehensive literature review in the field of Health Sciences, with a specific focus on Molecular Biology. I require professional assistance with creating Excel spreadsheets with Responsibilities and requirements for a potential freelancer include: • use of boolean operators using specific search words •perform targeted literature search in google scholar, PubMed • create Excel spreadsheets with the search results

    $135 (Avg Bid)
    $135 Avg Bida
    21 bida

    I'm urgently in need of a guru in Digital Logic Design who can help me tackle problems regarding Boolean algebra, Logic gates, and combinational circuits. I'm really struggling to solve my assignment questions, and I need someone who can deliver within the next 24 hours. Could benefit from knowledge and experience in: Introoduction to Digital Logic Design 2 Binary Numbers – Number-Base Conversions, Complements 3 Binary Numbers – Signed binary numbers, binary codes, binary logic 4 Boolean Algebra and Logic Gates – Axiomatic Definitions, basic theorems and properties, Boolean Functions 5 Boolean Algebra and Logic Gates – Canonical and Standard Forms, digital logic Gates, integrated circuits 6 Gate-Level Minimization – The M...

    $26 (Avg Bid)
    $26 Avg Bida
    6 bida

    I urgently require an expert in digital logic concepts to help me with my project. I'm currently dealing with sequential circuits and need help designing a 3-bit FF E, up 1 down 0 COMPAR...help designing a 3-bit FF E, up 1 down 0 COMPARATOR USING XNOR. Key Responsibilities: - Understanding and working with Sequential circuits - Designing a 3-bit FF E up 1 down 0 COMPARATOR USING XNOR Unfortunately, I've not established the inputs yet for the 3-bit FF E, up 1 down 0 comparator using XNOR, and would like the freelancer's guidance on the same. Ideal Freelancer: - Proficient in Boolean algebra and logic gates - Solid understanding of sequential circuits - Experienced in circuit designs using XNOR logic I need this project completed ASAP, so I am looking for someone w...

    $20 (Avg Bid)
    $20 Avg Bida
    8 bida

    I am seeking a skilled app developer to design a unique iPad application specifically for iOS. This application should have the following features: - Records the nearest town or city everytime a user visits. The main purpose of our project is to log user visits. Recording this should be as simple as possible including using a dropdown and a boolean search if the user starts typing the location name. - Offers a level of precision that pinpoints the nearest town or city, but not necessarily the exact location. The ideal freelancer for this project should have substantial experience with iOS app development and location services. Knowledge about optimizing location precision would be beneficial as well. - Each month I need to download the data into Excel to analyse it

    $154 (Avg Bid)
    $154 Avg Bida
    23 bida

    ...user-friendly application. Remember, each component should be developed with security, performance, and scalability in mind. 1. Users Table - UserID: Integer (Primary Key, Auto-increment) - Email: Varchar(255) (Unique, Not Null) - PasswordHash: Varchar(255) (Not Null) - Name: Varchar(255) - Bio: Text - CreationDate: DateTime (Not Null) - LastUpdateDate: DateTime - IsEmailVerified: Boolean (Not Null, Default False) - VerificationToken: Varchar(255) - VerificationTokenExpiry: DateTime - QRCodeURL: Varchar(255) 2. Photos Table - PhotoID: Integer (Primary Key, Auto-increment) - UserID: Integer (Foreign Key - ) - PhotoURL: Varchar(255) (Not Null) - Caption: Varchar(255) - UploadDate: DateTime (Not Null) - DisplayOrder: Integer (Not Null, Default 0) -...

    $785 (Avg Bid)
    $785 Avg Bida
    34 bida

    I am looking for an Electrical Engineer with proficiency in PSpice circuit simulation to assist me with a simple design task. This simulation will be of a laser activated security system. You require knowledge of circuit simulation design on PSpice or similar software. I will need you to make a technical support of the simulation.

    $28 (Avg Bid)
    $28 Avg Bida
    10 bida

    ...it to my unique business needs. Enhancements Needed - First, there are modifications that need to be made. Particularly, I'm interested in making improvements to the user interface including formatting. It should be made more intuitive, streamlined. - Secondly, the macro should be enhanced to run a Boolean search and then generate floating shapes based on this search result. New Features Needed - I also need to have added functionality. For this project, I need the implementation of Boolean search in the macro. - Along with this, creating floating shapes based on the results of the search is crucial. The ideal freelancer for this job would preferably have advanced Excel skills, including experience with macros, and a good sense of UI design. Understanding logica...

    $134 (Avg Bid)
    $134 Avg Bida
    62 bida

    I am looking for a skilled PHP developer to build a boolean algebra simplifier website similar to this: The website should have the following features: - Simplify boolean expressions - the algebra solver only, no k map needed - Be able to random generate questions and solutions Design: - single page only, similar to the example provided, algebra solver part only. Responsiveness: - The page does not need to be responsive or mobile-friendly.

    $497 (Avg Bid)
    $497 Avg Bida
    127 bida

    I need a Excel formula that considers four different criteria. The criteria must interact with each other-- all four must be met (AND logic) in order to return a specific predetermined value (6 result values are possible dependant on the four variable inputs). The formula does not need to handle errors or unexpected values i...interact with each other-- all four must be met (AND logic) in order to return a specific predetermined value (6 result values are possible dependant on the four variable inputs). The formula does not need to handle errors or unexpected values in the criteria, as it will always deal with perfect inputs. - Must Have Skills & Experience: - Advanced Excel skills - In-depth understanding of Boolean logic - Experience with Excel's 'IF'...

    $15 (Avg Bid)
    $15 Avg Bida
    25 bida

    ...Project Details This can be custom designed in Shopify or I'd like to discuss creating this as a Custom Mechanic Task in the Mechanic App for Shopify Project Title: Manage Fulfillment Order Location Assignments - This task will provide the following configuration fields - Primary location name and US states [keyval, array, iso state codes] - Secondary location name - Test mode [boolean] - This task will run when new orders are created - IF the shipping state on an order matches one of the configured ones for the primary location, THEN set the primary location is the preferred location - ELSE set the preferred location to be the secondary location - Get the inventory for each line item at the primary and secondary locations [taking into consideration th...

    $502 (Avg Bid)
    $502 Avg Bida
    143 bida

    I am looking for a freelancer who can help me set up approximately 1500 complex keywords on Google Alerts. These keywords are in boolean logic with AND, OR, and quotation marks. I have the list of keywords in a CSV file and I would like to explore if there is an automated way to set up these alerts using the CSV file. Ultimately this list will be refreshed every month so there needs to be a mechanism for this. Requirements: - Experience with Google Alerts and setting up complex keywords - Knowledge of automation and ability to create a script for future automation (if required) - Familiarity with programming languages, preferably Python or JavaScript, but any language will work If you have the skills and experience to assist with this project, please reach out to me.

    $161 (Avg Bid)
    $161 Avg Bida
    33 bida

    The primary goals of the proj...OCR technology for text extraction and indexing from judgments. 3. Utilize advanced technologies such as vector search, Natural Language Processing (NLP), and machine learning to improve search accuracy and relevance. 4. Ensure compliance with data privacy regulations, accessibility standards, and legal requirements. 5. Advanced search options: - Implement advanced search options, including Boolean operators (AND, OR, NOT) for complex queries. - Implement vector search techniques for enhanced search accuracy and relevance. - Utilize NLP algorithms for entity recognition, sentiment analysis, auto-suggestions, semantic search, and query expansion. - Implement machine learning algorithms to improve search result ranking based on user behavior and pr...

    $584 (Avg Bid)
    $584 Avg Bida
    39 bida

    ...indexing from judgments. 4. Utilize advanced technologies such as vector search, Natural Language Processing (NLP), and machine learning to improve search accuracy and relevance. 5. Ensure compliance with data privacy regulations, accessibility standards, and legal requirements. 6. Advanced Search Filters 7. Advanced search options: - Implement advanced search options, including Boolean operators (AND, OR, NOT) for complex queries. - Implement vector search techniques for enhanced search accuracy and relevance. - Utilize NLP algorithms for entity recognition, sentiment analysis, auto-suggestions, semantic search, and query expansion. - Implement machine learning algorithms to improve search result ranking based on user behavior and preference...

    $2238 (Avg Bid)
    $2238 Avg Bida
    22 bida

    I want some professional developer who can build and API which can be integrate in both Android app and web. The API intends to check whether a bank branch is available in a particular Pincode or not by using some distance parameter. For example in AU bank we set distance parameter to 20KM and if some entered Pincode distance from nearest AU bank branch is <=20KM then the API ...which we will first set some distance parameter which will be used to check whether the distance measured from particular Pincode lies or not. The requirement: 1) We want to set a particular parameter for which if the target Pincode lies in between that range should return yes 2) It will check the distance from nearest branch available from entered Pincode 3) Should return boolean...

    $38 (Avg Bid)
    $38 Avg Bida
    9 bida

    I want to hire a python developer who can do the following: 1. Build a interface that can do a Boolean search on candidate profile basis on certain key parameters. The search should executed on multiple social media and recruitment sites basis api connection. 2. Build a candidate persona profile basis social media sentiment analysis basis.

    $349 (Avg Bid)
    $349 Avg Bida
    18 bida

    ...(Alerts/Trends) Features 1. Made that has a login page. It will also have a settings page showing the version number, profile details and logout. 2. A webhook will be used to store data in json format to the firebase database 3. The firebase database will update the app in real time 4. Data received should update/replace the current data Trends Fields Pairs - String 1h - Boolean 30 Min - Boolean 15 Min - Boolean 5 Min - Boolean 1 Min - Boolean Alerts/Trends - Alerts will only be shown as a popup with cancel button - The alert will include a pair and (Put or Call) - When alert is sent, you will have to query the database and its corresponding details. For instance Pair - EUR/USD Status - Put or Call 1h - (img UpTrend) 30 Min - (img UpTrend) 15 Min -...

    $30 (Avg Bid)
    $30 Avg Bida
    12 bida

    - I need to be able to perform an OpenProcess to 64bit and 32bit processes to read the memory with this code BOOLEAN __2___1__s( HANDLE ProcessHandle, BYTE Data[][200], INT DataSize, INT LEN[] ) { if ((0 == ProcessHandle) || (0 == Data) || (0 == DataSize)) { return 0; } DWORD dwReadableMask = (PAGE_READONLY | PAGE_READWRITE | PAGE_WRITECOPY | PAGE_EXECUTE_READ | PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_WRITECOPY); DWORD dwProtectedMask = (PAGE_GUARD | PAGE_NOACCESS); UINT_PTR ulCurrAddr = 0; BYTE* lpBuff = 0; SIZE_T ulBytesRead = 0; SYSTEM_INFO SysInfo; MEMORY_BASIC_INFORMATION Mbi; ZeroMemory(&SysInfo, sizeof(SysInf...

    $588 (Avg Bid)
    $588 Avg Bida
    11 bida

    ...the project is to design, implement, and evaluate a secure database-as-a-service system. The system should allow the user to protect its data stored in the database while utilize the cloud. Here we consider a simplified database, which only includes a single table. The table is about healthcare information and includes the following fields: ˆ First name (string) ˆ Last name (string) ˆ Gender (boolean) ˆ Age (integer) ˆ Weight (floating) 1 ˆ Height (floating) ˆ Health history (text) one important thing to keep in mind is that we do not fully trust the cloud, and assume the cloud is semi-trusted, i.e., the cloud will follow any predefined protocol, but at the same time will try its best to extract information of the database from exchanged messages. We assume the fields information...

    $67 (Avg Bid)
    $67 Avg Bida
    6 bida

    Dear developers. My goal for this project is to post images with text descriptions, including hashtags and mentions...media platforms need one-off permission from users to post data to their pages (like FB, Twitter(X) …) so our project should ask people to allow permission to post data to their pages. Post method: - Input: JSON format - PlatformID: number (what social media platform to post data) - Image: array of base64 - Hashtags: array of string - Mentions: array of string Output: JSON format - IsSuccess: boolean - Error: (leave null if request success) - Code: number (error code) - Message: string (error description) Phase 2 will be integration for Instagram, LinkedIn and Tiktok. Please write 'Human' in your first proposal to ensure y...

    $174 (Avg Bid)
    $174 Avg Bida
    19 bida

    I am looking for a skilled engineer to design a pulse transformer for my project. The transformer needs to have the following specifications: Energy Transfer: - Desired energy transfer...material such as Magnetics Inc type W toroid material ZW-43806-TC gapped to 0.030" then a stack of gapped 0.020" ZW-41406-TC gapped to 0.020" somewhere between a 2 and 4 foot length, the ultimate length I dont know, and neither are the number of windings on the primary side. -The high voltage capacitor is triggered from 60 SCRs, Philps BT-151R if you need to incorporate that into a sophisticated Pspice model running Maxwell electromagnetics simulation software etc.. If you have the expertise and experience in designing pulse transformers with the above specifications, please submit ...

    $2217 (Avg Bid)
    $2217 Avg Bida
    2 bida

    ...creation) memory address. The function of the button, on or off sets the value of the M address in the PLC iii. Develop (input) functions that connects each input box to a D (defined at creation) memory address. When the button is clicked, is asks for a value, it is displayed and applied to the D address in the PLC 2. Button types needed a. Momentary push button i. This style of button sets a boolean M address value while the button is pressed (on). Once the user releases the button, the value goes back to zero (off) b. Maintained/latching push button - Similar to the momentary push button, except the M address value will be set until the button is reset (pressed again) 3. Input and Display Boxes needed a. Input i. Text and numeric inputs – 1. When the boxes are created...

    $508 (Avg Bid)
    $508 Avg Bida
    7 bida

    ...creation) memory address. The function of the button, on or off sets the value of the M address in the PLC iii. Develop (input) functions that connects each input box to a D (defined at creation) memory address. When the button is clicked, is asks for a value, it is displayed and applied to the D address in the PLC 2. Button types needed a. Momentary push button i. This style of button sets a boolean M address value while the button is pressed (on). Once the user releases the button, the value goes back to zero (off) b. Maintained/latching push button - Similar to the momentary push button, except the M address value will be set until the button is reset (pressed again) 3. Input and Display Boxes needed a. Input i. Text and numeric inputs – 1. When the boxes are created...

    $512 (Avg Bid)
    $512 Avg Bida
    38 bida

    Speedometer with a ne...the circle are visible. When the speed is greater than 30 km/h, the interior of the circle is also drawn. The circle moves within the graphic display along the x-axis from edge to edge. The circle cannot be implemented using a texture. The thickness of points and lines must be greater than 1 pixel. Left and right turn signals displayed when the car is turning. (Turn signals are active if the boolean value of the methods () or () is true.) The user can manually activate the turn signals by pressing the arrow keys (left arrow activates the left turn signal, right arrow activates the right turn signal). (To activate the turn signals, call the method (true) or (true) in the render loop.)

    $22 (Avg Bid)
    $22 Avg Bida
    4 bida

    ...AVAILABILITY REPAYMENT OPTIONS SPECIAL OFFERS Some products have different rates / comparison rates, will require to also find a way to format the spreedsheet to capture each one of these unqiue situations. I also need the Spreadsheet with the following data and get update itself every 2nd tuesday name* string The display name of the product description* [...] brand* [...] isTailored* boolean Indicates whether the product is specifically tailored to a circumstance. In this case fees and prices are significantly negotiated depending on context. While all products are open to a degree of tailoring this flag indicates that tailoring is expected and thus that the provision of specific fees and rates is not applicable links* Links{...} lastUpdated* [...] BankingProductEligi...

    $395 (Avg Bid)
    $395 Avg Bida
    15 bida

    ...need to create same kind of function in java Below is my sample code. public class MyEvaluator { private ScriptEngine scriptEngine; public MyEvaluator() { = getScriptEngine(); } public MyStatus evaluateExpression(String expressionStr) throws ScriptException { Object stepResult = getScriptEngine().eval(expressionStr); boolean stepBoolResult = (Boolean) stepResult; return stepBoolResult ? :; } private ScriptEngine getScriptEngine() { if ( == null) { ScriptEngineManager scriptEngineManager = new ScriptEngineManager(); = (""); } return ; } ...

    $102 (Avg Bid)
    $102 Avg Bida
    8 bida

    My project is a simulation of a Wind-Diesel-Battery system using Orcad Pspice and Matlab/Simulink. The main purpose of the simulation is to to design and implement a Wind - Diesel Generator - Batteries hybrid power system that supplies communications infrastructure company remote off-grid base stations with different power sources while preventing power outages. Many of the company's base stations are located in remote areas where the energy supply is unstable or nonexistent. The power system should continuously supply the load of the communication tower. I have specific parameters set for the simulation, and I would like a the schematic and circuits files with the simulation results. With the help of a Freelancer expert, I am confident that a simulation of the system can be ...

    $145 (Avg Bid)
    $145 Avg Bida
    13 bida

    ...information about "RESIDENTIAL_MORTGAGES" products from a banking API. The update should occur every second Tuesday. Required Data Fields The spreadsheet should include the following fields for each product: Name: The display name of the product. Description: A brief description of the product. Brand: The brand associated with the product. logo: of bank/brand in relation to the product IsTailored: A boolean indicating if the product is tailored to specific circumstances. Links: Relevant links for the product. LastUpdated: The last update date of the product's information. BankingProductEligibility: Details about the eligibility criteria for the product. BankingProductFee: Information about any fees associated with the product. BankingProductLendingRateV2: Details...

    $120 (Avg Bid)
    $120 Avg Bida
    58 bida

    ...AVAILABILITY REPAYMENT OPTIONS SPECIAL OFFERS Some products have different rates / comparison rates, will require to also find a way to format the spreedsheet to capture each one of these unqiue situations. I also need the Spreadsheet with the following data and get update itself every 2nd tuesday name* string The display name of the product description* [...] brand* [...] isTailored* boolean Indicates whether the product is specifically tailored to a circumstance. In this case fees and prices are significantly negotiated depending on context. While all products are open to a degree of tailoring this flag indicates that tailoring is expected and thus that the provision of specific fees and rates is not applicable links* Links{...} lastUpdated* [...] BankingProductEligi...

    $343 (Avg Bid)
    $343 Avg Bida
    59 bida

    Please teach me how to use the boolean operators properly.

    $112 (Avg Bid)
    $112 Avg Bida
    46 bida

    Hi, I am looking for a recruiter to build a custom gpt bot. You will be required to build a custom gpt which has the following features : 1. Ability to create boolean strings (put custom examples) sales head = ((sales or business development...) and (vice president or head or director...)). This will be presented in a hyperlink format --> "Sales" OR "Marketing" OR "Business+Development"+"london" -"director" -intitle:"profiles" -inurl:"dir/+"+site:linkedin.com/in/+OR+site:linkedin.com/pub/+"Current+%2A+apple+%2A+" 2. Ability to classify companies into a. by size input : ["reliance","tcs", "flipkart","mama earth"] output : ["large", "large&qu...

    $12 (Avg Bid)
    $12 Avg Bida
    7 bida

    I am looking for an electronics engineer who specializes in circuit simulation to assist me with my project. Skills and experience required: - Strong background in circuit simulation - Proficiency in software such as LTspice or PSpice Project Requirements: - I have detailed specifications for the project that need to be followed. - The engineer will be responsible for simulating and analyzing the circuit design. - Any necessary adjustments or optimizations should be made based on the simulation results. Timeline: - The project needs to be completed within 1 day.

    $95 (Avg Bid)
    $95 Avg Bida
    24 bida