资源列表
ScanCtrl(高拍仪)
- 良田二次开发控件安装包 ScanCtrl(高拍仪)(Fertile land two development control installation package ScanCtrl (Gao Paiyi))
SSMjar包
- ssm框架jar包,实现登录功能的那部分(SSM framework jar package, to achieve the part of the login function)
ssm框架
- springMVC+spring+mybatis 整合demo(springMVC+spring+mybatis demo)
VoiceSynthesis
- 直接导入java 工程调用相应的方法获得token 值,直接调用即可(you can use this code ,if you hava some idear ,you can tell me)
activiti-explorer
- 【Activiti5】工作流引擎的一个事例。(An example of [Activiti5] workflow engine.)
ui
- 作为独立模块包导入即可,需要在应用根模块中引用和配置(As an independent module package import, you need to refer and configure in the application root module)
Rational
- 创建一个分数类Rational,用来执行分数的算术运算,并编写一个程序来测试该类(Create a fractional class Rational, perform arithmetic operations on fractions, and write a program to test this class)
HttpClientUtil
- httpclient方式调用restful Web Services 的几个方法(httpclient restful Web Services)
Coin
- 模拟自动售票机,实现找零,显示余额等功能。(The change of the vending machine, simulations show that the balance of functions.)
ts_131048v050100p0
- TS 131.048 Security mechanisms for the (U)SIM application toolkit; Test specification
apache-tomcat-7.0.82-windows-x64
- apache-tomcat-7.0.82-windows-x64.zip
PokerGame
- 实验2 发牌游戏 实验内容: 编写程序,项目名和类名均为PokerGame。 描述: 共有1幅扑克牌,不包括大王和小王共52张牌。 可能有n个人参与扑克游戏,2<=n<=6。 程序运行时输入n,然后52张牌分别依次分发给n个人。不能整除时,每个人的牌数可以不同,如3个人,则第1个人18张,第2个和第3个人17张牌。 发牌完成后按花色(顺序为黑桃、红心、草花、方块)和牌面大小输出每个人得到的牌。 要求: (1)使用数组存放发牌情况。 (2)编写不同方法完成不同功能。