-
android source
Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
-
- 2022-02-07 20:48:23下载
- 积分:1
-
ChinaMap
类似Chinaren地图一样的图示效果,经过地图上的省份时弹出省份下属的所有地区信息,因Flash技术自己不太信息,所以决定用js来实现,经过讨论,有了大致的思路,不过制作省份的图片有些麻烦,思路是这样的:每个城市一个碎片图,用定位拼成一个中国地图,在此层里写入地区信息,鼠标经过时再做交互处理,具体请看附件里的demo实例。 (Similar Chinaren map icons like effect through the provinces on the map when the information pops up in all regions under the provinces, because Flash technology is not your own information, so I decided to use js to achieve, after discussion, have a general idea, but the production provinces picture some trouble, the idea is this: a fragment of each city map, with location makes up a Chinese map, write the information in this layer in the region, do interactive processing when the mouse passes, please see the annex of specific instances demo .)
- 2014-10-21 16:18:45下载
- 积分:1
-
ym_java-androidIM
基于android的IM聊天软件源码!!(android IM CHAT)
- 2012-01-17 09:59:25下载
- 积分:1
-
des算法C实现
#include
class SubKey{ //定义子密钥为一个类
public:
int key[8][6];
}subkey[16]; //定义子密钥对象数组
class DES{
int encipher_decipher; //判断加密还是解密
int key_in[8][8]; //用户原始输入的64位二进制数
int key_out[8][7]; //除去每行的最后一位校验位
int c0_d0[8][7]; //存储经PC-1转换后的56位数据
int c0[4][7],d0[4][7]; //分别存储c0,d0
int text[8][8]; //64位明文
int text_ip[8][8]; //经IP转换过后的明文
int A[4][8],B[4][8]; //A,B分别存储经IP转换过后明文的两部分,便于交换
int temp[8][6]; //存储经扩展置换后的48位二进制值
int temp1[8][6]; //存储和子密钥异或后的结果
int s_result[8][4]; //存储经S变换后的32位值
int text_p[8][4]; //经P置换后的32位结果
int secret_ip[8][8]; //经逆IP转换后的密文
public:
void Key_Putting();
void PC_1();
int function(int,int); //异或
void SubKey_Production();
void I
- 2022-03-28 11:19:34下载
- 积分:1
-
[安卓开源]Image(图片处理,放大,旋转,清晰度。。。。效果)
[安卓开源]Image(图片处理,放大,旋转,清晰度。。。。效果)
- 2015-03-18下载
- 积分:1
-
TabActivity
这是一个android版本的小例子,是Tab控件的简单使用,Tab控件在android系统中应用广泛,希望对大家有帮助。
- 2022-11-23 22:10:03下载
- 积分:1
-
网上书店商城
基于mvc模式下的网上购书商城,通过jsp进行编写。用JAVA+JSP+Struts2+Hibernate做的网上商城,做得比较全面,有用户模块、商品浏览...购物车模块、订单模块等,当然还有后台管理,包括管理员管理、用户管理、订单管理、..避免了传统的JSP+JAVABean开发里面JSP页面嵌入了大量的数据库操作(查询、修改、删除);
- 2022-02-09 16:08:19下载
- 积分:1
-
Job,with threadPool,can auto or by time interval execute
应用背景
任何Java程序都可以使用的一个Job接口。简单实用,可设定时间间隔毫秒数多次重复执行特定任务。
也可以定时单独执行某个任务一次。
Job,with threadPool,can auto or by time interval execute.
关键技术
//测试例子如下:
public class JobTest
{
/**
* 方法名:main
* 参数:
* @param args
*
* 返回值:void
*/
public static void main(String[] args)
{
HeartJob job = new HeartJob();
job.setTimeInterval(4000);
job.addJob();
&n
- 2022-03-31 12:23:58下载
- 积分:1
-
des算法C实现
#include#include#includevoid show1() //主界面{ printf("
*************** DES加密解密系统 ******************
"); printf(" --------------------------------------------------
"); //printf(" -------------------------------------------------
"); printf(" **************************************************
"); printf(" ** **
"); printf(" ** **
"); printf(" ** 1.加密 **
");
- 2022-01-25 13:57:51下载
- 积分:1
-
ios 圆形进度条 GoalBarGoalBar源码下载
ios 圆形进度条 GoalBarGoalBar源码下载
- 2021-01-02 16:38:57下载
- 积分:1