码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
spring security 学习文档
web service Prepared by: Sea 29 April, 2018 Contents 1. The description of springsecurity. 2 1.1. What is spring security?. 2 1.2. History. 3 1.3. Spr ...
分类:编程语言   时间:2018-05-06 23:29:05    阅读次数:808
代写程序作业、代写《大学计算机》课程报告作业
1 2 3 4 5A.(答案全面、准确,概念清楚,语言精炼流畅,文字通顺,观点有新意)B.(答案较全面,概念较清楚,文字通顺)C.(答案基本完整,概念基本清楚)D.(答案欠完整,有些概念不够清楚,达到最低要求)E.(不合格)分数(百分制): 评阅人;2018 年 05 月 07 日装订线第 1 题 ...
分类:其他好文   时间:2018-05-05 16:48:46    阅读次数:233
20165324 第十周课下补做
20165324 第十周课下补做 未完成作业为: 数据结构排序: 在数据结构和算法中,排序是很重要的操作,要让一个类可以进行排序,有两种方法: 1. 有类的源代码,针对某一成员变量排序,让类实现Comparable接口,调用Collection.sort(List) 2. 没有类的源代码,或者多种排 ...
分类:其他好文   时间:2018-05-03 20:50:30    阅读次数:157
1006.Sign in and Sign out(25)—PAT 甲级
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door ...
分类:其他好文   时间:2018-04-29 22:06:03    阅读次数:168
计算机编程学习路径
1. 计算机发展史部分 参考资料: *《编码 隐匿在计算机软硬件背后的语言》(Code:The Hidden Language of Computer Hardware and Software,Charles PetZold 美国) * 相关视频 2. 3. 4. ...
分类:其他好文   时间:2018-04-29 18:40:47    阅读次数:164
HDU 2196 Computer
题意:给定n个点,保证是一棵树,输出每一个点到其他点的最大距离。 首先,该题目是DP思想。 那么我们先来想对于一个点,离它距离最大的点有两种情况,一种是在它的子树里面,另一种是通过它的父节点过来。 所以我们假设dp[ i ][ 0 ]表示一个点到其子树上某个点的最大距离,dp[ i ] [ 1 ]表 ...
分类:其他好文   时间:2018-04-29 12:04:10    阅读次数:159
第一次作业:基于Linux进程模型分析
一 进程 1.1 进程的定义 狭义定义:进程是正在运行的程序的实例(an instance of a computer program that is being executed)。 广义定义:进程是一个具有一定独立功能的程序关于某个数据集合的一次运行活动。它是操作系统动态执行的基本单元,在传统的 ...
分类:系统相关   时间:2018-04-29 01:23:07    阅读次数:316
编程英语之KNN算法
School of Computer Science The University of Adelaide Artificial Intelligence Assignment 2 Semester 1, 2018 due 11:55pm, Thursday 14th May 2018 Introd ...
分类:编程语言   时间:2018-04-28 10:51:07    阅读次数:195
Second last week for the second last semester!
This week, I focused more on the final project, such as H335(Computer structure, still confused with the stack frame and recursion) and B365(plan to t ...
分类:其他好文   时间:2018-04-27 13:48:49    阅读次数:138
简单理解vue的slot插槽
slot的意思是插槽,想想你的电脑主板上的各种插槽,有插CPU的,有插显卡的,有插内存的,有插硬盘的,所以假设有个组件是computer,其模板是 <template> <div> <slot name="CPU">这儿插你的CPU</slot> <slot name="GPU">这儿插你的显卡</ ...
分类:其他好文   时间:2018-04-27 13:48:08    阅读次数:137
2862条   上一页 1 ... 75 76 77 78 79 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!