实验

网络对抗实验四

Exp4 恶意代码分析 1.实践目标 1.1监控你自己系统的运行状态,看有没有可疑的程序在运行。 1.2分析一个恶意软件,就分析Exp2或Exp3中生成后门软件;分析工具尽量使用原生指令或sysinternals,systracer套件。 1.3假定将来工作中你觉得自己的主机有问题,就可以用实验中的 ......
网络

网络对抗实验四 恶意代码分析--20201313

#Exp4 恶意代码分析 一、实践基础 1、实践目的 监控你自己系统的运行状态,看有没有可疑的程序在运行。 分析一个恶意软件,就分析Exp2或Exp3中生成后门软件;分析工具尽量使用原生指令或sysinternals,systracer套件。 假定将来工作中你觉得自己的主机有问题,就可以用实验中的这 ......
20201313 恶意 代码 网络

Exp4 恶意代码分析 实验报告—20201229赵斌

Exp4 恶意代码分析 实验报告—20201229赵斌 一、实验目标 1.监控自己系统的运行状态,看有没有可疑的程序在运行。 2.分析一个恶意软件,就分析Exp2或Exp3中生成后门软件;分析工具尽量使用原生指令或sysinternals,systracer套件。 3.假定将来工作中你觉得自己的主机 ......
20201229 恶意 代码 报告 Exp4

GPU 编程第四次作业(实验五)

GPU 编程第四次作业(实验五) 1 实验步骤一: 1.1 代码 #include<stdio.h> #include<stdlib.h> #define N 4 int main(void) { int arr[N][N] = {{1,2,3,4}, {5,6,7,8}, {9,10,11,12} ......
GPU

CS50-Python实验5,6

Week 5 Unit Tests Testing my twittr 题目描述: 测试Problem Set2中Setting up my twttr程序; 题解: twttr.py def main(): print("Output: ", shorten(input("Input: "))) ......
Python CS 50

计算机网络自顶向下 可靠数据传输实验RDT3.0

也许更好的阅读体验 #include <stdio.h> #include <string.h> /* ****************************************************************** ALTERNATING BIT AND GO-BACK-N N ......
数据传输 计算机网络 数据 RDT3 RDT

实验3

实验任务1 task1.c #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void printf_text(int line,int col,char text[]); v ......

实验3

task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); void ......

实验三 函数应用编程

3.1 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]); void print ......
函数

实验三

#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); void print ......

实验3

实验任务1#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函数 ......

实验3

实验1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); void p ......

实验三

1, #include <time.h> #include <stdio.h> #include <stdlib.h> #include <windows.h> #define N 80 void print_text(int line,int col,char text[]); void prin ......

实验三

实验任务1 源代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); ......

胡乱总结-关于人际实验的一些思考与观测。

分析 不妨让事件有意思一点,额哈哈哈..... 1.偏见的信徒与刻板印象 如果我们思考一些有意思的现象,就是人际中,总会有好人、总会有坏人。当然社会规则肯定不能这么偏见的去定义一个人,所以我们合理科学的说,只能从具体的事件中去定义一个人相对于他者的行为的好与坏,所以我们不应该去人格上去进行讨论,或者 ......
人际

实验3

实验任务1程序源码#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); / ......

实验三

task1.c 源代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line,int col,char text); void p ......

实验三

实验一 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函数声 ......

实验三

task1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); ......

实验三

实验任务一 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函 ......

李湘楠实验3

//task1.c #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); ......
李湘

实验三

任务一 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_spaces(int n); void print_text(int line,int ......

实验3

task1 代码: #include <stdio.h>#include <stdlib.h>#include <time.h>#include <windows.h>#define N 80 void print_text(int line,int col,char text[]);void pr ......

实验三

源程序1 #include<stdio.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line,int col,char text[]); void print_spaces(int n); void ......

实验3

task1.c #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函数声 ......

实验3

task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); void ......

网络对抗实验四-恶意代码分析

Exp4 恶意代码分析 实验基础 实验目标 1.监控自己系统的运行状态,看有没有可疑的程序在运行。 2.分析一个恶意软件,就分析Exp2或Exp3中生成后门软件;分析工具尽量使用原生指令或sysinternals,systracer套件。 3.假定将来工作中你觉得自己的主机有问题,就可以用实验中的这 ......
恶意 代码 网络

实验3

task 1 程序源码: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <Windows.h> #define N 80 void print_text(int line, int col, char text[] ......

实验3

task1 #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> #define N 80 void print_text(int line, int col, char text[]); void pri ......

实验三

task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函 ......