-
Data-structure-and-algorithm-
数据结构与算法(JAVA语言版)数据结构与算法(JAVA语言版)(Data structure and algorithm (JAVA language versionData structure and algorithm (JAVA language version)
- 2014-05-26 15:29:10下载
- 积分:1
-
捕获
printf( "加载Winsock库成功
" );
printf( "调用者希望使用的Winsock版本号=%x
" , wsaData.wVersion);
printf( "加载的Winsock库所支持的最高Winsock版本号=%x
" , wsaData.wHighVersion);
printf( "wWinsock库的说明字符串=%s
" ,& wsaData.szDescription[ 0 ]);
printf( "系统状态或配置信息的说明字符串=%s
" ,& wsaData.szSystemStatus[ 0 ]);
捕获信息,TC链接
- 2022-01-26 17:27:12下载
- 积分:1
-
3DTetris_Java
用java开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于C++开发的。请在站内搜索(3D Tetris
)
- 2012-02-19 20:54:27下载
- 积分:1
-
kwxyx
这是一个基于网络的小游戏,基于java的简单的小游戏(this is a game)
- 2013-11-28 23:23:16下载
- 积分:1
-
一个可以用账号和人脸识别登录的银行系统
账号和人脸识别都可以登录系统,可收银,有仓库有收银记录,可为商品编码,可入库,也可以管理收银员,数据库中账号的密码全部以密文形式保存,但是登录是用明文,当收银员被辞退时,人脸识别库中也会自动删除该人的照片。
- 2022-04-27 04:21:07下载
- 积分:1
-
电子邮箱的开发与实现
资源描述基于邮件得协议pop3和smtp实现的电子邮箱在线发送与接收
- 2022-03-19 19:39:57下载
- 积分:1
-
时间滚轮轴
时间滚轮 代码大家可以测试下
private void showDialog() {
Builder dialog = new AlertDialog.Builder(context);
dialog.setMessage("确保你选择的时间不是过去的时间并且在三天之内");
dialog.setPositiveButton("确定", new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int i) {
dialog.dismiss();
}
});
dialog.show();
- 2022-03-23 07:58:38下载
- 积分:1
-
Cycle slip probability of the phase unrapping algorithm
Cycle slip probability of the phase unrapping algorithm-Cycle slip probability of the phase unrapp ing algorithm
- 2022-10-22 14:50:08下载
- 积分:1
-
ch02
java程序设计教程第二章例题,关于输入输出的相关代码(java programming tutorial Chapter II examples, the relevant code on the input and output)
- 2010-12-19 22:32:08下载
- 积分:1
-
commons-digester-1.7-all-src
XML转换开源包,就是让你配置一个 XML 转到 Java Object 对应的程序, 当一些 XML
中特定的属性将会触发一些被称为 rules 的动作, 有一些属性是已经被定义好了,
当然你也可以建立自己所需要的. 而 Digester 也包含了以下高级的特性 :
*能够嵌入你原本的对应方式, 而不会影响你的需求.
*自定义(Customized)的 namespace-aware 的执行, 以至于你可以定义 rules 恰当独特的 XML
命名空间.
*将所有的 Rules 放入 RuleSets 可以简单方便地重复使用在其它需要相同类型的项目之中(XML conversion open-source package, is to allow you to configure an XML to Java Object corresponding to the procedure, when a number of XML specific attributes will trigger a number of actions called rules, some properties are already defined well, of course, you can also create their own needs. and Digester also includes the following advanced features:* can be embedded in your original correspondence, rather not affect your needs.* Custom (Customized) the implementation of the namespace-aware, so that You can define rules appropriate to the unique XML namespace.* all the Rules into RuleSets can simply and easily re-use in other types of projects require the same among the)
- 2010-03-03 17:20:30下载
- 积分:1