-
PuzzleVersion1
基于JNI的JAVA C++混编。 在opencv的android应用。自动破解数独游戏。从摄像头获取图像后自动破解。
包含:opencv代码(c++) android代码(java)(JNI-based JAVA C++ mixed. In the opencv android applications. Automatic crack Sudoku. Automatically after the break to get images from the camera. Includes: opencv code (c++) android code (java))
- 2013-11-23 15:05:30下载
- 积分:1
-
LoginManager
软件介绍
专门为网站管理员设计的管理工具,可以让管理员非常容易的管理用户帐号,创建网站的会员保护区域,并且可以限制用户对网站安全区域的访问(Software introduction
Specially designed for the site administrator management tools, you can easily manage the user account is very easy to create a web site members to protect the area, and can limit the user access to the safe area of the site)
- 2016-05-10 18:28:35下载
- 积分:1
-
ucms
A simple open source content management system, it can be very convenient through its rapid development of a variety of enterprises, stations, articles, stations, stations, groups of systems.
The system is compatible with PHP5.2--PHP7.0 and can be used on APACHE, NGINX and IIS, and supports MySQL, SQLite, and two databases.
The background is simple, efficient, easy to use, clear structure, convenient for management and maintenance.
Multi tier columns, multi site support
Support domain name binding, each column uses separate data tables. The field is added quickly and conveniently, and can complete the construction of any column quickly.
Original pseudo static system
- 2017-09-22 15:34:48下载
- 积分:1
-
网上交易平台
基于java开发的网上商品交易平台,简单基础,适合初学者学习研究,也含有jsp.sql文件。本来想下载来自己用,但是我们的作业不让用上数据库,就传到网上给大家看看吧,还是挺不错的。JavaJavaJava!
- 2023-08-29 09:40:04下载
- 积分:1
-
简单的文本编辑器
一个简单的java文本编辑器,适合java入门朋友学习研究,通过学习这个编辑器,可以学习java的io操作,文本操作以及图形界面程序的开发。
- 2022-03-01 10:32:05下载
- 积分:1
-
AllShare
android dlna upnp基于cyberlink(android dlna upnp upnp cyberlink)
- 2014-06-11 16:52:48下载
- 积分:1
-
bootstrap-4.1.3-dist
its bootstrap html dist
- 2018-08-28 13:58:32下载
- 积分:1
-
android 广播和通知 实例源码
android 广播和通知 实例源码
- 2014-12-24下载
- 积分:1
-
非抢占式SJF
此 java 代码实现非抢占式SJF。最短作业优先 (SJF)另一个名字是短流程下的算法更好的名字有可能第一个最短的下一步 CPU 爆假设我们知道的所有准备就绪进程的下一个 CPU 突发长度cpu 突发长度的过程将继续执行,如果给定处理器和不被抢占的时间长度SJF 估计基于最近 cpu 阵阵的长度下爆裂的长度用默认值开始预期突发长度为一个新的过程假设该时间间隔是编号的 1,为第一个 cpu 破灭,第二个 cpu 爆裂等 2。默认长度是第一个 cpu 突发时间的预期长度 e (1)不同于其他的调度算法,该算法假定有关 process 突发长度的信息存储之间的时期,当它是准备好了。符合效率的需要,只有极少量的信息存储和执行只是一个简单的计算我们可以重量以前的预期 (代表所有先前爆发) 和最近爆任何两个的重量,如添加达 1,为最新的 cpu 爆裂的实际时间说 0.5 和 0.5,或此前的预期为 0.9 0.1
- 2022-03-23 10:49:22下载
- 积分:1
-
snmp4j初学代码
简单的连接snmp agent 然后get数据
在main函数中
Address targetAddress=GenericAddress.parse("udp:192.168.5.151/161");
TransportMapping transport=new DefaultUdpTransportMapping();
Snmp snmp=new Snmp(transport);
transport.listen();
CommunityTarget target=new CommunityTarget();
target.setCommunity(new OctetString("WinSpread"));
target.setAddress(targetAddress);
target.setRetries(3);
target.setTimeout(5000);
target.setVersion(1);
PDU request=new PDU();
request.setType(PDU.SET);
// request.add(new VariableBinding(new OID("IP-FORWARD-MIB::inetCidrRouteMetric4.ipv4")));
// request.add(new VariableBinding(new OID("IP-MIB::ipAdEntAddr")));
// request.add(new VariableBinding(new OID(".1.3.6.1.2.1.1.3.0")));
//
- 2022-04-07 20:38:13下载
- 积分:1