什么是回调函数 In computer programming, a callback is a piece of executable code that is passed as an argument to other code, which is expected to call back ...
分类:
编程语言 时间:
2019-11-16 18:04:01
阅读次数:
103
D. Yet Another Monster Killing Problem You play a computer game. In this game, you lead a party of ?? heroes, and you have to clear a dungeon with ?? ...
分类:
其他好文 时间:
2019-11-14 20:16:03
阅读次数:
92
恢复内容开始 2019 2020 1学期 20192429《网络空间安全专业导论》第六周学习总结 第十五章 网 络 15.1 连网 计算机网路(computer network):为了通信和共享资源而连接在一起的一组计算设备。 无线连接(wireless):没有物理电线的网络连接。 节点(主机)(n ...
分类:
其他好文 时间:
2019-11-13 23:50:51
阅读次数:
80
Unit 1 学习目标: 1. how an application use the Internet 2. The structure of the Internet:The 4 layer model 3. The Internet protocol(IP) 4. Basic architect ...
分类:
Web程序 时间:
2019-11-13 00:47:50
阅读次数:
142
决策树分类是数据挖掘中分类分析的一种算法。顾名思义,决策树是基于“树”结构来进行决策的,是人类在面临决策问题时一种很自然的处理机制。例如下图一个简单的判别买不买电脑的决策树: 下图是一个测试数据集,我们以此数据集为例,来看下如何生成一棵决策树。 决策树分类的主要任务是要确定各个类别的决策区域,或者说 ...
分类:
其他好文 时间:
2019-11-12 00:20:28
阅读次数:
82
https://web.kudpc.kyoto-u.ac.jp/manual/en/login/windows传送文件说明书https://web.kudpc.kyoto-u.ac.jp/manual/en/login/windows_scp ...
分类:
其他好文 时间:
2019-11-11 20:00:13
阅读次数:
61
1.opencv简介 opencv:全称:Open Source Computer Vision Library 是一个跨平台的计算机视觉库 可用于开发实时的图像处理、计算机视觉以及模式识别程序 应用领域:增强现实 ,人脸识别,手势识别,动作识别,动作跟踪,物体识别,图像分割,机器人 2.在wind ...
分类:
其他好文 时间:
2019-11-10 17:43:25
阅读次数:
98
GUI(图形用户界面) Graphical User Interface(图形用户接口) 用图形的 方式, 来显示 计算机操作的 界面, 这样更方便 更直观. CLI Command Line User Interface(命令行用户接口) 就是常见的 Dos 命令行操作. 需要记忆一些常用的命令, ...
分类:
编程语言 时间:
2019-11-10 15:57:48
阅读次数:
104
第15章?网络 15.1?连网 计算机网络(computer network): 为了通信和共享资源而连接一起的一组计算设备。 无线连接(wireless): 没有物理电线的网络连接。 节点(主机)( node (host): 网络中任何可寻址的设备。 数据传输率( 带宽)( data transf ...
分类:
其他好文 时间:
2019-11-10 00:00:03
阅读次数:
147
1、 SQL ISNULL()、NVL()、IFNULL() 和 COALESCE() 函数 请看下面的 "Products" 表: P_IdProductNameUnitPriceUnitsInStockUnitsOnOrder 1 computer 699 25 15 2 printer 365 ...
分类:
数据库 时间:
2019-11-09 19:40:18
阅读次数:
132