码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
广大计算机徽标
# -*- coding: gb2312 -*-import randomimport turtlet=turtle.Pen()t.color('blue')sc=t.getscreen()sc.title("GZhu-Computer Science & Educational Software"...
分类:其他好文   时间:2015-09-22 18:32:13    阅读次数:223
Troubleshoot Refused VNC Connection in CentOS 7
Troubleshoot Refused VNC Connection in CentOS7Posted onMarch 15, 2015byIstvan Szarka—2 CommentsThe other day I connected to my CentOS 7 computer from ...
分类:其他好文   时间:2015-09-22 17:57:42    阅读次数:200
C基础--猜数字游戏(图形界面由MFC完成)
#include #include #include #include #include void generate(char computer[]){ int i = 0, j, t; srand(time(NULL)); while (i 0) { putcha...
分类:编程语言   时间:2015-09-21 09:13:34    阅读次数:234
史蒂夫·乔布斯在斯坦福大学的演讲
史蒂夫·乔布斯在斯坦福大学的演讲'You've got to find what you love,' Jobs saysThis is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of ...
分类:其他好文   时间:2015-09-20 17:30:10    阅读次数:274
raspberry pi2 智能小车源码及测试视频
作者:XIAOBO QQ:463431476转载请注明作者Python 源代码import RPi.GPIO as GPIO#human-computer-interactionimport cursesimport timefrom curses import wrapperGPIO.setmod...
分类:Web程序   时间:2015-09-19 00:49:22    阅读次数:316
Enterprise Architect使用教程
一、Enterprise Architect简介Enterprise Architect是一个对于软件系统开发有着极好支持的CASE软件(Computer Aided Software Engineering)。EA不同于普通的UML画图工具(如VISIO),它将支撑系统开发的全过程。在需求分析阶段...
分类:其他好文   时间:2015-09-18 20:26:54    阅读次数:159
How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows
How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on WindowsCategory: Solutions \ WindowsCreated: Sunday,...
分类:Windows程序   时间:2015-09-18 13:52:01    阅读次数:292
思科3750_IOS批量升级
某高校批量升级IOS,刚开始手动升。感觉很慢,写了个类似的脚本。如下:1,TopologyEth_linkSwitch(3750x)--------------Computer(Tftp32)192.168.1.1/24192.168.1.110/242,配置——————————————————————————————————————————————..
分类:移动开发   时间:2015-09-18 12:06:29    阅读次数:196
【循序渐进地学好OpenCV&3】OpenCV 2.0 API
概述OpenCV(Open Source Computer Vision Library)是基于BSD开源许可协议的一套计算机视觉开源库,里面包含了几百个计算机视觉算法。在包括物体识别、人脸识别、图像处理等在内的多种计算机视觉应用领域中被大量应用。OpenCV的API目前分为1.0和2.0版本(3.0的正式版本在今年也已经出来了,但目前没有去尝试过),1.0版本是用C语言实现的,2.0主要是C++,...
分类:Windows程序   时间:2015-09-17 17:38:19    阅读次数:233
计算机硬件操作
2.2 Operations of the computer HardwareEvery computer must be able to perform arithmetic. 每台计算机必须能够执行运算。The MIPS assembly language notation add a, ...
分类:其他好文   时间:2015-09-17 17:30:38    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!