Location:
Search - performance lab
Search list
Description: jboss 开发人员 手册
JBoss: A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you ll find a section called \"What about...\" that anticipates and answers likely follow-up questions, along with a section that points you to articles and other resources if you need more information. -ORM development manual JBoss : A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you ll find a section called "What about ... "that anticipates and answers likely follow-up questions, along with a section that points you to articles and other resources if you need more information.
Platform: |
Size: 2002091 |
Author: z |
Hits:
Description: This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.-This lab exercise will cover the use of Acce lDSP's design exploration capabilities that i nclude mapping variables to memory and unrolli Vi loop and vector operations. You will learn ho w to create different hardware architectures w ithout modifying the MATLAB source to explore d ifferent area / performance tradeoffs.
Platform: |
Size: 54320 |
Author: 杨平 |
Hits:
Description: performance lab in C
Platform: |
Size: 3085 |
Author: chiho |
Hits:
Description: jboss 开发人员 手册
JBoss: A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you ll find a section called "What about..." that anticipates and answers likely follow-up questions, along with a section that points you to articles and other resources if you need more information. -ORM development manual JBoss : A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you ll find a section called "What about ... "that anticipates and answers likely follow-up questions, along with a section that points you to articles and other resources if you need more information.
Platform: |
Size: 2001920 |
Author: z |
Hits:
Description: RGB空间转换到SCIE空间,可以模拟彩色图像在不同距离下的表现-space conversion of RGB SCIE space can simulate color images at different from the performance
Platform: |
Size: 250880 |
Author: adf |
Hits:
Description: This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.-This lab exercise will cover the use of Acce lDSP's design exploration capabilities that i nclude mapping variables to memory and unrolli Vi loop and vector operations. You will learn ho w to create different hardware architectures w ithout modifying the MATLAB source to explore d ifferent area/performance tradeoffs.
Platform: |
Size: 54272 |
Author: 杨平 |
Hits:
Description: performance lab in C
Platform: |
Size: 3072 |
Author: chiho |
Hits:
Description: 将VHDL转换为C的软件
将VHDL转换为C的软件-VH2SC is a free basic VHDL to SystemC converter. The converter handles a small subset of Synthesisable VHDL 87/93 language constructs. The current version translates all VHDL IEEE types to sc_int/sc_uint/integers and booleans this in order to maximise performance. The aim of the converter is to produce a cycle accurate model of synthesisable VHDL code. The converter runs on Windows
Example1: Simple counter
Convert the counter.vhd file to SystemC,
c:VHDL2SystemCexample1>vh2sc-v-mti count.vhd
VH2SC-> VHDL to SystemC Converter
Ver 0.21** Alpha Release** (c)HT-Lab 2007
SQLite Version : 3.3.13
Parsing File : count.vhd
Line 9** Info : library ieee ignored
Line 28** Info : VH2SC Translation Disabled
Line 32** Info : VH2SC Translation Re-Enabled
Line 37** Info : process() translated to process_line37
Writing Header File : cnt.h
Writing C++ File : cnt.cpp
** Info : Modelsim SC_MODULE_EXPORT(cnt) macro added
The-v is a verbose flag and-mti is requi
Platform: |
Size: 819200 |
Author: whiz |
Hits:
Description: 编写一个简单的学生成绩录入及显示系统,具体要求如下:
定义一个成绩结构体:至少包括C++、数学、英语;
定义一个学生结构体:至少包括姓名、性别、年龄、成绩结构体成员;
定义一个学生成绩录入函数,用于对学生进行成绩录入;采用动态分配的内存(new 和delete),对学生信息进行存储,要根据指定的输入数量进行内容分配;
重载函数的使用:定义二个比较函数,函数名为comp,该函数即可以对姓名进行比较也可以对成绩进行比较。
默认参数值的函数的使用:定义一个带有默认值参数的成绩排序函数,这个默认值参数用于区分是对那门成绩排序,如果使用默认值则表示对所有学生的C++成绩排序,否则按姓名排序,排序时要用到定义的重载函数comp;
定义一个学生数组,将排序结果存入该数组中。
-A defined write a simple student input and display system, specific requirements are as follows: to define one of the most accomplished structure: at least C++, mathematics, English definition of a student structure: at least include the name, sex, age, performance structure members student entry function for students grades entry dynamically allocated memory (new and delete), student information storage, content distribution according to the specified number of input overloaded function: Define two comparison function, a function called comp, the function names that comparison can also compare the achievements. Function of the use of default parameter values: define a sort function with a default value of the parameter achievements, the default value of the parameter is used to distinguish door achievements sort, if you use the default value, said all students C++ achievements Sort Otherwise, press The name sort, sort use to the definition of an overloaded function comp definitio
Platform: |
Size: 1024 |
Author: 一一 |
Hits:
Description: 自定义进程相关的数据结构;
利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合;
利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法);
测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data structures MFC class library stack (queue), linked list (list), vector (vector) template analog process control block queue, process control block priority queue statistics linked list and its instruction set MSDN and MFC API programming (first-come, first-serve algorithm, round-robin algorithm to achieve a common process control and scheduling policies, the highest priority priority scheduling algorithm shortest process scheduling algorithm) the test above process scheduling strategy turnaround time, with the right turnaround time, average turnaround time and average with the right turnaround time and qualitative evaluation of their performance.
Platform: |
Size: 437248 |
Author: 孙萧萧 |
Hits:
Description: large.
The second technique is the time–frequency domain equalization with channel shortening [29]. A time-domain equalizer is inserted to reduce the MIMO channels to the ones with the channel length shorter than or equal to the CP length, and then, a one-tap frequency-domain equalizer is applied to each subcarrier. When the MIMO channels are shortened by the time-domain equalizer, residual ICI and ISI are introduced. They cannot be eliminated by the subsequent frequency-domain equalizer and, thus, limit the performance.
Platform: |
Size: 295936 |
Author: uunuu0717 |
Hits:
Description: The objective of designing this lab is to show the WAN implementation. XYZ
company branches are in Glasgow and Manchester while head office is in London, all
the servers running in head office. The goal is to show network performance is
affected by background traffic. There are two scenarios in the project.
1. To show network performance without background traffic.
2. To show network performance with background traffic.
Platform: |
Size: 689152 |
Author: Raghav Puri |
Hits:
Description: OPNET模拟具有星形拓扑实验室网络,由于需要,扩展一个实验室,分析仿真结果,一个额外的实验室的网络,以检测扩展负载是否会影响网络性能或引起的网络通信故障。-opnet a laboratory simulation of a building has a star topology network, due to the need, in a next expansion, analysis and simulation results, an additional network of laboratories to detect the extended load brought no affect network performance or cause network communication failures.
Platform: |
Size: 1972224 |
Author: 侯捷 |
Hits:
Description: csapp performance lab实验代码,直接可用。分数为16.7和18.9-the code of performance lab, in the course csapp. the scores are 16.7 and 18.9
Platform: |
Size: 2048 |
Author: wennnnndy |
Hits:
Description: csapp performance lab实验代码,直接可用。分数为16.4和20.4-the code of csapp performance lab. the scores are 16.4 and 20.4
Platform: |
Size: 1024 |
Author: wennnnndy |
Hits:
Description: csapp performance lab的代码,直接可用,分数为16.6和18.6-code of csapp performance lab. the scores are 16.6 and 18.6
Platform: |
Size: 2048 |
Author: wennnnndy |
Hits:
Description: csapp performance lab代码,直接可用,分数为17.8和22.2-code of csapp performance lab. the scores are 17.8 and 22.2
Platform: |
Size: 3072 |
Author: wennnnndy |
Hits:
Description: Investigation on Quality of Service (QoS) performance over 4G LTE with its effects on the voice calls, data and video application traffic using Riverbed (OPNET) platform
Platform: |
Size: 421888 |
Author: nickneal |
Hits:
Description: MATLAB to compare the performance of various digital modulation schemes commonly used to transmit digital signals over mobile communication channels.
Platform: |
Size: 21504 |
Author: nickneal |
Hits:
Description: MATLAB to examine the performance of a Pseudo-Noise based spread spectrum scheme.
Platform: |
Size: 35840 |
Author: nickneal |
Hits: