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

[嵌入式/单片机/硬件编程] -Tic-Tac-Toe-Game-in-Java-

欢迎使用我的Java Tic Tac Toe游戏实现!这个项目展示了我对Java编程和游戏开发的热情。游戏包括交互式游戏板、用户输入处理、具有挑战性的CPU对手和获胜条件检查。
Welcome to my Tic Tac Toe game implementation in Java! This project demonstrates my passion for Java programming and game development. The game includes an interactive game board, user input handling, a challenging CPU opponent, and winning condition checks. (2024-02-21, Java, 0KB, 下载0次)

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

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

这是一个以文本为输入并输出对应于该文本的位的汇编程序。
This is an assembler program that takes text as input and outputs bits that correspond to that text. (2024-01-24, Java, 0KB, 下载0次)

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

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

一种安全、类型化和可嵌入的编程语言,用于日常使用,
A safe, typed, and embeddable programming language for every day usage, (2023-10-03, Java, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] mars-control-analyzer

MARS(MIPS汇编程序和运行时模拟器)的分支,包含用于分析MIPS数据路径的控制单元的附加工具,
A fork of MARS (MIPS Assembler and Runtime Simulator) containing an additional tool for analyzing the control unit of MIPS datapath, (2023-08-17, Java, 0KB, 下载0次)

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

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

A*寻路算法,在六边形网格上使用方向来简化可能的路径。使用LibGDX以Java编程,
An A* pathfinding algorithm, on a hexagonal grid using direction to simplify possible paths. Programmed in Java with LibGDX, (2019-12-12, Java, 0KB, 下载0次)

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

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

我和我的合作伙伴为类编写的“邪恶”编程语言的(SPARC汇编)编译器,
a ( SPARC assembly) compiler for the "evil" programming language written by my partner and I for a class, (2011-06-08, Java, 0KB, 下载0次)

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

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

用于MIPS汇编语言的基于Java的汇编程序和模拟器。,
A Java based Assembler and Emulator for the MIPS assembly language., (2022-08-23, Java, 0KB, 下载0次)

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

[嵌入式/单片机/硬件编程] tals-Of-Object-Oriented-Programming-Java-intelliJ

面向对象编程基础:Java和intelliJ by Packt Publishing
Fundamentals Of Object-Oriented Programming: Java & intelliJ by Packt Publishing (2023-01-18, Java, 26KB, 下载0次)

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

[嵌入式/单片机/硬件编程] OOP-Lab-IntelliJ-course

这是意大利语面向对象编程课程的实验室会议的集合。
This is a collection of lab sessions for an Object Oriented Programming course in Italian. (2023-04-27, Java, 202KB, 下载0次)

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

[嵌入式/单片机/硬件编程] C-and-AVR

详细讲解C与嵌入式AVR编程,是国外的经典教材,内含大量示例
Explain in detail with embedded C AVR programming, foreign classic textbook, containing a large sample (2014-07-24, Java, 8663KB, 下载1次)

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

[嵌入式/单片机/硬件编程] CirclePacking-(1)

计算智能课中要求圆形packing问题这里给出了圆形packing问题的一个编程例子
Computational Intelligence lesson circular packing problem requires a programming example given here circular packing problem (2014-02-14, Java, 17963KB, 下载8次)

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

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

TMS320 系列DSP 中断矢量表的编写及链接在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。
TMS320 series of DSP interrupt vector table and link the preparation of programming in the DSP, if the user uses interrupts, you need to write interrupt service routine and interrupt vector table, and to link up with the link command. Interrupt vector table are some jump instructions, each interrupt source corresponding to a jump instruction (C54 optional multiple jump instructions), which jump instructions in sequence, the jump point to address is the start address of interrupt service routine . (2010-01-21, Java, 79KB, 下载7次)

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

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

适配器模式的例子,headfirst系列,对编程很有启发意义。
Adapter pattern example, headfirst series of programming is very instructive. (2009-11-03, Java, 4KB, 下载5次)

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

[嵌入式/单片机/硬件编程] Android-A_Programmers_Guide

Android编程手册,英文版,前面一部分与android的SDK文档差不多,后面部分比较有参看价值,具体目录见英文描述!
Android A Programmer’s Guide New York Chicago San Francisco Contents at a Glance(目录) 1 What Is Android? 2 Downloading and Installing Eclipse 3 Downloading and Installing the Android SDK 4 Exploring the Android SDK 5 Application: Hello World! 6 Using the Command-Line Tools and the Android Emulator 7 Using Intents and the Phone Dialer 8 Lists, Menus, and Other Views 9 Using the Cell Phone’s GPS Functionality 10 Using the Google API with GTalk 11 Application: Find a Friend 12 Android SDK Tool Reference (2009-03-30, Java, 3744KB, 下载66次)

http://www.pudn.com/Download/item/id/693657.html
12
总计:34