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

[操作系统开发] PetHub_

宠物集线器
PetHub (2024-06-23, Java, 0KB, 下载0次)

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

[操作系统开发] cacheSimulator

缓存存储器的循环测试性能模拟器,
A loop test performance simulator for cache memories, (2019-03-18, Java, 0KB, 下载0次)

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

[操作系统开发] perceptron

感知器,,
perceptron,, (2019-04-02, Java, 0KB, 下载0次)

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

[操作系统开发] PerlinNoise

用Java编写的Perlin噪声发生器
A Perlin noise generator written in Java (2013-12-14, Java, 0KB, 下载0次)

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

[操作系统开发] GIST-petition-server

GIST请求服务器,,
GIST-petition-server,, (2023-04-02, Java, 0KB, 下载0次)

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

[操作系统开发] Neutron

Minecraft PE的发射器和mod加载器
A launcher and mod loader for Minecraft PE (2020-02-25, Java, 0KB, 下载0次)

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

[操作系统开发] penrose-server

Penrose服务器
Penrose Server (2009-04-10, Java, 0KB, 下载0次)

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

[操作系统开发] PermissionsWrapper

权限包装器
PermissionsWrapper (2019-10-22, Java, 0KB, 下载0次)

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

[操作系统开发] pebble-image-viewer

卵石图像查看器,,
pebble-image-viewer,, (2016-10-23, Java, 0KB, 下载0次)

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

[操作系统开发] Penguin-Coders-WebApp

企鹅编码器WebApp,,
Penguin-Coders-WebApp,, (2020-07-12, Java, 0KB, 下载0次)

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

[操作系统开发] performance-mockserver

性能模拟服务器,,
performance-mockserver,, (2023-03-17, Java, 0KB, 下载0次)

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

[操作系统开发] simple-pedometer

简易计步器,,
simple-pedometer,, (2014-10-21, Java, 0KB, 下载0次)

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

[操作系统开发] pedometer

计步器,,
pedometer,, (2019-04-10, Java, 0KB, 下载0次)

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

[操作系统开发] TimestampAnalyser

分析NTFS MFT中的时间戳,以对当时可能发生的情况进行反向工程。
Analyses the time-stamps in an NTFS MFT to reverse-engineer what could have happened at those times. (2023-06-11, Java, 32KB, 下载0次)

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

[操作系统开发] NTFS-Parser

NTFS分析器
NTFS Parser (2011-11-22, Java, 5KB, 下载0次)

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

[操作系统开发] inclusive-language-ext-for-sonarqube

由于社会和语言的力量,语言和术语不断地发生变化。VMware Inclusive T...
Language and terminology undergo change on a continuous basis due to social and linguistic forces. VMware Inclusive Terminology (ITS) Extension for SonarQube is used to scan source code and other project files for presence of terms which are considered as offensive, and provides recommended alternatives.This extension scans source code for (2023-04-03, Java, 285KB, 下载0次)

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

[操作系统开发] Dijk

实验五 银行家算法实现 一、实验目的及要求: 了解掌握银行家算法,学会模拟实现资源分配,同时有要求编写和调试一个系统分配资源的简单模拟程序,观察死锁产生的条件,并使用适当的算法,有效的防止和避免死锁的发生
Master bankers algorithm, learning resources allocation simulation, simple simulation program and requirements for writing and debugging a system resource allocation, the observation deadlock conditions, and using appropriate algorithm, effectively preventing and avoiding deadlock (2013-12-27, Java, 11KB, 下载6次)

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

[操作系统开发] banker

多个进程同时运行时,系统根据各类系统资源的最大需求和各类系统的剩余资源为进程安排安全序列,使得系统能快速且安全地运行进程,不至发生死锁。银行家算法是避免死锁的主要方法
Multiple processes running at the same time, the greatest demand for various types of system resources and the remaining resources of the various systems arranged for process safety sequence, so that the system can be quickly and safely run the process, not to deadlock. The banker algorithm is the main way to avoid deadlock (2013-05-10, Java, 3KB, 下载1次)

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

[操作系统开发] philosopher

哲学家就餐问题,有左撇子,至少使用信号量、消息通信、管程三种方式之中的一种模拟哲学家就餐问题。 用一个输入变量控制是否有左撇子哲学家。如果有,其数量由随机数生成。 模拟程序分为两种情况, 可能发生死锁的情况,输出发生死锁时的资源分配状态和历史资源分配状态; 设计没有死锁发生的程序,当每个哲学家至少完成一次就餐后,输出资源分配给哲学家的当前状态和历史状态。 最好具备图形界面,动态显示哲学家就餐的过程。
Dining philosophers problem, a left-handed, at least the use of semaphores, messaging, tube three ways a simulated dining philosophers problem. With an input variable to control whether a left-handed philosopher. If there is, its numbers by random number generation. Simulation program is divided into two situations, A deadlock can occur in the case of death, when the lock output of resource allocation state and historical resource allocation state Design without a deadlock occurs when the program, each philosopher completion of at least one meal, output the resources allocated to the philosopher s current and historical status. Best to have a graphical interface, dynamic display of the dining philosophers process. (2012-06-29, Java, 13KB, 下载16次)

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

[操作系统开发] GUI

* 本章非重点,但可以串联运用前面所有的知识点.顺带理解内部类 * awt图形开发 运用. * awt有个缺点,在不同的操作系统上,显示的图形不一样. * 由于都是调用 操作系统的api,导致上面发生. * swing 可以避免这样的事情发生,但是对于事件处理还是用awt的内容
* Non-focus of this chapter, but they can use in front of all the series of knowledge points. Passing understanding of the internal type* awt graphics application development.* Awt has drawback, in different operating systems, display graphics not the same.* Due to the operation are called system api, leading to above occurred.* swing to avoid such a thing happen, but for the incident and deal with the content or use of AWT (2008-07-20, Java, 8KB, 下载3次)

http://www.pudn.com/Download/item/id/513839.html
总计:125