码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
计算机基础
计算机(computer),俗称电脑,是现代一种用于高速计算的电子计算机器,可以进行数值计算,又可以进行逻辑计算,还具有存储记忆功能。计算机是一种能够按照程序运行,自动、高速处理海量数据的现代化智能电子设备,它的发明者是美籍匈牙利数学家约翰·冯·诺依曼,冯·诺依曼被称为“计算机之父”。 计算机由硬件 ...
分类:其他好文   时间:2020-03-29 12:26:39    阅读次数:81
C# 生成二维码 QRCoder
string strCode = "二维码内容!"; QRCodeGenerator qrGenerator = new QRCoder.QRCodeGenerator(); QRCodeData qrCodeData = qrGenerator.CreateQrCode(strCode, QRCo ...
分类:Windows程序   时间:2020-03-28 23:43:09    阅读次数:103
关于Web2.0
前言:本来是想写HTML的,发现没什么好写的,就简单写一下Web2.0好了 什么是Web 2.0: “Web 2.0 is the business revolution in the computer industry caused by the move to the internet as a ...
分类:Web程序   时间:2020-03-28 13:52:27    阅读次数:195
opencv和matplotlib库图像读写显示对比和总结
opencv图像处理入门第2节:opencv中图像读写、显示方法和matplotlib库图像读写、显示方法讲解。 ...
分类:其他好文   时间:2020-03-27 21:42:06    阅读次数:107
Java中的伪共享
阅读 817 维基百科中对伪共享的定义如下: In computer science, false sharing is a performance-degrading usage pattern that can arise in systems with distributed, coheren ...
分类:编程语言   时间:2020-03-26 19:58:52    阅读次数:92
05-树8 File Transfer (25分)
题目描述 We have a network of computers and a list of bi directional connections. Each of these connections allows a file transfer from one computer to an ...
分类:其他好文   时间:2020-03-24 22:58:09    阅读次数:64
nginx配置
nginx 配置: 目录:/usr/local/nginx 文件:conf/nginx.conf Xshell 5 (Build 0964) Copyright (c) 2002-2016 NetSarang Computer, Inc. All rights reserved. Type `hel ...
分类:其他好文   时间:2020-03-22 15:36:10    阅读次数:55
相关视频教程
frida逆向学习https://github.com/haidragon/study_fridaios逆向学习https://github.com/haidragon/study_tweak漏洞利用学习https://github.com/haidragon/study_exploits执行文件学习https://github.com/haidragon/study_executable_fil
分类:其他好文   时间:2020-03-16 10:07:04    阅读次数:75
[Python] iupdatable包:获取电脑主板信息(csproduct)
一、说明 使用命令行就可以获取到主板相关的信息 wmic csproduct get /value 输出内容如下: Caption=Computer System Product Description=Computer System Product IdentifyingNumber=PDVC40 ...
分类:编程语言   时间:2020-03-15 22:28:08    阅读次数:168
HDU-2196 Computer
题意: 就问你每个节点到以这个点为根的子树的叶子节点的最远距离。 链接: http://acm.hdu.edu.cn/search.php?action=listproblem 思路: 我们设DP[i][0]表示以i节点为根节点的子树中的最远距离, DP[i][1]表示以i节点为根节点的子树中的次远 ...
分类:其他好文   时间:2020-03-14 14:54:09    阅读次数:35
3369条   上一页 1 ... 19 20 21 22 23 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!