按分类查找:

  • ARP test mode. According to the idea we design the arithmetic for the key part, first the system sen

    ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether ...

    /dl/351063.html

    标签: the arithmetic According design

    上传时间: 2016-10-06

    上传用户:chongcongying

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code gener ...

    /dl/373183.html

    标签: general-performanc benchmarks Dhrystone dhrystone

    上传时间: 2016-11-30

    上传用户:hphh

  • 应用UNIX的fork()等系统调用

    应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 ...

    /dl/382841.html

    标签: UNIX fork 系统调用

    上传时间: 2013-12-25

    上传用户:独孤求源

  • 信号量也称为信号锁

    信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序模拟了操作系统的pv操作

    /dl/383592.html

    标签: 信号量 信号

    上传时间: 2016-12-25

    上传用户:jjj0202

  • Java的多线程

    Java的多线程,程序、进程和线程的概念,实现多线程的两种方式,线程同步的原理,线程的死锁,运用wait和notify来实现producer - consumer关系,线程终止的两种情况。

    /dl/392340.html

    标签: Java 多线程

    上传时间: 2013-12-08

    上传用户:2467478207

  • 鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading

    鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dining Philosophers Problem o Deadlocks o A Solution to the Dining ...

    /dl/410564.html

    标签: Thread Multithreading Examples Problems

    上传时间: 2017-03-02

    上传用户:kristycreasy

  • 应用UNIX的fork()等系统调用

    应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 ...

    /dl/425716.html

    标签: UNIX fork 系统调用

    上传时间: 2014-12-07

    上传用户:gtf1207

  • java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一

    java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。   最常被问到。   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?   第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试 ...

    /dl/442374.html

    标签: java 笔试题

    上传时间: 2017-05-20

    上传用户:坏坏的华仔

  • 4、多线程有几种实现方法,都是什么?同步有几种实现方法,都是什么? 答:多线程有两种实现方法

    4、多线程有几种实现方法,都是什么?同步有几种实现方法,都是什么? 答:多线程有两种实现方法,分别是继承Thread类与实现Runnable接口 同步的实现方面有两种,分别是synchronized,wait与notify

    /dl/444551.html

    标签: 实现方法 多线程

    上传时间: 2017-05-25

    上传用户:dianxin61

  • 利用java 模拟多线程 notify()

    利用java 模拟多线程 notify() ,wait(),notifyAll(), 通过买票的实例来模拟。

    /dl/481973.html

    标签: notify java 模拟 多线程

    上传时间: 2013-12-15

    上传用户:牛布牛