码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
自定义进度条Android,kotlin
1:效果 一运行起来,红色是下载的部分,蓝色是为下载部分,下载完之后先缩成一个椭圆,在缩成一个圆 GitHub地址:https://github.com/luofangli/MyDrawProgress 详细代码: <?xml version="1.0" encoding="utf-8"?><and ...
分类:移动开发   时间:2021-06-02 16:08:01    阅读次数:0
List and Table Elements of HTML The George Washington University Computer Science 1023 Professor Brenner (nbrenner@gwu.edu)
下载地址:https://download.csdn.net/download/qq_31293575/18340399 项目介绍 List and Table Elements of HTML The George Washington University Computer Science 10 ...
分类:Web程序   时间:2021-05-24 15:32:14    阅读次数:0
基于android自定义view写一个飞机大战
图: 懒得写解释了直接上代码: 代码: package chenlong.chenlong.viewstudy.myview; import android.content.Context; import android.graphics.Canvas; import android.graphic ...
分类:移动开发   时间:2021-05-24 14:36:13    阅读次数:0
Regularization
In mathematics, statistics, finance,[1] computer science, particularly in machine learning and inverse problems, regularization is the process of addi ...
分类:其他好文   时间:2021-05-24 07:35:40    阅读次数:0
Unit 1 Summarizing a meeting
##General English:6-Elementary ###1 Grammar Reported questions - past tense Reported questions – past tense Statements can be reported in either the p ...
分类:其他好文   时间:2021-05-23 22:58:08    阅读次数:0
Questions about "Computer Systems: A Programmer's Perspective"
What will I be benefited with on reading the book ''Computer Systems: A Programmer's Perspective''? Randy Bryant , works at Carnegie Mellon University ...
分类:其他好文   时间:2021-05-04 16:35:11    阅读次数:0
生成动态验证码
1)编写工具类 package com.icucoder.util; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.IOException; i ...
分类:其他好文   时间:2021-05-04 15:38:48    阅读次数:0
Computer Networks COMPSCI 453: Select Lectures Notes (Resources and Foreword)
Computer Networking: a Top-Down Approach (8th ed.) : Select Lectures Notes Navigator 1 Resources and Introduction 2 Chapter 1: Introduction 3 Chapter ...
分类:Web程序   时间:2021-05-04 15:21:01    阅读次数:0
【Java】 4.0 有限状态机(FSM)
【概述】 有限状态机(有时称为有限状态自动机)是一种可以用硬件或软件实现的计算模型,可以用来模拟顺序逻辑和某些计算机程序。 有限状态自动机生成常规语言。它可用于对许多领域的问题进行建模,包括数学,人工智能,游戏和语言学。 【米里状态机 Mealy State Machine】 顺序系统,其中输出取决 ...
分类:编程语言   时间:2021-04-22 15:20:51    阅读次数:0
Full Binary Tree
题目来源 Full Binary Tree Description In computer science,a binary tree is a tree data structure in which each node has at most two children. Consider an ...
分类:其他好文   时间:2021-04-13 12:02:15    阅读次数:0
5401条   上一页 1 2 3 4 ... 541 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!