联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找Java编程(8173) 其他(4840) android开发(3542) collect(1962) 人工智能/神经网络/深度学习(1421) 数值算法/人工智能(1205) 编辑器/阅读器(1109) 网络编程(905) WEB开发(887) 浏览器(868) 数学计算(823) Windows编程(757) 自然语言处理(693) 音频处理(678) 游戏(623) 其他小程序(541) 编译器/解释器(539) 内容生成(522) 网络编程(515) 数据库系统(483) JavaScript/JQuery(478) 多媒体编程(471) 模式识别(视觉/语音等)(455) 微服务(455) 前端开发(454) 代码编辑器(440) 中间件编程(401) 大数据(385) 代理服务器(359) J2ME(350) 单片机开发(342) 自动编程(342) 云计算(326) FaaS/Serverless(326) ICQ/即时通讯(318) 加密解密(317) 图形图象(299) 金融证券系统(293) 通讯编程(285) 搜索引擎(284) 图形图像处理(276) 调试/Bug(275) Web服务器(266) C/C++基础(259) 编程语言基础(251) 特征抽取(247) 流媒体/Mpeg4/MP4(230) 云数据库/云存储(227) Ftp服务器(219) 嵌入式/单片机/硬件编程(216) Java书籍(214) 生物医药技术(212) 聚类算法(200) 界面编程(196) GPS编程(191) 工具库(191) SQL Server(187) 虚拟/增强现实-VR/AR(187) 云原生工具(166) CA认证(161) Email客户端(158) 硬件设计(156) 处理器开发(147) 物联网(145) xml/soap/webservice(144) 智慧办公(144) Websocket编程(138) GIS/地图编程(137) 开发工具(134) Telnet客户端/Shell(132) 托管/部署(132) Docker(128) matlab编程(124) 操作系统开发(123) 直播(123) 微信小程序(121) Ajax(120) 构建工具(120) 测试(120) iPhone/iOS(116) 文章/文档(115) 物理/力学计算(113) 聊天室(112) Python编程(111) 企业管理(108) OA办公系统(107) 数据可视化(106) Java库(106) 多国语言处理(104) Redis(104) 系统/网络安全(102) TCP/IP协议栈(102) 视频/语音聊天(102) 区块链开发(102) 视频会议(98) 加密货币(95) 数据采集/爬虫(95) 自动驾驶(94) wifi(93) Oracle数据库(91) 
按平台查找All Java(53256) 

[人工智能/神经网络/深度学习] -Page-Stats--Spring-Cloud-Streams-Functions-Kafka

该应用程序旨在模拟Spring Cloud Streams与Apache Kafka的使用,包括其客户端“消费者”和“供应商”。在某种程度上,我们还将集成功能,以将数据从应用程序的控制器推送到由UI中发生的事件触发的Kafka主题。
This app aims to simulate the usage of Spring Cloud Streams with Apache Kafka, including its client Consumers and Suppliers. At a certain point, we will also integrate functionality to push data from the controller of our app to a Kafka topic, triggered by events occurring in the UI. (2024-03-13, Java, 0KB, 下载0次)

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

[其他] Basic-BlockChain

这只是java上的一个区块链实现,就像它是如何工作的,以及加密是如何发生的一样,这一次我做的只是为了获得一些知识...
This is a blockchain implementation on java , just like how it works and how encryption occurs , this one i did just to get some knowlege in java and blockchain (2023-11-07, Java, 0KB, 下载0次)

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

[Java书籍] MyBooks

你喜欢阅读吗?你总是忘记你在书的哪一页上,以及发生了什么事吗?所以这个应用程序是为你准备的。,
Do you like to read Are you always forgetting what page of the book you were in and what was happening So this app is for you., (2019-07-08, Java, 0KB, 下载0次)

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

[] DPS计算器

DPS计算器DPS计算器DPS计算器DPS计算器DPS计算器 (2022-05-24, Java, 280KB, 下载0次)

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

[其他] Bayes-master

# Bayes 用java实现的贝叶斯分类算法。用于大数据的分类。 1. 贝叶斯定理 对于事件A和事件B,满足以下关系: P(A|B)=P(B|A)P(A)/P(B) 其中P(B|A)表示事件A发生的条件下事件B发生的概率。但通常情况下,如果我们更需要知道事件B发生条件下事件A发生的概率时,贝叶斯定理就及其有用。 2. 朴素贝叶斯分类算法 朴素贝叶斯分类的正式定义如下: * 有一个待分类项,比如举个例子,它是否是程序猿。 * 有类别集合,这里可以理解为是一个人的各种特征。 * 分别计算各个特征的概率。 * 最后分析结果。比如分析出它是程序猿的概率比不是程序猿的概率大,那推测他就是。 ##本项目的要求 目前我们在网上找来了有了3万多条数据,现在需要从人的性别,年龄,是否以婚,亲戚关系等14个条件来分析一个人是否所收入能超过50K。 * 分类项C:是否工资超过50K。 * 有类集合V:人的特征,性别,年龄,是否以婚,亲戚关系等。
The requirements of this project At present, we have found more than 30 thousand data on the Internet, and now we need to analyze whether a person's income is more than 50K from 14 conditions, such as sex, age, marriage and relative relations. * taxonomy C: whether the wage is more than 50K. * class set V: human characteristics, gender, age, marriage, kinship, etc. (2018-05-14, Java, 718KB, 下载1次)

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

[Java编程] 计算器

java计算器计算器计算器计算器!!!!!!!!!!!!
The java calculator, the calculator implemented by the Java (2018-01-02, Java, 526KB, 下载2次)

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

[其他小程序] Calculator

计算器练习计算计算器练习器练习计算器练习计算器练习
calculating machine (2014-08-15, Java, 1KB, 下载6次)

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

[Java编程] javacomputer

java计算器java计算器java计算器java计算器java计算器java计算器java计算器
java calculator (2014-01-04, Java, 2KB, 下载5次)

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

[Java编程] BalanceManage

一个家庭收支管理程序,可以增加/修改/删除/查看家庭的各项收支信息。收入信息应当包括收入的人员姓名、来源(如工资等)、收入发生的日期和金额,支出信息包括支出的人员姓名、去向(如购物等)、支出发生的日期和金额。而且能够对某一段时间的收支情况进行统计
A family income and expenditure management process, you can add/modify/delete/view of the family income and expenditure information. Income information should include names of persons income, the source (such as wages, etc.), place the date and amount of income, expenditure information, including names of personnel expenditures, destination (such as shopping, etc.), the date and amount of expenditures occur. But also the income and expenditure for a period of time to make statistical (2011-01-29, Java, 76KB, 下载5次)

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

[JavaScript/JQuery] Java_Caculator

模拟仿真科学计算器计算器,类似于真是计算器
Calculator Scientific Calculator Simulation (2010-11-04, Java, 110KB, 下载23次)

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

[编译器/解释器] Cpp2

PLO编译器代码PLO编译器代码PLO编译器代码PLO编译器代码PLO编译器代码
PLO编译器代码PLO编译器代码PLO编译器代码PLO编译器代码 (2010-01-04, Java, 5KB, 下载14次)

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

[Java编程] java34893524

java计算器,计算器(模仿windows自带的计算器)
java calculator, calculator (calculator that comes with imitation windows) (2009-12-26, Java, 501KB, 下载18次)

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

[] opengl-swt

程序使用JAVA结合OpenGL做的一个产生波形图的例子,可以在正弦波和余弦波之间变换,还可设置其刷新时间
JAVA uses a combination of OpenGL do have examples of waveforms, sine and cosine can transform between waves, but also set the refresh time (2009-08-05, Java, 43KB, 下载48次)

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

[Java编程] javamediaplayer

java播放器 java播放器
java player java player (2009-01-24, Java, 522KB, 下载8次)

http://www.pudn.com/Download/item/id/635334.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

[加密解密] SHA512

本算法的输入时最大长度小于2128比特的消息串,输出是512比特的消息摘要,输入消息以1024比特的分组为单位进行处理。真实地模拟了SHA512散列函数发生器
The algorithm input is less than the maximum length of 2128-bit message string, the output is 512-bit message digest, enter the message to 1024-bit group as a unit for processing. Realistic simulation of the SHA512 hash function generator (2008-06-01, Java, 67KB, 下载75次)

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

[Windows编程] 计算器s

计算器
calculator (2005-05-18, Java, 5KB, 下载12次)

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

[其他] 计算器java

一个简单的计算器
a simple calculator (2005-02-04, Java, 43KB, 下载26次)

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

[Java编程] 简易计算器

简易的JAVA计算器
simple calculator JAVA (2004-12-11, Java, 6KB, 下载71次)

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

[Java编程] 计算器---如何设置监听器java

计算器---如何设置监听器java
calculator--- how to set up sniffers java (2004-11-22, Java, 2KB, 下载17次)

http://www.pudn.com/Download/item/id/1101099568704146.html
总计:53256