Location:
Search - hand off
Search list
Description: 利用struts+hibernate 开发资源管理系统
开发一套完善的物资管理系统不但可以使物资的管理者,能够对物资的整个流程状态、库存状况了如指掌,并为决策管理提供科学依据,从而提高了管理水平和工作效率,而且可以使工作人员甩掉手工记账方式,从而最大限度地减少了手工操作带来的失误,达到事半功倍的效果。物资管理系统作为企业管理自动化、规范化的一部分,对提高企业管理效率、提高企业经济效益发挥不可替代的作用。-Use struts+ Hibernate Development Resource Management System to develop a comprehensive materials management system not only allows materials managers, able to flow throughout the state of supplies, inventory situation is very well informed, and to provide scientific basis for management decision-making, thereby enhancing the management level and work efficiency, but also so that the staff hand-off accounting methods in order to minimize the errors caused by manual operation, highly effective. Materials management system as the enterprise management automation, standardization as part of enterprise management to improve efficiency, enhance the economic efficiency of enterprises play an irreplaceable role.
Platform: |
Size: 541696 |
Author: 徐麟洲 |
Hits:
Description: pku 3613 Cow Relays
题意:给一个无向图,求从起点s到终点e尽力n条边的路径最小值。
边的数量2<=t<=100(每条边可以重复遍历)
算法:利用dp求出 path[ l ] [ i ] [ k ]=MIN(path[ l ][ i ] [ k ] , path[ l ][ i ] [ j ] + path[ l ][ j ] [ k ])
l 表示的是2的指数,假设 i 到 k 要途径 2^l 条边,那么他可以被分为两段 途径2^(l - 1)的路径。
利用开始的输入,然后递推,就可以推出所有的状态。
当需要找途经N条边的路径最小值时.将上面的值有效的组合起来.
上面求出了 1 2 4 8 16 …… 时的任意两条边的代价
对应的二进制是 1 10 100 1000 10000 ……
N可以拆成相应的二进制,然后用类似矩阵相乘的方法,往下推,就得到答案
m表示节点个数,(aXb)表示a行b列的矩阵一个 ,那么(1Xm)* path[ l ](mXm) 。
最终复杂度为O(t^3logn)
-Cow Relays
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 1163 Accepted: 433
Description
For their physical fitness program, N (2 ≤ N ≤ 1,000,000) cows have decided to run a relay race using the T (2 ≤ T ≤ 100) cow trails throughout the pasture.
Each trail connects two different intersections (1 ≤ I1i ≤ 1,000 1 ≤ I2i ≤ 1,000), each of which is the termination for at least two trails. The cows know the lengthi of each trail (1 ≤ lengthi ≤ 1,000), the two intersections the trail connects, and they know that no two intersections are directly connected by two different trails. The trails form a structure known mathematically as a graph.
To run the relay, the N cows position themselves at various intersections (some intersections might have more than one cow). They must position themselves properly so that they can hand off the baton cow-by-cow and end up at the proper finishing place.
Write a program to help position the cows. Find the shortest path that
Platform: |
Size: 1024 |
Author: zhang |
Hits:
Description: it describe the hand off tech in mobile communication
Platform: |
Size: 271360 |
Author: yogesh |
Hits:
Description: 基于BP神经网络的脱机手写汉字识别研究,包含预处理、汉字识别、后处理和识别输出-The Research of Off-line hand written Chinese character recognition Based on BP neutral network
Platform: |
Size: 3180544 |
Author: 唐笑 |
Hits:
Description: > 支持2000 xp 2003 vista win7
> 不在磁盘上产生任何临时文件
> 超优化的算法,在保护的情况下,操作硬盘,跟没有保护的情况下,速度一样, 不伤硬盘
> 模拟硬件还原卡工作原理,稳定快速
> 密码保护,用户登录后可以任意配置还原选项
> 支持只保护系统盘,和全盘保护, 支持多硬盘
> 保护MBR,加入防机器狗模块,用户可以手头关闭拦截第三方驱动的功能,比如用来完一些带驱动保护的游戏(以后改成白名单)
> 所有功能,集成到一个驱动文件里,全绿色免安装,一共一个文件
> 界面简洁,操作方便,没任何副作用,呵呵, 我诚认界面是学习迅闪的,以前用习惯它了,不过它不防狗
> 更改了下算法,应付内存特别小的情况 V1.3
>忘更新了,加了第三方驱动加载时拦截确认对话框有点鸡肋
> 当然,以上介绍有部分夸大之词 -> Support 2000 xp 2003 vista win7
> Do not have any temporary files on disk
> Super optimized algorithms in the case of protection, hard drive operation, with no protection in the case, the same speed, not to hurt the hard drive
> Analog hardware to restore the card works stable and fast
> Password protection, user login can restore any configuration options
> Support only protect the system tray, and overall protection, support multi-drive
> Protect the MBR, adding anti-robot module, the user can block third-party driver hand off functions, such as to complete some of the protection of the game with a drive (later changed to white list)
> All functions integrated into a driver file, the whole green-free installation, a total of a file
> Interface is simple, easy to operate, without any side effects, Oh, I sincerely recognize the flash interface is learning fast, has previously used to it, but it is not anti-dog
> Change the following algorithm to
Platform: |
Size: 432128 |
Author: 刘邦 |
Hits:
Description: Gives better hand off performance and avoids un necessary hand offs, so QOS increases to each user.
Platform: |
Size: 2048 |
Author: vijayan |
Hits:
Description: 使用opencv,采用肤色原理检测手部位置,有一些噪声,但相对于手部位置比较容易去除。-In this post, as the progress goes, the hand detection technologies using openCV is introduced. As the pictures inllustrated below, this detection method is independent with distance and background ( just not the background full of hands ), and the main segment method is color abstract which means getting the hand color pixels filtered. As the result tested within several environments, it workd well except slightly noise varying. But the noise is easy to take off.
Platform: |
Size: 225280 |
Author: feiren |
Hits:
Description: mobile hand off programme
Platform: |
Size: 1024 |
Author: kokila |
Hits:
Description: 手脱ASProtect 2.1x SKE的几个例子-Few examples of the hand off ASProtect 2.1x SKE
Platform: |
Size: 9216 |
Author: yuan |
Hits:
Description: 一步 教你手脱VMP壳,让菜鸟多一份脱VMP壳的思路-Step-by-step to teach you hand off the the VMP shell, so the rookie more than a de VMP shell ideas
Platform: |
Size: 5302272 |
Author: 虚线 |
Hits:
Description: The probability that a hand-off occurs as a function of the distance between the mobile & its serving base station. result is plotted in probability of had off Vs distance d!
Platform: |
Size: 38912 |
Author: Ashfia Diya |
Hits:
Description: hand off simulation for cellular network
Platform: |
Size: 1024 |
Author: salar |
Hits:
Description: In this document hand off strategies are discussed. the hand strategies which are used by cell in wireless communication are described here.
Platform: |
Size: 50176 |
Author: roopali |
Hits:
Description: 手把手教你如何在MDK开发环境中,片外SRAM调试运行STM32程序。这是一手资料,网上绝对没有这个调试方法。-Taught you how to MDK development environment, debugging and running STM32 chip SRAM program. This is the first-hand information, the Internet is absolutely no this testing method.
Platform: |
Size: 7797760 |
Author: ld |
Hits:
Description: Analysis of Horizontal and Vertical Hand off in Wireless Networks
Platform: |
Size: 114688 |
Author: aazz |
Hits:
Description: 模式识别 脱机手写的英文签名识别 .PCX图片文件,具有界面 封装成exe-English off-line signature recognition handwriting recognition mode
Platform: |
Size: 16083968 |
Author: SUN JIANPEI |
Hits:
Description: Introduction to hand off in lte network
Platform: |
Size: 538624 |
Author: mostafa |
Hits:
Description: CR radio main 1
Spectrum Hand off based on preemptive repeat priority queue in Cognitive radio Networks .It comes under communication division and should be implemented using MATLAB.
Platform: |
Size: 4096 |
Author: Srikanth |
Hits:
Description: CR code 2.
Spectrum Hand off based on preemptive repeat priority queue in Cognitive radio Networks .It comes under communication division and should be implemented using MATLAB.
Platform: |
Size: 2048 |
Author: Srikanth |
Hits:
Description: CR code 3
Spectrum Hand off based on preemptive repeat priority queue in Cognitive radio Networks .It comes under communication division and should be implemented using MATLAB.
Platform: |
Size: 1024 |
Author: Srikanth |
Hits: