会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
486
487
488
489
490
491
492
493
494
···
618
下一页
2019年12月3日
基于空格编码的文本数字水印算法设计
摘要: 基于空格编码的文本数字水印算法设计 各种编码的数字水印 信号处理领域 算法的鲁棒性 不可见性 SVD数字算法 二值水印图像进行小波域奇异值分解的思想 将水印奇异值选择性的嵌入到图像子块奇异值中,
阅读全文
posted @ 2019-12-03 20:07 lydstory
阅读(465)
评论(0)
推荐(0)
药品防伪标签
摘要: 防伪水印
阅读全文
posted @ 2019-12-03 20:05 lydstory
阅读(118)
评论(0)
推荐(0)
数字水印技术
摘要: 图像水印 视频水印 音频水印 文本水印 三维网格数水印
阅读全文
posted @ 2019-12-03 19:59 lydstory
阅读(169)
评论(0)
推荐(0)
目录下目录个数
摘要: ls -l . | grep "^d" | wc -l 1.指定文件下文件数,不包含文件夹 ls -l ${指定的目录} | grep "^-" | wc -l 2.指定文件下文件数,包含文件夹 ls -lR ${指定的目录} | grep "^-" | wc -l 3.指定文件下文件夹(目录)的个
阅读全文
posted @ 2019-12-03 16:21 lydstory
阅读(285)
评论(0)
推荐(0)
error: Libtool library used but 'LIBTOOL' is undefined
摘要: 编译时出现: error: Libtool library used but ‘LIBTOOL’ is undefined 参考了一下: http://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtoo
阅读全文
posted @ 2019-12-03 13:44 lydstory
阅读(5217)
评论(1)
推荐(1)
安装glibc
摘要: wget http://ftp.gnu.org/gnu/glibc/glibc-2.23.tar.gztar -zxvf glibc-2.23.tar.gz cd glibc-2.23 mkdir build cd build ../configure --prefix=/usr --disable
阅读全文
posted @ 2019-12-03 10:56 lydstory
阅读(343)
评论(0)
推荐(0)
遇到libgflags.a(gflags.cc.o): relocation R_X86_64_32 against `.rodata.str1.1' ca时
摘要: 1. 把glfag编译成动态库 或者 2. 直接用apt-get安装
阅读全文
posted @ 2019-12-03 10:03 lydstory
阅读(2174)
评论(1)
推荐(0)
编译出现 WARNING: 'aclocal-1.15' is missing on your system.问题解决
摘要: 1. ubuntu14.04 出现这个问题,需要手动安装 Automake-1.15 2. 下载地址: http://ftp.gnu.org/gnu/automake/ http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz 3. 编译 ./conf
阅读全文
posted @ 2019-12-03 09:46 lydstory
阅读(3131)
评论(0)
推荐(0)
linux 文件上传 linux服务器
摘要: 1.Linux下目录复制:本机->远程服务器 1 2 scp -r /home/shaoxiaohu/test1 zhidao@192.168.0.1:/home/test2 #test1为源目录,test2为目标目录,zhidao@192.168.0.1为远程服务器的用户名和ip地址。 scp -
阅读全文
posted @ 2019-12-03 09:33 lydstory
阅读(402)
评论(0)
推荐(0)
2019年12月2日
qt按钮
摘要: https://www.jianshu.com/p/426f69a07957
阅读全文
posted @ 2019-12-02 22:05 lydstory
阅读(93)
评论(0)
推荐(0)
上一页
1
···
486
487
488
489
490
491
492
493
494
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告