- 博客(4)
- 收藏
- 关注
转载 SQL Server查找一个表在哪里被用到
--带类型 select b.name from dbo.syscomments a, dbo.sysobjects b where a.id=b.id and b.xtype='p' and a.text like '%I_Country_C%' order by name--不带类型,全部搜索 select b.name from syscomments a,sysobj...
2018-10-25 16:05:00
451
原创 照片聚类2014年最新方法——“Clustering by Composition”
《“Clustering by Composition”—Unsupervised Discovery of Image Categories》 PAMI2014
2014-11-14 13:34:18
2933
原创 LSS:local self-similarity descriptor
《Matching Local Self-Similarities across Images and Videos》局部自相似描述子:通常
2014-11-06 14:10:43
5556
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人