联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 硬件设计(380) 

[硬件设计] ES-Project

创建了一个电池供电的LED灯,带有Arduino UNO,由电视遥控器控制。它具有4个白色LED和1个多色LED,具有顺序照明、颜色循环和调光功能。该项目涉及电路设计和编程,提高了我在微控制器使用和电子学方面的技能。
Created a battery-powered LED lamp with an Arduino UNO, controlled by a TV remote. It featured 4 white LEDs and 1 multi-color LED, with functions for sequential lighting, color cycling, and dimming. The project involved circuit design and programming, improving my skills in microcontroller use and electronics. (2024-05-19, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1716062664936343.html

[硬件设计] Tic-Tac-Toe-Game-TM4C123

该项目在TM4C123微控制器上实现了经典的Tic Tac Toe游戏。游戏被设计为使用连接到微控制器的简单用户界面来玩,提供了一种有趣的交互式方法来参与嵌入式系统编程。
This project implements the classic Tic Tac Toe game on the TM4C123 microcontroller. The game is designed to be played using a simple user interface connected to the microcontroller, providing a fun and interactive way to engage with embedded systems programming. (2024-05-19, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1716062640659289.html

[硬件设计] HalfAdder

该项目是一个基于Java的半加法器电路模拟,使用面向对象的编程原则,特别是利用接口来定义常见行为。半加法器电路是数字逻辑设计中的一个基本构建块,用于执行两个位的二进制加法。
This project is a Java-based simulation of a half adder circuit using object-oriented programming principles, specifically leveraging interfaces for defining common behavior. The half adder circuit is a fundamental building block in digital logic design, used to perform binary addition of two bits. (2024-05-17, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1715911505555037.html

[硬件设计] Interactive-Drawing-with-Arduino

使用Arduino的交互式绘图融合了艺术和技术,将操纵杆或触摸屏等设备的输入转换为艺术输出。使用操纵杆控制笔或直接在数字显示器上绘图。这些项目是教育性的,提高了电子和编程技能,同时使艺术充满活力和乐趣!
Interactive drawing with Arduino blends art and tech, transforming inputs from devices like joysticks or touch screens into artistic outputs. Use a joystick to control a pen or draw directly on a digital display. These projects are educational, enhancing skills in electronics and programming, while making art dynamic and fun! (2024-05-04, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714833174632674.html

[硬件设计] learing-c-with-me

C是一种命令式过程语言,支持结构化编程、词法变量范围和递归,具有静态类型系统。它被设计为提供对内存和语言结构的低级访问,这些结构有效地映射到机器指令,所有这些都具有最小的运行时支持。
C is an imperative procedural language, supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. (2024-05-03, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714711195474342.html

[硬件设计] learing-go-with-me

Go是一种静态类型的编译高级编程语言,由Robert Griesemer、Rob Pike和Ken Thompson在Google设计。它在语法上类似于C,但也具有内存安全、垃圾收集、结构类型和CSP风格的并发性。
Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but also has memory safety, garbage collection, structural typing, and CSP-style concurrency. (2024-05-03, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714711189216781.html

[硬件设计] Venturi-System-mini-project

文丘里系统项目是一种用于测量和控制配水的工具,旨在减少浪费并防止管道系统泄漏等事故。Arduino-Uno微控制器被编程为监测水流并相应地控制水泵。
The Venturi System project is a tool designed to measure and control water distribution, aiming to reduce wastage and prevent accidents such as leakages in the piping system.he Arduino Uno microcontroller is programmed to monitor the water flow and control the water pump accordingly. (2024-04-28, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714287952516152.html

[硬件设计] arduino-roboticArm

该项目涉及使用Arduino微控制器控制的机械臂的设计和构造。伺服电机用于控制机械臂的运动,Arduino的可编程功能使机械臂能够移动到不同的位置。
This project involves the design and construction of a robotic arm controlled using an Arduino microcontroller. Servo motors are used to control the movements of the robotic arm, and Arduino s programmable capabilities enable the arm to move to different positions. (2024-04-25, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714017907990454.html

[硬件设计] ficient-Water-Distribution-and-Leakage-Prevention

文丘里系统项目是一种用于测量和控制配水的工具,旨在减少浪费并防止管道系统泄漏等事故。Arduino-Uno微控制器被编程为监测水流并相应地控制水泵。
The Venturi System project is a tool designed to measure and control water distribution, aiming to reduce wastage and prevent accidents such as leakages in the piping system.he Arduino Uno microcontroller is programmed to monitor the water flow and control the water pump accordingly. (2024-04-25, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714017903541423.html

[硬件设计] haxcms-party-ui

为hax.psu.edu设计的haxcms party ui web组件,为宾夕法尼亚州立大学“网络编程”(IST 256)类设计。要查看web组件源代码,请导航到src文件夹并打开haxcms-party.js。对于我的所有IST 256项目,请查看我的polaris芯片库。
haxcms-party-ui web component designed for hax.psu.edu, designed for Penn State University "Programming for the Web" (IST 256) class. To view web component source code, please navigate to src folder and open haxcms-party.js . For all of my IST 256 projects, please view my polaris-chip repository. (2024-04-07, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712437357328654.html

[硬件设计] Kl25z-labs

Kl25z实验室存储库提供了一组库,旨在学习使用各种硬件模块的NXP Kl25z微控制器的裸机编程。这些库专为学习者和爱好者设计,为微控制器基础知识和硬件接口提供实用见解
The Kl25z-labs repository offers a collection of libraries aimed at learning bare-metal programming for the NXP KL25Z microcontroller using various hardware modules. Designed for learners and enthusiasts, these libraries provide practical insights into microcontroller fundamentals and hardware interfacing (2024-03-05, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709613008948191.html

[硬件设计] ASIC_RISC-V_CONVEYOR_BELT_OBJECT_DETECTOR

通过LED和蜂鸣器,使用RTL To-GDS Flow和OpenLane,Magic Tools开发基于ASIC RISC‐V的接近检测器使用汇编C‐编程和峰值模拟来测试代码及其功能‐获得行业适用的半定制ASIC芯片
‐ Develop ASIC RISC‐V based Proximity Detector through LED and Buzzer by using RTL To GDS Flow and OpenLane, Magic Tools ‐ Used Assembly C‐Programming and Spike Simulation to Test code and its functionalities ‐ To get industry‐applicable Semi‐Custom ASIC Chip (2024-02-26, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708913276477127.html

[硬件设计] HDL-Laboratory-Module

存储库包含为满足硬件描述语言入门(CMPE 30121)课程的部分要求而创建的VHDL(VHSIC硬件描述语言)文件的集合。这些文件涵盖HDL编程的各个方面,涵盖组合电路和时序电路。
The repository contains a collection of VHDL (VHSIC Hardware Description Language) files created to fulfill the partial requirements for the course Introduction to Hardware Description Language (CMPE 30121). These files encompass various aspects of HDL programming, covering both combinational and sequential circuits. (2024-02-24, VHDL, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708747934925691.html

[硬件设计] simple_digital_design_tool

该项目使用C编程语言为电子设计自动化(EDA)提供了一个简单而有效的工具。它是为热衷于硬件设计的爱好者和学生设计的。该项目注重实用性和易用性,使用户能够:
This project offers a simple yet effective tool for Electronic Design Automation (EDA) using the C programming language. It s designed for enthusiasts and students who are taking their first steps into hardware design. With a focus on practicality and ease of use, the project enables users to: (2024-02-22, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708584527425368.html

[硬件设计] Data_structures

在IC-UNICAMP的课程中,使用C语言应用数据结构完成的工作。每个实验室都被设计为使用编程技术、TAD和数据结构(二叉树、图、堆栈队列、哈希)来解决特定的问题。
Work done in the C language applying data structures during an course at IC-UNICAMP. Each lab was designed to solve a specific problem using programming techniques, TAD, and Data Structures (Binary Tree, Graphs, Stack Queue, Hashing). (2024-02-04, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707012253997146.html

[硬件设计] ed-chat-application-using-Java-socket-programming

该基于终端的聊天应用程序旨在使用客户机-服务器体系结构促进两个用户之间的通信。该应用程序利用Java套接字编程在客户端和服务器之间建立网络连接。
This terminal-based chat application is designed to facilitate communication between two users using a client-server architecture. The application utilizes Java socket programming to establish a network connection between the client and server. (2024-01-07, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704592989536209.html

[硬件设计] stock-management

本项目是一个为硬件商店设计的库存管理系统。它允许用户管理供应库存,包括螺钉、工具、锁具设备等物品。该系统以面向对象的编程语言实现,并为员工和所有者提供不同的功能。
This project is an inventory management system designed for a hardware store. It allows users to manage supply inventory, including articles such as screws, tools, locksmithing equipment, etc. The system is implemented in an object-oriented programming language and features distinct functionalities for both employees and owners. (2023-12-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703199360845193.html

[硬件设计] ation-of-a-system-on-chip-for-EEG-pattern-on-FPGA

本文在现场可编程门阵列(FPGA)上实现了用于脑电信号分析的滤波器和特征提取器。仿真过程是使用使用Verilog的ISim完成的。所有流程都是使用Xilinx ISE Suite 14.7和Quartus prime 17.1 Lite Edition软件实现和设计的。
In this work filter & feature extractor were implemented for analyzing EEG on Field Programmable Gate Array (FPGA). The simulation process was done by using ISim which used Verilog. All processes were implemented and designed by using Xilinx ISE Suite 14.7 & Quartus prime 17.1 Lite Edition software. (2023-12-22, Verilog, 0KB, 下载1次)

http://www.pudn.com/Download/item/id/1703198407971506.html

[硬件设计] Tkinter_Socket_CN_Lab_App

实时聊天应用程序是一种客户端-服务器系统,旨在通过网络在用户之间进行无缝通信。利用套接字编程和线程,应用程序支持并发连接,允许用户参与实时消息传递、私人对话、文件共享等。
The Real-Time Chat Application is a client-server system designed for seamless communication between users over a network. Utilizing socket programming and threading, the application enables concurrent connections, allowing users to engage in real-time messaging, private conversations, file sharing etc. (2023-12-20, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703029224846323.html

[硬件设计] BelalHashmi-Assembly-Exercise-Solutions

该存储库为Bao Ji的书的后面章节中给出的练习中的大多数编程问题提供了解决方案...,
?? This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji s Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts. (2023-01-03, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694049048956882.html
总计:380