-
Java(_)
java语言程序基本概述全集以及SDK1.6编译器的新规定
(Java language program to complete basic overview and new rules of SDK1.6 compiler
)
- 2013-09-28 19:51:34下载
- 积分:1
-
workflow
说明: 一个工作流组件(包括定义和引擎),基于xml文件,可扩展流程节点和处理(A workflow component (including the definition and engine), based on the xml file, scalable processes and processing nodes)
- 2008-10-27 12:55:35下载
- 积分:1
-
国内版
此工具仅用于压力测试,造成损失后果自负!(若不同意请勿下载)
软件是我自己写的,所以我就是原创。(This tool is only used for stress testing, causing losses at your own expense! (Do not download unless you agree)
Software is written by myself, so I am original.)
- 2020-06-16 09:00:01下载
- 积分:1
-
Corner
This is imagej plugin for image processing
- 2015-07-17 03:29:59下载
- 积分:1
-
Java
本文先简要地介绍正则表达式的入门知识,然后以Jakarta-ORO API为例介绍如何使用正则表达式。(This article first briefly describes introductory knowledge of regular expressions, and then to Jakarta-ORO API example describes how to use regular expressions.)
- 2013-10-08 23:38:50下载
- 积分:1
-
webspheremqdemo
实现Java接口的MQ编程,有读取和写到MQ队列(MQ interface to achieve Java programming, there are read and wrote MQ queue)
- 2021-04-08 09:39:00下载
- 积分:1
-
ez160
hai还是可以用的,用于电脑的最新的文件生成,常用的话是最好的(hai can still use)
- 2010-06-19 15:26:18下载
- 积分:1
-
software_design_pattern_java_example_of_the_constr
java软件设计建造模式实例.software design pattern java example of the construction.(software design pattern java example of the construction. software design pattern java example of the construction.)
- 2010-07-29 12:58:31下载
- 积分:1
-
人脸识别系统源码以及数据库(ArcSoftFaceDemo)
根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo
- 2021-05-06下载
- 积分:1
-
Compiler
LL(1)文法和预测分析方法
1.文法使用产生式来定义;
2.分别求出文法中每一个非终结符的FIRST集、FOLLOW集和SELECT集;
3.画出预测分析表;
4.判定给定的文法是否是LL(1)文法;
5.给定符号串判定是否是文法中的句子,分析过程用分析表格的方式打印出来。(LL(1) Grammar and Predictive Analysis
1. Grammar is defined by production.
2. Find out the FIRST set, FOLLOW set and SELECT set of each non-terminator in grammar.
3. Draw a forecast analysis table.
4. Determine whether a given grammar is LL(1) grammar;
5. Given a string of symbols to determine whether it is a sentence in grammar, the analysis process is printed out in the form of an analysis table.)
- 2020-06-15 22:30:02下载
- 积分:1