1)字符串操作 strcpy(p, p1) 复制字符串 strncpy(p, p1, n) 复制指定长度字符串 strcat(p, p1) 附加字符串 strncat(p, p1, n) 附加指定长度字符串 strlen(p) 取字符串长度 strcmp(p, p1) 比较字符串 strcasecm ...
分类:
编程语言 时间:
2017-09-04 09:48:32
阅读次数:
181
在我的理解里,要实现计算机视觉必须有图像处理的帮助,而图像处理倚仗与模式识别的有效运用,而模式识别是人工智能领域的一个重要分支,人工智能与机器学习密不可分。纵观一切关系,发现计算机视觉的应用服务于机器学习。各个环节缺一不可,相辅相成。 计算机视觉(computer vision),用计算机来模拟人的 ...
分类:
其他好文 时间:
2017-09-03 21:06:03
阅读次数:
302
Rethinking the Inception Architecture for Computer Vision 论文地址:https://arxiv.org/abs/1512.00567 Abstract 介绍了卷积网络在计算机视觉任务中state-of-the-art。分析现在现状,本文通过适 ...
分类:
Web程序 时间:
2017-09-02 19:07:14
阅读次数:
605
1245: Problem E: Interpreter 题目描述 Problem E: Interpreter A certain computer has 10 registers and 1000 words of RAM. Each register or RAM location hold ...
分类:
其他好文 时间:
2017-09-02 12:10:28
阅读次数:
276
A Math Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 0 Accepted Submission(s): 0 Proble ...
分类:
其他好文 时间:
2017-08-31 23:09:49
阅读次数:
431
把acad.exe.config文件修改为: <configuration> <startup><!--We always use the latest version of the framework installed on the computer. If youare having prob ...
分类:
Web程序 时间:
2017-08-30 21:37:38
阅读次数:
171
考虑任意一个数字,任何一个都会有奇怪的。。性质,就是一个可以保证不重复的方案——直接简单粗暴的最高位加数字。。于是,如同上面的那个题:+1、-1、0 但是考虑到65536KB的标准内存限制,会得出一个奇怪的性质,那就是。。。这题可以先大表之后对内存做奇怪的优化——前十位开小一点,后十位开大一点。之前 ...
分类:
其他好文 时间:
2017-08-29 21:47:49
阅读次数:
193
#非黑即白--谷歌OCR光学字符识别 颜色的世界里,非黑即白。computer表示深信不疑。 今天研究一下前沿技术OCR光学识别庞大领域中的众多分支里的一个开源项目的一个包-tesseract。 能让机器识别图片是无数工程师梦寐以求的事 任何物体只有成功转为二进制才有可能被机器识别,而识别是做出一系... ...
分类:
其他好文 时间:
2017-08-26 19:39:43
阅读次数:
146
Unidirectional TSP Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of the ...
分类:
其他好文 时间:
2017-08-26 10:18:34
阅读次数:
141
stream在Unix系统中是个标准的概念。 In computer programming, standard streams are preconnected input and output communication channels[1] between a computer progra ...
分类:
其他好文 时间:
2017-08-25 19:55:59
阅读次数:
194