登录
首页 » Java » fdd

fdd

于 2011-08-18 发布 文件大小:7211KB
0 168
下载积分: 1 下载次数: 412

代码说明:

  android的局域网聊天的android的局域网聊天的源代码源代码(LAN chat android' s source code)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • APII
    Android应用,个人生活助手类,支持天气地点照片等状态显示与分享至微信朋友圈(Android applications, personal life helper classes to support weather locations and sharing photos and status display to the micro-channel circle of wechat)
    2013-12-01 01:42:24下载
    积分:1
  • 边界填充算法
    边界填充算法从任意点启动和油漆向外,直到到达边界用于交互式图形软件包,用户可以选择一种颜色从调色板中,选择填充基元和选择一个区域用鼠标内部点。
    2022-05-08 01:18:09下载
    积分:1
  • b
    说明:  安卓渗透工具,教学使用,严禁用于非法用途否则后果自负(Android Infiltration Tools, Teaching Use, Strictly Banned for Illegal Use Otherwise the Consequences are Owned)
    2020-06-23 12:40:01下载
    积分:1
  • FFMPEG 简单实例
    一个简单的ffmpeg实例下载 ,ffmpeg主要用于对音视频文件的处理操作。如转换格式、播放音视频、对音视频文件进行合并,切割等操作。
    2023-02-24 23:15:04下载
    积分:1
  • 班级网站我做的
    应用背景 http://yc.wjnk010.com/yccs/680.html http://yc.wjnk010.com/yccs/679.html http://yc.wjnk010.com/yczz/678.html http://yc.wjnk010.com/ychl/677.html http://yc.wjnk010.com/ycys/676.html http://yc.wjnk010.com/yccs/675.html http://yc.wjnk010.com/ycys/674.html http://yc.wjnk010.com/yccs/673.html http://yc.wjnk010.com/yczmzl/672.html http://yc.wjnk010.com/ycwh/671.html http://yc.wjnk010.com/ycwh/670.html http://yc.wjnk010.com/yccs/669.html
    2022-04-07 15:49:48下载
    积分:1
  • TestXalan
    Test Suite Source Code for Andriod.
    2013-11-21 22:02:03下载
    积分:1
  • Stegnography
    隐写术通常是经济法的社会,字面意思就是,"覆盖写作",并从希腊的语言中,在那里用这种方法意味着覆盖和图 meanswriting。隐写术被定义由马库斯 · 卡恩,如下所示,"隐写术是艺术和科学交流方式 whichhides 通信的实际存在。加密,去向敌人允许检测、 拦截和修改消息没有失声违反保证密码体制的某些安全处所,隐写术的目的是隐藏内其他无害的消息,在客场不允许任何敌人,甚至检测到第二个 messagepresent 的消息"。Steganographyis 势头,因为它得分密码,因为它使到 embedthe 秘密的消息文件来覆盖文件。隐写技术提供 morepromise 的数字图像,音频和视频处理。数据可以被隐藏在封面文件和人眼中的嵌入 techniquesuggests 将 beunable 注意到覆盖文件中的隐藏的文件。这种技术可以用于隐藏图像/音频/视频格式。< 跨度 style="font-size:12.0pt;line-height:115%;font-family:""> 信息通过在存储对于描绘/音频/视频中创建大量的冗余空间隐藏模糊化。隐写术方法的说明,转递 secretmessages 组成。这些秘密的消息通过未知的盖 carriersin 转移这种方式,嵌入的邮件文件 isundetectable 的存在。载体包括图像、 音频、 视频、 文本或代码或传输任何 otherdigitally 表示。隐藏的消息可能 beplaintext、 密码文本,或任何可以表示为比特流的东西。
    2022-06-16 16:43:56下载
    积分:1
  • CalendarDemo
    Android下的一个行事历,读写和写入实例,导入即可使用,请需要的下载(Android read and write calendar event demo,need to download)
    2014-06-18 14:18:33下载
    积分:1
  • SMPP-Gateway-System
    1. SMPP网关概述(联系dotphoenix@qq.com获取更多信息) 1.1 包含一个标准的SMPP Server(SMPP模拟器),一个SMPP Client 和 SDK 1.2 支持标准的SMPP V3.4,支持如下功能:多种bind模式,unbind,submit_sm,delivery_sm,enquire_link,generic_ack 1.3 SMPP Server可运行于LinuxWindowsOSXEmbeded Linux 1.4 SMPP Client可运行于WindowsLinuxOSXAndroidiOSEmbeded Linux 1.5 SDK支持WindowsLinuxOSXAndroidiOSEmbeded Linux,可被JavaC#C++MFCPHP等调用,并提供基于json的HTTP API 1.6 支持MYSQL和SQLITE数据库 1.7 支持自定义计费,支持自定义业务系统 1.8 支持大吞吐量(使用数据库可支持500/秒,不使用数据库可支持8000条/秒) 1.9 兼容性良好,可以和几乎所有主流和非主流的网关及客户端正常工作( SMPP Gateway System(Contact dotphoenix@qq.com to get more information) 1 Including a standard SMPP Server(SMPP Simulator),a SMPP Client and SDK 2 Implement SMPP V3.4,Support PDUs including:3 bind modes,unbind,submit_sm,delivery_sm,enquire_link,generic_ack 3 SMPP Server supported platforms: LinuxWindowsOSXEmbeded Linux 4 SMPP Client supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux 5 SDK supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux,supported languages: JavaC#C++MFCPHP,and also including HTTP API based on JSON. 6 Suppored s: MYSQLSQLITE 7 Support customizing billing system and business system 8 Small delay, good reliability and large throughput (500 PDUs/s if need ,8000 PDUs/s if no need ) 9 Good compatibility, can co-work with nearly all the mainstream and non-mainstream gateways/servers/clients )
    2016-01-18 12:37:14下载
    积分:1
  • 操作Excel之Poi视频教程
    实现操作Excel功能,具体是对jsp页面中的数据导出Excel文件,并且用户可以自己选择导出方式,模板导出和自行导出两种,模板导出后,是按照系统自己提供的Excel模板导出数据的,自行导出是用本地电脑的Excel。并且提供批量上传功能,用户通过下载模板到本地,在模板中添加数据,然后完成上传批量数据的功能。
    2022-12-23 08:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载