码迷,mamicode.com
首页 >  
搜索关键字:experiment    ( 90个结果
Cisco Packet Tracer :PVST Self-detection Experiment
01.STP Configuration Activity 5.2.5: Configuring STP NOTE TO USER: Although you can complete this activity without printed instructions, a PDF version ...
分类:系统相关   时间:2021-06-24 17:37:01    阅读次数:0
概率论基本概念:样本空间、事件、事件的运算
概率论研究那些受到随机事件(random events)影响的现象,它们具有很大的不确定性。 基础定义 讨论概率时,最重要的就是不确定性的思想,我们需要引入一个足够宽泛的、用于处理不确定性的概念。偶然性试验(chance experiment)或随机试验(random experiment)是产生不 ...
分类:其他好文   时间:2021-02-17 15:12:51    阅读次数:0
心理学-效应:霍桑效应
ylbtech-心理学-效应:霍桑效应 霍桑效应,指的是在行为田野实验【Field Experiment】中,由于研究对象意识到自己正在被研究,而带来的方法上的人为效应。 这种意识导致他们对于数据收集过程这一社会条件作出反应,而不是对于研究者试图研究的实验处理作出反应。类似于实验室研究中的“豚鼠效应 ...
分类:其他好文   时间:2021-01-30 11:55:21    阅读次数:0
用C#设计一个控制台应用程序,定义若干个学生对象,每个学生对象包括学号、姓名、语文成绩、数学成绩和英语成绩,采用静态成员求各学生的平均分和各门课程的平均分。
1.题目要求如下: 用C#设计一个控制台应用程序,定义若干个学生对象,每个学生对象包括学号、姓名、语文成绩、数学成绩和英语成绩,采用静态成员求各学生的平均分和各门课程的平均分。 2.来吧展示: using System; namespace Experiment_3._1 { class Progr ...
分类:Windows程序   时间:2021-01-12 10:37:59    阅读次数:0
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
Experiment 1
Experimental Objective: Proficient in Python operators; Proficient in Python built-in functions; Understand the simplification of combinatorial number ...
分类:其他好文   时间:2020-09-24 21:13:35    阅读次数:35
[kuangbin带你飞]专题1-23 Monkey and Banana
题目链接:https://vjudge.net/problem/HDU-1069 A group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the ...
分类:其他好文   时间:2020-05-30 13:06:28    阅读次数:65
提交文件目录到github,显示没有权限问题
每一个新复制一个Experiment文件,都没有提交到github的权限,这样更新github端的代码就变的很麻烦,以后使用一下方法解决这一问题 1、通过git将项目文件克隆到本地G盘: git clone https://github.com/sunsunshark/Experiment(例如:下 ...
分类:其他好文   时间:2019-12-24 18:49:30    阅读次数:148
二.列表,元组,集合,字典的基础应用
1.列表的应用(list [ ] 非常适合用于存储在程序运行期间可能变化的数据集) 1.1 range()函数 Experiments = [] for Experiment in range(1,10): Experiments.append(Experiment**2) print(Experi ...
分类:其他好文   时间:2019-12-12 20:02:04    阅读次数:117
Monkey and Banana
A group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the roof of a building, and at the mean time ...
分类:其他好文   时间:2019-11-10 14:03:22    阅读次数:119
90条   1 2 3 4 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!