-
yizhu
该源码实现电子医嘱管理系统,可以查询、增加、修改、删除病人信息,科室信息,就诊记录信息等。(The source code for electronic prescription management system that can query, add, modify, delete patient information, department information, medical records and other information.)
- 2015-04-22 20:24:26下载
- 积分:1
-
JAVA
java学习用书,可以更好的学习java,掌握java的基础知识(java study books, you can better learn java, java master the basics)
- 2011-11-23 14:14:30下载
- 积分:1
-
hce-framework
模拟IC卡,javacard模拟的基础框架,javacard hce framework(javacard hce framework)
- 2016-03-11 09:19:15下载
- 积分:1
-
JAVA-CTPAPI-master
源码和依赖的jar包都在压缩文件里 test目录下有行情的demo,交易部分的API还没完全做好,可以连上前置和登录 这个java接口算是预览版吧(Source code and dependent jar packages are all demo in the test directory of the compressed file. The API of the transaction part is not yet complete. You can connect the pre-and login java interface as a preview version.)
- 2019-03-19 17:51:12下载
- 积分:1
-
JBOSTips
JBOS的开发新的,笔者在开发中的一些记录做了整理(JBOS the development of new, the author developed a number of records made in order)
- 2010-07-20 20:56:43下载
- 积分:1
-
miniCAD
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board.
To get full marks, you should implement to:
1.draw line, circle, rectangle, text
2.change the color of a target
3.change the position of a targets
4.change the size of a targets
5.save images as files and load a image file
All processes of changes should be visible.)
- 2020-11-18 16:09:38下载
- 积分:1
-
code
基于JAVA代码的petri网仿真软件,可进行网络图最佳路线计算(JAVA-based code petri net simulation software, which can calculate the best route for network diagrams)
- 2013-06-09 21:40:34下载
- 积分:1
-
design-documents
网页信息采集子系统:
网页采集:动态查找及实时分析新增网页,读取网页回帖信息。
网页过滤:,对获取的网页,通过网页清洗模块清除网页中的广告、导航信息、
图片、版权说明等噪声数据,萃取出相关网页的标题、正文、链接地址、采集时
间、回帖、发帖人数等数据。
网页信息预处理子系统:
网页审查脏字:主要功能包括中文分词、词性标注、命名实体识别、新词识别,
建立数据库说明每类词库,建立敏感词词库。
网页舆情监测:监测是否出现了一定影响的舆论,即回帖的回帖或支持、顶等
达到一个预先设定的阈值;
舆情分析子系统:
汇总网站舆情:汇总整个网站的舆情监控信息,自动生成报告。(Web information collection subsystem: the pages collection: dynamic lookup and real-time analysis of the new website, read pages Replies. Web filtering: to clear advertising pages, navigation information, images, copyright noise data access pages via web cleaning module, extract the relevant page title, text, link address, acquisition time, posts, posting number and other data. Web information preprocessing subsystem: Web review dirty: The main features include the Chinese word segmentation, POS tagging, named entity recognition, new word identification, to establish a database description of each type of thesaurus, and the establishment of a sensitive word thesaurus. Page opinion monitoring: monitoring whether there is a certain influence public opinion, that a reply to the post or support other top reaches a preset threshold public opinion analysis subsystems: summary website public opinion, public opinion monitoring information: summary of the entire site, automatically generate re)
- 2021-04-01 21:59:08下载
- 积分:1
-
java-learning-books
java学习书籍,java设计模式,适用于初学者,,内容详细丰富(java learning books)
- 2013-11-30 19:17:02下载
- 积分:1
-
ipdatabase-master
ipdatabase
二叉树快速搜索IP地址数据库
数据
数据源采用2015年广告协会制定的IP地址标准数据库,中国互联网广告行业统一采用的标准IP库。
原理
利用二叉树实现IP查询,首先将10进制IPV4地址转化为二进制构建二叉树,利用二叉树搜索进行搜索,查询时间复杂度log2n,比传统IP库n的查询速度高出一个量级。(Ipdatabase
Binary Tree Fast Search IP Address Database
data
The data source is the standard IP address database formulated by the Advertising Association in 2015, and the standard IP database adopted by the Internet advertising industry in China.
principle
The binary tree is used to realize IP query. Firstly, the 10-bit IPV4 address is converted into binary to construct a binary tree, and the binary tree search is used to search. The query time complexity log2n is one order of magnitude higher than that of traditional IP library n.)
- 2020-06-15 22:35:01下载
- 积分:1