码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
Linux 生成 core dump的方法及设置
A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally ...
分类:系统相关   时间:2020-08-01 21:26:59    阅读次数:103
TextureView获取RGBA
TextureView入门代码 package com.obarong.testtextureview; import androidx.appcompat.app.AppCompatActivity; import android.graphics.SurfaceTexture; import a ...
分类:其他好文   时间:2020-07-31 14:07:06    阅读次数:77
ISCSI的概念
1.存储的一些概念和术语 SCSI:小型计算机系统接口(Small Computer System Interface) FC:光纤通道(Fibre Channel) DAS:直连式存储(Direct Attached Storage) NAS:网络接入存储(Network At tached St ...
分类:其他好文   时间:2020-07-28 22:54:12    阅读次数:110
【Java】生成图形验证码
生成验证码工具类 package com.util; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Renderin ...
分类:编程语言   时间:2020-07-26 19:43:59    阅读次数:85
贪吃蛇 C语言源代码
#include <stdio.h> #include <graphics.h> #include <stdlib.h> #include <dos.h> /*引用的库函数*/ #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 ...
分类:编程语言   时间:2020-07-26 02:05:25    阅读次数:127
建造型模式记录
#建造者模式 建造者模式是将创建和表示进行分离,使得创建的过程中能够创建不同的表示。 据说建造者-指挥者模式已经不是常用了,这里只是学习思想 只要实现了创建和表示分离就好了,流式的配备一台电脑 将电脑的展示和电脑的组成分开 class Computer { private Computer(Buil ...
分类:其他好文   时间:2020-07-24 16:33:56    阅读次数:69
02 Writing Your First Program 写你的第一个C程序
Let's print "Hi" 打印输出“Hi” In your first computer program, let's print something on the screen to display. 在您的第一个计算机程序中,让我们在屏幕上打印一些内容进行显示。 How can we i ...
分类:其他好文   时间:2020-07-24 09:35:30    阅读次数:92
03 Comments in C Programming C编程中的注释
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help programmers understand what exactly the computer progra ...
分类:其他好文   时间:2020-07-24 09:19:32    阅读次数:81
00 what is C Programming?C编程是什么?
C语言简介 C is a programming language that lets us give a computer very specifio commands. C语言是一种编程语言,它让我们可以给计算机非常特殊的命令。 C was invented in 1972. It's one ...
分类:其他好文   时间:2020-07-23 09:17:28    阅读次数:69
CentOS 下的验证码显示问题
开发环境 AND 生产环境.gif 问题: 项目部署到 CentOS 的服务器后,图片验证码请求时出现 500 错误, 日志一直是 ArrayIndexOfBoundsException:0,数组第 0 位越界,错误定位到了代码 123 行, 验证码使用 java.awt.Graphics 来生成的 ...
分类:其他好文   时间:2020-07-23 01:48:42    阅读次数:122
5401条   上一页 1 ... 7 8 9 10 11 ... 541 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!