-
packing
说明: 用EvoHyp实现一维装箱问题的选择构造超启发式算法。(Implementation of a Selection Constructive Hyper- Heuristic using EvoHyp to solve the One-Dimensional Bin- Packing Problem)
- 2020-11-12 17:45:49下载
- 积分:1
-
Android_Map
安卓工程源码,自行车导航源码,GpsTracker源码,百度地图API-定位周边搜索POI源码,百度地图API源码,北京公交线路查询(离线),获取Gps信息的程序源码。(Android project source code, bike navigation source, GpsTracker source, Baidu map API- positioned around the search for POI source, Baidu Maps API source, Beijing bus lines query (offline), to obtain information on Open Source Gps)
- 2015-03-30 15:34:05下载
- 积分:1
-
DRWRClientV2.0_BETA
java试题,供java程序员检查自己的学习成果。班门弄斧,主要为了下载一些好的程序(java test)
- 2009-02-13 11:11:34下载
- 积分:1
-
TicketSystem_demo1
票务管理系统 可以实习会员注册 查询车票等
并可以在线购票 管理员端口 可以增加修改班次线路价钱, 修改会员级别。(Ticket management system can be registered as a member of the registration inquiries, etc.
And online ticket administrator can increase the number of changes to modify the line price, modify the membership level.)
- 2016-01-15 10:42:55下载
- 积分:1
-
qqmail
类似于发送QQ邮件的功能,可以添加正文、标题和附件。(Similar to the function of sending QQ mail, the text, the title, and the attachment can be added.)
- 2018-01-03 15:15:39下载
- 积分:1
-
fdi213b
xfs java este ora enbviar
- 2017-01-18 23:31:22下载
- 积分:1
-
zifu
这是关于java中字符串的相关代码源文件,大家可以试着下载下来学习或查阅(This is about the relevant code string java source files, you can try to download or access to learning)
- 2015-03-19 10:27:10下载
- 积分:1
-
rudp-1.2.1 (1)
可靠UDP协议实现数据传输,主要实现简单的可靠UDP数据通信,实现基本收发功能(reliable UDP use java you can use eclipse to run the object)
- 2018-01-24 13:15:48下载
- 积分:1
-
javaPmysql-
采用JAVA作为开发工具,mysql作为后台数据库。本系统具有学生基本信息管理、学生成绩信息管理、教师基本信息管理等功能。分成三大模块,每个模块都相互联系,但不相互干扰,这符合了软件模块开发的思想。 本系统完成了学生信息的查询、修改、增加、删除;教师信息的查询、修改、增加、删除以及学生成绩信息的查询、修改、增加、删除等功能。(Using JAVA as a development tool, mysql database as a background. This system has the students basic information management, information management student achievement, teachers basic information management and other functions. Divided into three modules, each linked to every other, but do not interfere with each other, in line with the idea of a software module development. The system completed the student information query, modify, add, delete teacher information query, modify, add, delete, and student achievement information, query, modify, add, delete functions.)
- 2013-10-03 22:57:49下载
- 积分:1
-
source
说明: JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1