知性鲜花

文章
4
资源
0
加入时间
2年10月21天

按位与& 和 模运算 % 的关系

unsigned int MAX = 32; // 2的5次方 unsigned int index = 31; index = (index + 100) % MAX; printf ("index = %d\n", index); // index = 3 index = 31; index = (index + 100) & (MAX - 1); printf ("index = %d\n&q

测试下kafka是否能成功运行

1. 启劢 zookeeper server :bin/zookeeper-server-start.sh ../config/zookeeper.properties & (用&是为了能退出命令行)2. 启劢 kafka server: bin/kafka-server-start.sh ../config/server.properties &3. Kafka 为我们提供了一个 c

matlab画一个局部放大的图中图

第一种:magnify是个动态放大镜,固化后可以用tools>edit plot移动小图,能选取多个局部图,这个方法不错用法:打开figure图,输入magnify,左键动态选取查看,ctrl+左键固化,也可右键固化,‘<’和‘>’缩放方法范围,‘+’和‘-’缩放放大比例。    Ever wish MATLAB had a magnifying glass so you cou...

ECCV2020 超分辨论文(附论文链接)

【1】Feature Representation Matters: End-to-End Learning for Reference-based Image Super-resolution论文链接:https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123490222.pdf【2】Semantic Object Prediction and Spatial Sound Super-Resolution with Binaural