码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
wmic 操作文件的datafile
wmic datafile /?动词有ASSOC,CALL,CREATE,DELETE,GET,LIST 这几个 命令:wmic datafile where "filename='dsc04059' and extension='jpg' and drive='f:'" list /format: ...
分类:其他好文   时间:2020-11-07 15:59:22    阅读次数:24
面向对象基础
Java虚拟机的内存可以分为三个区域:栈stack、堆heap、方法区method area public class SxtStu { //属性fields int id; String sname; int age; Computer comp; //计算机 //方法 void study(){ ...
分类:其他好文   时间:2020-10-26 11:49:52    阅读次数:21
浅谈 Linux 下常用 Socket 选项设置
1.Socket和TCP/IP的关系 "All problems in computer science can be solved by another level of indirection." 为满足应用层需求,系统对TCP/IP层进行细节屏蔽和抽象,Socket层就相当于TCP/IP和应用 ...
分类:系统相关   时间:2020-10-21 21:04:10    阅读次数:40
c语言猜拳小游戏
1 #include<stdio.h> 2 #include<time.h> 3 #include<stdlib.h> 4 5 int main() 6 { 7 time_t t; 8 int man,computer,sum; 9 t= time(NULL); 10 11 srand(t); 12 ...
分类:编程语言   时间:2020-10-06 21:12:15    阅读次数:27
codeforce #671 补题报告
1419A - Digit Game a题只需要简单判断奇偶数的情况就可以解决。题目第一次读起来稍微有些复杂,理解后直接模拟过程即可 代码如下 #include <bits/stdc++.h>using namespace std; int main() { int t; cin>>t;while ...
分类:其他好文   时间:2020-09-23 23:33:32    阅读次数:36
egret简单的刮刮乐效果
private createGameScene1(): void { var bg = new egret.Shape(); bg.graphics.beginFill(0x0000FF); bg.graphics.drawRect(0, 0, 480, 800); bg.graphics.endF ...
分类:其他好文   时间:2020-09-18 02:59:42    阅读次数:35
记录ubuntu安装nvidia-drivers简单的做法
开始安装 添加PPA,过程中回车确认询问的信息 sudo add-apt-repository ppa:graphics-drivers/ppa 依次执行以下命令更新下载源 sudo apt update 检查可用驱动 ubuntu-drivers devices 根据下列结果,可见 nvidia- ...
分类:系统相关   时间:2020-09-17 22:23:44    阅读次数:64
面向计算机视觉的深度学习 | iBooker&#183;ApacheCN
原文:Deep Learning for Computer Vision 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译 不要担心自己的形象,只关心如何实现目标。——《原则》,生活原则 2.3.c 在线阅读 ApacheCN 面试求职交流群 724187166 ApacheCN 学习资源 ...
分类:Web程序   时间:2020-09-17 13:04:48    阅读次数:30
Delphi 注册快捷键
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...
分类:Windows程序   时间:2020-08-05 20:58:14    阅读次数:94
vnc教程,有关于vnc的教程吗?使用教程
VNC (Virtual Network Computer)是虚拟网络计算机的缩写。VNC 是一款优秀的远程控制工具软件,由著名的AT&T 的欧洲研究实验室开发的。VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用。 在 Linux 中,VNC 包括以下 ...
分类:其他好文   时间:2020-08-03 18:40:21    阅读次数:80
5401条   上一页 1 ... 6 7 8 9 10 ... 541 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!