码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
SHA1 VS RSA: what's the difference between them?
SHA1 VS RSA: what's the difference between them? Fundamentally different. SHA1 is a hash algorithm, which is a one way function, turning an input of a ...
分类:其他好文   时间:2020-11-23 12:09:41    阅读次数:4
EE516 Take Home
2020/11/8 EE516 Take Home Mid-Term Examfile:///C:/Users/Thinkpad/Desktop/EE516_Midterm_2020.html 1/3EE516 Take Home Mid-Term ExamYour NameDue: Novembe ...
分类:其他好文   时间:2020-11-19 12:10:30    阅读次数:6
X Server-Client
Are you a Linux fan? Do you hate to do things the easy way? Are you a pro who loves to put his computer’s life on the line to experiment and customize ...
分类:其他好文   时间:2020-11-12 13:37:01    阅读次数:8
Fusion computer安装问题
Fusion computer安装问题
分类:其他好文   时间:2020-11-07 16:05:03    阅读次数:19
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
【软件测试基础】什么是接口?(接口测试理论知识)
回到生活中,我们想一下在生活中,我们有一些什么接口?生活中的接口就有很多。
分类:其他好文   时间:2020-10-18 16:37:23    阅读次数:22
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
网络工程基础知识
网络设备介绍: 交换机 - 连接相同网络的设备; 路由器 - 连接不同网络的设备; 防火墙 - 配置网络权限控制策略; 常见的系统调试界面: CLI , command line interface , 命令行界面(网络设备调试界面) GUI , graphic user interface , 图 ...
分类:其他好文   时间:2020-09-24 21:37:33    阅读次数:44
3369条   上一页 1 ... 5 6 7 8 9 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!