-
-
Huffman Coding
... , and
the length of the coded message in terms of number of bits,
Final Output (Example Values Not Accurate)
Symbol frequency
A, 15%
m, 11%
7, 6%
Symbol Huffman Codes
A, 10101
m, 1101
7, 111
Total Bits: 16005
-
全国城市数据全--省、市、区县
... Records of dm_bxgl_city
-- ----------------------------
INSERT INTO `dm_bxgl_city` VALUES ('11', '北京', '0', '1', 'Y');
INSERT INTO `dm_bxgl_city` VALUES ('1101', '北京市辖', '11', '2', 'Y');
INSERT INTO `dm_bxgl_city` VALUES ('110101', '东城区', '1101', '3', 'Y ...
-
省市区四级联动
省市区四级联动
表结构
# id, areaCode, provinceCode, cityCode, code, name
#'110101001', '110101', '11', '1101', '110101001', '东华门街道'
-
C++ Qt5实现RSA加解密
本程序用Qt creator 4.5.1,Qt5.10.1制作,环境在win10和msvc2017下完美运行,点开就能用。
程序包含加解密两个部分,由于密文和明文存在int数组中,所以暂时只能加密数字,需要的人可以自行修改。
程序有一个小bug,输出加解密的结果的时候,会判断数组为空结束输出,但是这里数组初始化为0,故若结果是1101的时候,可能只会输出111,但其他时候一切正常。而且这个可以自行修改。
未提供加密字母,中文,文件等功能。
基本情况如上,根据需要下载。
-
国家统计局2018年度区划编码SQL格式(县级)
... :
insert into Sys_District (DistrictCode, DistrictPCode, DistrictName) values('11', '00', '北京市');
insert into Sys_District (DistrictCode, DistrictPCode, DistrictName) values('1101', '11', '市辖区');
省份父级编码为:00
-
国家统计局2018年度区划编码SQL格式(镇级)
... :
insert into Sys_District (DistrictCode, DistrictPCode, DistrictName) values('11', '00', '北京市');
insert into Sys_District (DistrictCode, DistrictPCode, DistrictName) values('1101', '11', '市辖区');
省份父级编码为:00
-
国家统计局2018年度区划编码SQL格式(村级)
... :
insert into Sys_District (DistrictCode, DistrictPCode, DistrictName) values('11', '00', '北京市');
insert into Sys_District (DistrictCode, DistrictPCode, DistrictName) values('1101', '11', '市辖区');
省份父级编码为:00
-
武科大OJ WUST OnlineJudge
... 1036 1037 1038 1039
1040 1041 1042 1043 1044 1045 1046 1094 1095 1096
1097 1098 1099 1100 1101 1102 1103 1104 1105 1106
1107 1108 1109 1110 1111 1112 1113 1114 1115 1116
1117 1118 ...
-
-
GD&T 基础及应用 第2版(王廷强).pdf
本书基于ASME Y145、ISO 1101和GB/T 1182等几何公差标准,内容侧重于应用,以及检测和检具的设计。检具设计的关键工作在于计算,读者在设计检具或夹具时可以参考这些检具设计知识要点。本书内容旨在介绍这门学科的应用知识,提高设计开发效率,降低企业开发、生产成本。
-