-
哈夫曼实现文件无损压缩
利用哈夫曼树实现文件地无损压缩,解压,使用java实现。进行测试时,需要输入压缩前,压缩后文件的文件目录。为了验证是无损压缩,还加了一步,将压缩后的文件再进行解压,看是否跟原文件一致。文件内容仅限大小写字母。
- 2022-07-21 15:43:38下载
- 积分:1
-
okHttp例子
应用背景okHttp是安卓开发的网络请求开源包,便于集成,使用非常方便。如果你在安卓开发的时候需要使用一款开源的网络请求资源包,okhttp一定是最优选择。关键技术okHttp-master是安卓开发的网络请求开源包,okhttp一定是最优选择。okhttp使用java技术开发,对并发连接池、请求优先级设定都做了完善
- 2023-02-26 13:35:04下载
- 积分:1
-
in one category to another category to use the method, usually in the paper : th...
在一个类中要用到另一个类的方法,通常是在文件 ∶ 头import进来,然后在用到时再new一个对象,我现在 ∶ 希望我的一个类里有一个方法,该方法接受一个类名和 ∶ 一个方法名,然后在在程序中动态的调用其他类的方法 ∶ 而不要在文件头import该类,免得每引用一个类的方法就要 ∶ 从新编译,如何实现呢? ∶ 另外在java里调c++的dll文件我也没试通,请各位大虾 ∶ 指教! ∶ 多谢,多谢! -in one category to another category to use the method, usually in the paper : the first import coming, and then used again when a new object, I now : I hope there are a category of a method to accept a name and category : a method name, and then in the process of dynamic call other categories of methods : instead of the first import of such documents, to avoid every kind of a quote we should approach : new compiler, and how to realize? : Another java Lane in the c-dll file I have not had a trial, please prawns : enlighten! : Thank you, Thank you!
- 2022-07-16 18:12:10下载
- 积分: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
-
关于计步器的圆形UI界面
只有最简单的步数设置,界面是橙色的,非常好看,可以参考
- 2022-07-06 11:50:44下载
- 积分:1
-
daocrud
android的DAO操作(provider带观察者模式)(
The DAO android operating (provider with observer pattern))
- 2013-12-14 00:57:35下载
- 积分:1
-
一个SpringMVC+myBatis+easyUI例子
应用背景自带权限的程序,部署tomcat jboss,运行环境jdk1.6以上自带权限的程序,部署tomcat jboss,运行环境jdk1.6以上关键技术一个SpringMVC+myBatis+easyUI一个SpringMVC+myBatis+easyUI一个SpringMVC+myBatis+easyUI一个SpringMVC+myBatis+easyUI
- 2022-12-27 09:45:05下载
- 积分:1
-
微信公众号获取用户openId及用户信息
在开发微信公众号时,一旦用户关注了微信公众号,用户后续的操作已经跟用户的信息进行了绑定,那这些绑定的信息其它是通过OpenId进行的,每个用户关注不同的微信公众号时会产生唯一且不同的OpenId, OpenId相应于用户唯一主键
- 2018-03-07下载
- 积分:1
-
MySlideMenu
Android滑动菜单+-+实现手动、自动滚动视图(Android sliding menu+-+ realize manual and automatic scrolling view)
- 2013-06-05 11:29:17下载
- 积分:1
-
Hibernate configuration as two tables with a table ID, that is two tables share...
Hibernate配置两表用一个表做为ID,也即两表共享一个ID表.-Hibernate configuration as two tables with a table ID, that is two tables share an ID table.
- 2023-03-23 20:15:04下载
- 积分:1