一、实验目的 掌握多线程程序设计 二、实验环境 1、微型计算机一台 2、WINDOWS操作系统,Java SDK,Eclipse开发环境 三、实验内容 1、Java有两种实现多线程的方式:通过Runnable接口、通过Thread直接实现,请掌握这两种实现方式,并编写示例程序。 2、多线程是并发执行的,交替占有cpu执行,请编写示例程序,并观察输出结果。 3、采用线程同步方法机制来解决多线程共享冲突问题,编写示例程序。
2022-11-10 18:03:45 237KB java w
1
Lots of runnable code When you get access to Fullstack Vue, you’re not getting just a book, but access to live code examples. Every chapter in the book comes packed with a complete project that builds on the concepts of the chapter. 8 Chapters Every chapter focuses on a different part of the ecosystem, but in the context of an app. So you’ll see how everything fits together. Complete Sample Apps Several sample applications, ranging from simple to complex are included with every copy of the book. Up-to-date As the Vue framework matures, so does the book and code. Our team has a history of keeping our books up date – we’ve released updates for our books on Angular & React over 50 times. Detailed explanations We explain, in detail, nearly every concept in every chapter. By the end of the book, you’ll understand Vue really well and feel comfortable writing your own apps.
2022-11-10 17:07:25 38.93MB Vue 全栈 示例代码
1
使用Mininet的SSH MITM攻击演示 介绍 在此演示中,我们将演示恶意攻击者如何通过称为ARP欺骗的方法窃听SSH客户端和SSH服务器之间的流量,从而成为中间人主机。 入门 此示例需要两个至关重要的软件,分别称为Mininet和Ettercap。 我们将在下面介绍如何安装这些软件。 Mininet安装 首先,我们需要安装Mininet。 Mininet是基于软件的网络仿真器。 它允许用户在单个Linux内核上运行最终主机,交换机,路由器和链接的集合。 您可以在计算机上安装Mininet,也可以通过Mininet网站上提供的VM映像运行此示例。 可以在找到更多详细的安装说明和有关Mininet的更多信息。 Ettercap安装 其次,我们需要安装Ettercap。 Ettercap是一个全面的套件,可轻松执行各种基于网络的攻击,例如ARP欺骗。 它具有实时连接嗅探,动态内容过滤以及许
2022-11-10 12:57:08 7KB Python
1
海康官网挂了 CH-HCNetSDKV6.1.4.42_build20200527_win64,海康sdk示例 包括:1- MFC综合示例 2- MFC分功能示例 3- C# 开发示例 4- Java 开发示例
2022-11-10 12:31:43 70.66MB 海康 SDK
1
通过一个简单的demo示例,介绍了MaterialDesign在wpf应用程序中的使用,实现wpf的mvvm,并封装了MaterialDesign酷炫的弹窗对话框(信息输入框、信息提示框、等待提示框)。(完整源码示例)
2022-11-10 12:00:04 2.4MB MaterialDesign wpf 对话框 源码
1
IBM AMLSim 示例数据集
2022-11-10 01:18:19 11.37MB
1
Xamarin表格时间表 这是一个探索Xamarin.Forms的简单时间表应用程序。 此应用程序还具有Xamarin iOS / Android的后续实现,以便进行比较。 Xamarin iOS / Android实现 博客 Xamarin.Forms 1.3.1更新 此仓库支持的博客文章最初是针对Xamarin.Forms 1.2.3编写的。 出于好奇,我最近对其进行了清理,并意识到该解决方案不再使用最新的工具链构建。 因此,我将Xamarin.Forms升级到了我所支持的当前工具的最旧版本,并创建了xamarin-forms-1.3.1分支。 未经修改的原始版本将保留在master
2022-11-10 00:13:49 117KB xamarin xamarin-forms XamarinC#
1
Android MVC、MVP、MVVM、MVI架构示例
2022-11-09 21:17:28 837KB MVI MVVM Android架构
1
Qt5.6.2使用Opencv3.3.0的库,可以浏览打开本地图片进行测试。
2022-11-09 19:56:44 2KB Qt5.6.2 Opencv3.3.0 图片
1
Android Studio项目 一个能够全局悬浮在应用上的AccessibilityService无障碍服务悬浮窗示例代码 有完整的AccessibilityService配置方法
1