码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
post title=’’
为什么看不到我发布的博文? 我现在是用刚刚安装好的Open Live Writer, 为自己的博客园撰写博文. 刚才测试发布了一篇. 不知怎么搞得, 发布成了日记. 博文里看不到的 . 关闭/退出软件后, 再次启动, 再发布一篇试一试. 奥! 这次可以看到博文了. 那就是说可以发布博文到博客园了.插... ...
分类:其他好文   时间:2019-09-03 11:39:20    阅读次数:92
Codeforces Round #518 (Div. 1) Computer Game 倍增+矩阵快速幂
接近于死亡的选手没有水平更博客,所以现在每五个月更一篇。 这道题呢,首先如果已经有权限升级了,那么后面肯定全部选的是 $p_ib_i$ 最高的。 设这个值为 $M=\max \limits_i p_ib_i$。 主要的问题在于前面怎么选。 假设剩下的时间还有 $t$ 秒。那么我们很容易得到一个这样的 ...
分类:其他好文   时间:2019-09-02 21:02:15    阅读次数:96
线性回归——Python代码实现
import numpy as np def computer_error_for_give_point(w, b, points): 计算出 观测值与计算值 之间的误差, 并累加,最后返回 平均误差 loss = 0 for i in range(len(points)): x = points[ ...
分类:编程语言   时间:2019-09-02 19:45:56    阅读次数:142
onboard procossor
http://www.esa.int/Our_Activities/Space_Engineering_Technology/Onboard_Computer_and_Data_Handling/Microprocessors The LEON2 is a synthesisable VHDL mo ...
分类:其他好文   时间:2019-09-01 18:30:39    阅读次数:73
1025 PAT Ranking 双重排序
Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim ...
分类:编程语言   时间:2019-08-31 21:30:08    阅读次数:97
ASM------A language concerns about processor architectures
Assembly language is processor specific. This means that a program written in assembly language will not work on computers with different processor ar ...
分类:其他好文   时间:2019-08-31 01:13:59    阅读次数:128
OpenGL
OpenGL(英语:Open Graphics Library,译名:开放图形库或者“开放式图形库”)是用于渲染2D、3D矢量图形的跨语言、跨平台的应用程序编程接口(API ...
分类:其他好文   时间:2019-08-30 19:00:56    阅读次数:74
#computer architecture#memory1
memory 之前讲的main memory主要就是用DRAM做的,但是实际上直接先接触的是cache; DRAM数据的读取:address分为两部分 行地址把那一整行取出 再用列地址把数据挑出来 对memory的期望:便宜,快,容量大 就把这三种(第三种disk)结合在一起 为什么要有cache? ...
分类:其他好文   时间:2019-08-28 22:25:01    阅读次数:90
builder 设计模式
1、经典的Builder模式 Product /** * 计算机抽象类, 即Product角色 */ public abstract class Computer { protected String mBoard; protected String mDisplay; protected Stri ...
分类:其他好文   时间:2019-08-27 12:37:59    阅读次数:80
多点滑块进度控件----------WinForm控件开发系列
源码下载:多点滑块进度控件.zip ...
分类:Windows程序   时间:2019-08-26 21:29:30    阅读次数:144
3369条   上一页 1 ... 43 44 45 46 47 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!