登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Java
  2. 代码类别:Java编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. [Java 思想(第四版)]

说明:  java经典书籍《Java编程思想》,经典之作。必读书籍(Java programming ideas, classic)

1
下载
85
浏览
2021-02-18发布

2. new_Marcof

  灰色马尔可夫java源码(侵删),开源中国下载分享(Markov MCMC Grey Predict)

1
下载
95
浏览
2021-02-06发布

3. GuitarTuner1.1

  多年前完成的用于吉他调音的软件, 基本原理是利用快速傅立叶变换FFT对麦克接收到的外部声源进行频率分析, 以此确定吉他的六根弦的音准, 当时因为想用手机代替调音器, 所以用java写的, 适合对信号处理或频率分析的同学看看( )

32
下载
73
浏览
2021-02-03发布

4. pdfRenderer

  修改后的pdfrenderer 用于支持中文(modified source code to souprt chiense)

110
下载
94
浏览
2021-01-31发布

5. filtering

  用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)

89
下载
64
浏览
2021-01-15发布

6. filtering

  用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)

89
下载
93
浏览
2021-01-15发布

7. jibingspreader

  一个JAVA写的基本的疾病传播的模型,SIR模型,可进行模拟和仿真(Model, SIR model written in JAVA basic disease transmission, modeling and simulation can be performed)

19
下载
82
浏览
2021-01-13发布

8. nine

  java实现的三种九宫重排算法,图形界面实现,编译后即可运行无需其他文件(java implementation of the three Jiugong rearrangement algorithms, graphical interface to achieve, you can run the compiled file without the other)

7
下载
72
浏览
2021-01-09发布

9. JavaFCADemo200101_src

  形式概念分析,概念格算法 包含两个算法,一个算法是对给定的概念上下文数据集并生成概念格,另一个算法则是绘制出概念格的图。(This demo shows two algorithms related to Formal Concept Analysis. Algorithm one calculates all Formal Concepts contained in a given Formal Context. The second algorithm draws a Formal Concept Lattice corresponding to the given Context. The Lattice is not drawn taking any aesthetic considerations into account. This will be part of future enhancements. The program was written using Java (my first Java experience, a quite complex "Hello World").)

101
下载
79
浏览
2021-01-08发布

10. Spring+Mybatis企业应用实战

说明:  Spring+Mybatis企业应用实战(Enterprise application practice of Spring + mybatis)

1
下载
58
浏览
2021-01-07发布

11. redragon-redragon-erp-master

说明:  中小企业erp系统,java+spring+tomcat(xiaoqiye erp,java+spring+tomcat)

1
下载
60
浏览
2021-01-07发布

12. OsSimulation

  一个简单的操作系统模拟程序 java+swing 可进行一般的文件操作 进程建立及删除等(A simple operating system simulation program java+ Swing can be a general file operations, such as the process of creation and deletion)

55
下载
68
浏览
2021-01-07发布

13. LeetCode

说明:  leetcode高频面试笔试题150+道,亲身总结。(Leetcode high-frequency interview written questions 150 + personal summary.)

2
下载
83
浏览
2021-01-05发布

14. Linux命令行与shell脚本大全.第3版

说明:  java 入门到精通 从最简单的开始讲到最后的框架(java Entry to mastery Programming development)

1
下载
90
浏览
2021-01-04发布

15. Java进阶篇课设

  实现扑克牌,一副牌中抽去大小王剩下52张(如果初练也可只用1~10这40张牌),任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。每张牌必须用一次且只能用一次,如抽出的牌是3、8、8、9,那么算式为(9-8)×8×3或3×8+(9-8)或(9- 8÷8)×3等。(In order to realize playing cards, 52 cards are removed from a deck (only 40 cards can be used for the first practice). Four cards are randomly selected (called card groups). The number on the deck is calculated as 24 by adding, subtracting, multiplying and dividing (brackets can be added). Each card must be used once and only once. If the drawn card is 3, 8, 8, 9, the formula is (9-8)*8*3 or 3*8+ (9-8) or (9-8 8)*3)

1
下载
56
浏览
2020-12-31发布

16. Java进阶篇课设

说明:  实现扑克牌,一副牌中抽去大小王剩下52张(如果初练也可只用1~10这40张牌),任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24。每张牌必须用一次且只能用一次,如抽出的牌是3、8、8、9,那么算式为(9-8)×8×3或3×8+(9-8)或(9- 8÷8)×3等。(In order to realize playing cards, 52 cards are removed from a deck (only 40 cards can be used for the first practice). Four cards are randomly selected (called card groups). The number on the deck is calculated as 24 by adding, subtracting, multiplying and dividing (brackets can be added). Each card must be used once and only once. If the drawn card is 3, 8, 8, 9, the formula is (9-8)*8*3 or 3*8+ (9-8) or (9-8 8)*3)

2
下载
76
浏览
2020-12-31发布

17. smproxy

  使用移动代理CMPP2.0,3.0协议实现短信发送-Java版,使用华为smproxy.jar包(Using mobile agent CMPP2.0,3.0 protocol to send SMS to -Java version, use HUAWEI smproxy.jar package)

3
下载
163
浏览
2020-12-28发布

18. NMI

  NMI标准互信息,JAVA实现,用于重叠社区或是其他聚类评价(normal mutual information,using java language)

49
下载
125
浏览
2020-12-27发布

19. OKAir

说明:  奥凯航空内部资源管理系统 首页:登录、注册、密码修改,信息管理:数据字典资产分类、公司职员信息、系统用户。资产信息管理:资产信息管理包括:检索、新增、入库、编辑、金融资产信息管理、车辆信息管理、不动产信息管理。资产管理:资产流转管理、金融资产流转管理、不动产流转管理。(Aokai internal resource management system homepage: login, registration, password modification, information management: data dictionary asset classification, company employee information, system user. Asset information management: asset information management includes retrieval, adding, warehousing, editing, financial asset information management, vehicle information management, real estate information management. Asset management: asset circulation management, financial asset circulation management, real estate circulation management.)

1
下载
144
浏览
2020-12-25发布

20. java-paike.rar

  基于java的自动排课系统设计与实现,开发文档。(paike )

4
下载
68
浏览
2020-12-25发布