logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

string 字符串首字母转换为大写&&数组基本操作

#include //IO输入输出流相关#include //C++#include //C#include //size_t#include //内置模版容器using namespace std;//命名空间int main(){string s("John_Tian 2013.9.3");cout<<s<<endl;//输出原始字符串string::it

Linux删除带空格的文件

$ find . -name &quot; (2).jpg&quot; -print0 | xargs -0 rm

linux root权限获取

http://www.cnblogs.com/wuxinrui/archive/2011/03/26/1996565.html在终端中输入:sudo passwd root Enter new UNIX password: (在这输入你的密码)Retype new UNIX password: (确定你输入的密码)passwd: password updated suc

#linux
Ubuntu16.04 编译OpenCV 和 Tesseract-OCR

由于最近工作需要将实现的图像识别算法,封装到安卓机器上进行测试。因此,初步考虑在公司Windows 7 旗舰版 64位系统中,利用VirtualBox安装Ubuntu系统;然后,在Ubuntu系统中,编译OpenCV和Tesseract-OCR。 具体步骤如下:一、 安装VirtualBox下载安装VirtualBox安装增强扩展程序VirtualBox 5.1.8 Oracle VM Virt

#ubuntu#opencv
cctype字符函数库使用

#include#include//字符函数原型头文件using namespace std;int main(){cout << "Enter text for analysis, and type # to terminate input.\n";char ch;//统计变量初始化int whitespace = 0;int digits

gopl-Exercise1.5: Animated GIFs

本文主要用来记录Golang学习中,Animated GIFs的小节作业。源码// Copyright © 2016 Alan A. A. Donovan & Brian W. Kernighan.// License: https://creativecommons.org/licenses/by-nc-sa/4.0/// Run with "web" command-line argument

#golang
对于Python,你不可不知的东西

对于Python,你不可不知的东西zh119893 发布于 1年前,共有 0 条评论1、 Python是什么? 是一种编程语言。可以用来开发从简单到复杂的各种应用程序。代码清晰、开发快速,灵活而强大。著名的自由软件作者Eric Raymond在他的文章《如何成为一名黑客》中,将Python列为黑客应当学习的四种编程语言之一,并建议人们从Python开始学习编程。 2、 使用

#python
<<Python编程实践>>之which is __main__

1. 源代码文件1.test_main.py

#python
python 文件对象方法

[user1@localhost ~]$ pythonPython 2.6.6 (r266:84292, Jul 10 2013, 22:48:45)[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2Type "help", "copyright", "credits" or "license" for more information.>>

#python
Install OpenCV-Python on Ubuntu18.04

文章目录OpenCV-python1 Pip / Pip32 OpenCV3 ReferenceOpenCV-python1 Pip / Pip3$ sudo apt-get update &amp;&amp; sudo apt-get upgrade$ sudo apt-get install wget git$ wget https://bootstrap.pypa.io/get-p...

#opencv#python
    共 30 条
  • 1
  • 2
  • 3
  • 请选择