Welcome![Sign In][Sign Up]
Location:
Search - TSS

Search list

[Other resourcetss

Description: 一个Turbo C编写的贪食蛇游戏的源代码-a Turbo C Tanshichi prepared by the game's source code
Platform: | Size: 24079 | Author: lrc | Hits:

[Other resourceSplineCSharp

Description: C#编写的三次样条插值函数,TSS法求解对角矩阵方程函数,插值点函数值计算函数。-prepared by the cubic spline interpolation function, TSS method diagonal matrix equation function, interpolation function point value function.
Platform: | Size: 1254 | Author: 詹华 | Hits:

[Other resourcetss

Description: 飞速贪吃蛇游戏,比一般的贪吃蛇游动速度要快几倍,打开它的源码你可以自行修改速度的。
Platform: | Size: 29451 | Author: Michael | Hits:

[Othertss

Description: 贪食蛇VB实现 贪食蛇VB实现
Platform: | Size: 4943 | Author: PeacockYun | Hits:

[Other Riddle gamestss

Description: 简单的贪食蛇小游戏 Win环境下VC编译通过 很基础的东西-simple little game Win environment through VC compiler based on the very things
Platform: | Size: 3072 | Author: 某人 | Hits:

[Other Gamestss

Description: 一个Turbo C编写的贪食蛇游戏的源代码-a Turbo C Tanshichi prepared by the game's source code
Platform: | Size: 23552 | Author: | Hits:

[matlabmotionEstTSS

Description: 三步法哪l是一种较好的搜索算法,快速而且高效,它是在对数法的基础上对 其进行了改进,提出在每一步搜索后搜索步长均减半的算法。它基本保持了FS的 性能,但其计算量只有FS的10%左右。TSS在会议电视和可视电话中应用较多, 它通过三步搜索,逐步较小搜索步长。若最大搜索范围为士7,搜索精度取一个像 素,则步长为4、2、1,共需三步即可满足要求,从而得名。 -L three-step method which is a better search algorithm, fast and efficient, it is on the basis of the number of law be improved, made in every step of the search after the search step of the algorithm are reduced by half. It basically maintained the performance of FS, but the calculation is only about 10 of FS. TSS at the meeting on television and video telephony in the application of more three-step search through progressively smaller search step. If the maximum search range of disabilities 7, search for a pixel accuracy, the step size for the 4,2,1, a total of three steps to meet the requirements, thus its name.
Platform: | Size: 2048 | Author: 赵光 | Hits:

[matlabmotionEstNTSS

Description: 新三步搜索算法对三步算法进行了适当的改进,在一定程度上弥补了TSS算法在估计细小运动时的不足,并加入了半途中止的策略,进一步提高了搜索精度 -The new three-step search algorithm for three-step algorithm to improve the appropriate, to a certain extent make up for the TSS algorithm in estimating the inadequacy of a small movement, and joined the mid-suspension strategy to further improve the search accuracy
Platform: | Size: 2048 | Author: 赵光 | Hits:

[assembly languagePMSTART8

Description: 保护模式下编程。通过陷阱门INT 0FEh进行字符串输出。通过任务状态段TSS进行任务切换 -Protected mode programming. INT 0FEh through the trap door to the output string. Through the Task State Segment TSS for task switching
Platform: | Size: 5120 | Author: 周英 | Hits:

[CommunicationME_Prog_3BMA

Description: this file contains the source code for TSS, 4SS and CDS algorithm using visual C code by Dr Lai Man Po
Platform: | Size: 66560 | Author: alyssa | Hits:

[Education soft systemtss

Description: 我的毕业设计,, 哇哈哈,,,很好很强大-My graduation project, wow ha ha,,, very good .... very powerful
Platform: | Size: 252928 | Author: 张平 | Hits:

[Special Effectstss

Description: YUV视频文件二维运动估计中的三步法源程序,可以直接运行!-Three Step Search
Platform: | Size: 558080 | Author: 刘丽琛 | Hits:

[matlabmotionEstTSS

Description: Implementation of the TSS (three step search) algorithm in matlab which is used for motion estimation and compensation technique for macro blocks.
Platform: | Size: 2048 | Author: naim12345 | Hits:

[OS Developvs

Description: My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4 引入进程的概念(用双向链表来管理) 5 实现了第一个Ring3进程(但是此刻IF位置0,暂不响应时钟中断) 阶段3: 1 现在系统中有2个进程 2 开启时钟中断,对进程进行调度 3 现在每个进程有两个栈(Ring3栈,Ring0内核栈),中断处理程序也有了自己的内核栈,这样子,无论你的ISR多么复杂都不会乱了。 阶段4: 1 优化了中断处理过程,实现了中断的重入 2 实现了进程优先级的概念 3 开启键盘中断,进程中可以可以读取键盘输入(代码模仿,还有BUG,以后修正) 未来计划(如果谁有兴趣一起做的话,welcome !): 1 继续完善键盘输入功能 2 将每个任务(进程)的输入,输出隔离开来-My Mini operating system source code Already implemented features: Phase 1: 1 BootSect 2 Kernel Loader (has entered the protected mode, and the necessary parameters to the Kernel) 3 Kernel (open page storage, a simple physical memory management, interrupt provides a basic set of interfaces, using Bget created a simple heap) Phase 2: An optimized part of the code, including kernel stack, kernel stack of re-arrangement 2 Initializes a TSS, to deal with privilege level change 3 to GDT from the previous KernelLoader space to their own space 4 introduces the concept of the process (using two-way linked list to manage) 5 to achieve the first Ring3 process (but at the moment IF position 0, they will not respond to the clock interrupt) Stage 3: 1 Now the system has two processes 2 Turn the clock interrupt, the process scheduling 3, each process now has two stacks (Ring3 stack, Ring0 kernel stack), the interrupt handler also has its own kernel stack, this way, no ma
Platform: | Size: 67584 | Author: 程光 | Hits:

[Game ProgramTSS

Description: 经典游戏 贪吃蛇 java 源码 直接运行tss.jar即可-classical game snake, by java
Platform: | Size: 8192 | Author: mouyichen | Hits:

[Special EffectsMEmy

Description: 分析了各种运动估计算法,包含FS,TSS,NTSS,4SS,DS,HS,CDHS,CDS等快速运动估计算法-Analysis of various motion estimation algorithms, including FS, TSS, NTSS, 4SS, DS, HS, CDHS, CDS and other fast motion estimation algorithm
Platform: | Size: 268288 | Author: 赵刚 | Hits:

[matlabmotionEstTSS

Description: tss algorithm motion estimation
Platform: | Size: 2048 | Author: aliozturk | Hits:

[WEB Codetss

Description: 老师和学生服务(TSS)是一个网站,旨在让老师轻松上传作业、项目等供学生查看-Teacher and Student Services (TSS) is a website designed to allow teachers to easily upload operations, projects, etc. for students to view
Platform: | Size: 420864 | Author: 茉莉花 | Hits:

[matlabTSS

Description: matlab TSS优化算法的源代码,代码说明详述代码功能-Computes motion vectors using*NEW* Three Step Search method
Platform: | Size: 3072 | Author: wangzhe | Hits:

[SCMtss

Description: 基于KL25系列单片机的 tss触摸按键驱动,已在项目中使用-Based KL25 MCU tss touch key driver has been used in the project
Platform: | Size: 2048 | Author: smartisys | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net