登录
首页 » 其他项目 » 这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA...

这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA...

于 2023-09-06 发布 文件大小:245.51 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA事业奋斗-This is a JAVA help documentation, I upload here is to help beginners a JAVA platform, Let us Java can cause to a new height, we are here for our Java enthusiasts can work together. JAVA struggle for the cause

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB FPGA digital signal processing DSP similar to the C language acronym SG,...
    MATLAB的FPGA数字信号处理程序 类似于DSP的C语言 简称SG,大家指教!! -MATLAB FPGA digital signal processing DSP similar to the C language acronym SG, we know! !
    2022-02-04 08:33:17下载
    积分:1
  • /*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的...
    /*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的角色,让电脑控制的角色每走一步都计算一次当前两者的最短距离去追赶人控制的角色。这个程序画地图的部分是得于网上的一个迷宫程序,汉字部分也是用的别别人写好的子程序。其实这个程序还不是很完善,开始做好了一个,却不知那儿弄丢了,假期因为参加电子设计大赛,都玩单片机去了,这方面的也忘差不多了,希望有兴趣的朋友能改好了发给我.我的email:xiangyuan_122@163.com*/-err
    2022-05-17 02:55:02下载
    积分:1
  • Romijn filtering using trans
    卡罗曼滤波 采用变维和交互多模算法实现机动检测-Romijn filtering using trans-dimensional and interactive mobile multi-mode detection algorithm
    2022-04-27 23:54:55下载
    积分:1
  • MATLAB Programming Guide,
    MATLAB程序设计教程》源代码-2660 MATLAB程序设计教程》源代码-2660 MATLAB程序设计教程》源代码-2660-MATLAB Programming Guide,
    2023-06-19 22:45:04下载
    积分:1
  • SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for...
    SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
    2023-04-23 16:15:03下载
    积分:1
  • 这是一个简单的法律改进,文中的程序块有程序,是个…
    这是一种改进的单纯型法,有文挡也有程序,他是老师的心血,从中你可以得到很多的知识,-This is a simple improvement of the law, the text block has procedures, he is the teacher"s efforts, from which you can get a lot of knowledge,
    2023-06-12 00:45:03下载
    积分:1
  • PSO算法程序
    一些常用的PSO算法程序,包括基本的PSO,线性变化PSO,压缩因子PSO,随机权重PSO等等,可以方便大家学习
    2022-05-20 02:00:15下载
    积分:1
  • 利用通讯录记载股票交易记录的例子自动保存查询
    利用通讯录记载股票交易记录的例子自动保存查询-Address Book records using the example of stock records automatically saved query
    2022-12-03 05:00:03下载
    积分:1
  • 注塑机生产过程的微机控制系统设计本系统设计是通过8255A并行端口A、B传输数据控制12个LED发光二级管的亮灭来模拟控制两台注塑机的生产过程。中端口A和B分...
    注塑机生产过程的微机控制系统设计本系统设计是通过8255A并行端口A、B传输数据控制12个LED发光二级管的亮灭来模拟控制两台注塑机的生产过程。其中端口A和B分别对应1号和2号注塑机,每一个LED代表一个工序。编程语言采用BORLAND C++语言。-injection molding machine of the production process computer control system design of the system design through 8255A Parallel Port A, B transmission of data control 12 LED light emitting diode to the analog-to eliminate two injection molding machine control the production process. These ports A and B respectively counterparts on the 1st and the 2nd injection molding machine, each one represented an LED processes. BORLAND programming language using C language.
    2022-04-06 16:51:07下载
    积分:1
  • (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
    (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分) -(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
    2022-08-10 15:26:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载