联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Python(156) 

[嵌入式/单片机/硬件编程] ECE-CS-250-CPU-Logisim-HW

ECE CS 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com
ECE CS generation writing generation programming coaching, code help, CS tutor, WeChat: cstutorcs Email: tutorcs@163.com (2024-04-11, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] robot-path-planner

在Lego Mindstorms EV3上使用Micropython的基于势场的路径规划机器人。CSE 4360(自主机器人设计和编程)项目
A Potential Field based Path Planner Robot using Micropython on Lego Mindstorms EV3. A project for CSE 4360 (Autonomous Robot Design and Programming) (2024-03-16, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] Hospital-Management-System-by-Python

它是python编程的基本实现,提供了对该语言的函数、循环和基本语法的理解
It is the basic implementation of python programing which provides the understanding of function , loops amd basic syntax of the language .of the (2024-03-04, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] Sumo-Robot-RTU-IZV

项目是在MicroPython的基础上编程相扑机器人,以便在32023 2024学校结束前参加RTU相扑机器人战斗...
Project is programming sumo robot on basis of MicroPython in order to participate in RTU Sumo Robot battle by the end of 32023/2024 school year. (2023-12-06, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] PythonTest_Mac_PPC

libplctag python包装器的简单GUI。专为具有PowerPC处理器的iMac G5设计。与Allen-Bradley可编程逻辑控制器通信...
Simple GUI for libplctag python wrapper. Designed for iMac G5 with PowerPC processor. Communicate with Allen Bradley programmable logic controllers (PLC). (2023-11-22, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] alx-higher_level_programming

Alx软件工程课程项目涉及更高级别的语言。高级语言是一种编程语言设计...,
Alx Software Engineering curriculum projects dealing with higher level languages. A high-level language is a programming language designed to simplify computer programming. High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU (2023-08-15, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] Computer-Simulator

模拟计算机的CPU、内存、磁盘和操作系统,允许您创建和运行简单的汇编程序。正在进行的工作。,
Simulates the CPU , Memory, Disk, and OS of a computer allowing you to create and run simple assembly programs. A work in progress., (2019-06-07, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] MIPS-Assembler-Project

使用高级编程语言(如Python)转换任何包含某些主...、...,
A simple assembler using a high-level programming language such as Python to convert any MIPS assembly program containing some of the main MIPS instructions to hexadecimal machine language or object code. (2021-01-29, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] MIPS-Assembler

将MIPS汇编“.asm”文件转换为0-1机器代码的简单汇编程序。这只是一个简单的程序,所以只是一些MIPS指令...,
Simple assembler program to convert MIPS assembly ".asm" files to 0-1 machine code. it s just a simple program so just some of MIPS instructions are available NOT all of them. (2021-04-30, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] PythonAssembler

Python MIPS汇编程序。编译给定的程序集MIPS语言代码并将其转换为机器代码。,
Python MIPS Assembler. Compile a given Assembly MIPS language code and convert it to Machine code., (2020-05-05, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] gommCompiler

一种编译器(编译为MIPS程序集),用于在Python3.5中实现的名为go--的发明编程语言。go--以g...命名...,
A compiler (compiles to MIPS assembly) for an invented programming language called go--, implemented in Python 3.5. go-- is named after go but it has far fewer features. Its actual capabilities are a lot closer to C. (2019-01-17, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] SMIP

我们正在努力创建一个教育程序,将用于帮助学生学习如何使用MIPS代码编程。我们正在使用py...,
We are working to create an educational program that will be used to help students learn how to program in MIPS code. We are using the pyspim code base to run spim through python. (2019-05-08, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] MIPS-Assembler

这是一个简化的MIPS汇编程序,它扫描.asm文件,汇编所有MIPS指令,然后创建一个具有所有t...、...,
This is a simplified MIPS Assembler which scans a .asm file, assembles all the MIPS instructions, then creates a new text file with all the assembled instruction in hexadecimal form. (2022-11-13, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] keypatch

IDA Pro的多体系结构汇编程序。由Keystone Engine.提供动力。,
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine., (2022-04-08, Python, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] Programming-Collective-Intelligence-Using-PYTHON

toby segaran《构建智能Web应用程序》一书中的核心Python编程和设计学习算法...
Core Python Programming and Designing Learning Algorithms from toby segaran s book for Building Smart Web Applications using machine learning Algorithms (2018-10-22, Python, 510KB, 下载0次)

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

[嵌入式/单片机/硬件编程] 6.19 usart_contrl

树莓派通过串口通信控制小车,python编程
Raspberry pie controls the car through serial communication (2019-06-21, Python, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1561088282654861.html
总计:156