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

Search list

[OS programjsjanquan

Description: 近几年来,Internet技术日趋成熟,已经开始了从以提供和保证网络联通性为主要目标的第一代Internet技术向以提供网络数据信息服务为特征的第二代Internet技术的过渡。-recent years, Internet technology matures. have started from and to provide network connectivity to ensure that the main aim of the first generation of Internet technology to provide network data information services to the characteristics of the second-generation Internet technology transition.
Platform: | Size: 18432 | Author: 周发之 | Hits:

[OpenGL programWaterfall-opengl

Description: opengl粒子系统开发的瀑布模型,在水的颜色方面做了从上到下颜色的过渡,以及pool中有水泡的冒上,程序中加了个图片,感觉不是很好,可以将它去掉,那样看起来就真实多了.-opengl particle systems development waterfall model, the water color has done a top to bottom color of the transition, and pool have blisters on the run, procedures were added to this picture, is not feeling well, it could be removed, it did seem more real.
Platform: | Size: 326656 | Author: shoarh | Hits:

[FlashMXPhotoFlasher

Description: 這是一個簡單的小工具,有點類似我們使用form方式設計時,使用behaver方式讓各個form作轉場特效一樣,不過這個工具是針對各個movie clip,相信對一些Art設計師有一定的幫助囉, 使用的是Transition manager方式完成,相信不久會有利用tween class方式的程式產生器吧..其實我還蠻需要的...因為help檔沒有,有時要參考指令,都要上網查一次-This is a simple little tool that we use is somewhat similar approach when designing form, behaver way to make use of every form for transitions effects, However, this tool is to address all the movie clip, I believe some designers Art will help Hello, using the Transition manager manner, I believe soon there will be tween class methods using the formula produce it .. I actually quite necessary ... because no help stall, sometimes direct reference should searched the internet
Platform: | Size: 120832 | Author: hudd | Hits:

[VC/MFChmm_new

Description: HMM(Hidden Markov Model),狀態數目N=3,觀察符號數目M=2,時間長度T=3。 (a) Probability Evaluation: 給定狀態轉換機率A、狀態符號觀察機率B、和起始機率 ,求觀察序列 出現的機率。 (b) Optimal State Sequence: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求一個狀態序列 使得O出現的機率最大。 (c) Parameter Estimation: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求新的A、B、 ,使得O出現的機率最大。 -HMM (Hidden Markov Model), state the number of N = 3, Observation number of symbols M = 2, T = length of three. (A) Probability Evaluation : given state transition probability A, Observer status symbol probability of B, and initial probability for observation sequence in the octave. (B) Optimal State Sequence : given state transition probability A, Observer status symbol probability of B, the initial probability, and observation sequence, for a state sequence of O makes the greatest risk. (C) Parameter Estimation : given state transition probability A, Observer status symbol probability of B, the initial probability, and observation sequence, the way the A, B, and O makes the greatest risk.
Platform: | Size: 146432 | Author: 章勝鈞 | Hits:

[Othertransition_for_crystal

Description: 光谱跃迁对于晶体的很有用的程序,有用稀土分析的工作者-transitions for the crystal very useful procedure, useful analysis of the RE workers
Platform: | Size: 1024 | Author: mihu | Hits:

[Othertransition_for_glass

Description: 有于玻璃的J-O分析,谨献给辛勤工作在稀土工作岗位上的人们。-in a glass of J-O analysis, I have dedicated to the hard work of the RE work on the people.
Platform: | Size: 1024 | Author: mihu | Hits:

[WEB Codeloginjz

Description: 脚本中有两个效果: 1.本页面动态加载,显示加载进度 2.页面渐隐过渡效果-script has two effects : 1. Dynamic loading of this page, showing the progress of two loading. Hidden pages gradual transition effect
Platform: | Size: 2048 | Author: ljh | Hits:

[FlashMXperlin-landscape

Description: 这个文件提供了Flash中的特殊效果的处理,即颜色分层过渡效果。-This document provides a Flash of the special effects, that is layered color transition effects.
Platform: | Size: 6144 | Author: 邹晓松 | Hits:

[DocumentsIPv6_technology

Description: 本书从介绍IPv4中问题的产生和现状入手,详细阐述了IPv6的各个方面,包括IPv6的寻址结构、扩展头、身份验证和安全性、对任意点播和组播的支持以及对相关协议的影响,同时还探讨了IPv4向IPv6过渡的策略和应用。-introduced the book from IPv4 problems of the status quo and start a detailed description of the various aspects of IPv6, including IPv6 addressing structure, the first expansion, identity verification and security, and the arbitrary choice of multicast support of the relevant agreements and the impact also explore the IPv4 to IPv6 transition strategies and applications.
Platform: | Size: 2929664 | Author: menghuan | Hits:

[JSP/JavaProcessSchedule6

Description: 进程调度的设计与实现1. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面 GUI,进程控制块,进程状态转换,多 级反馈队列进程调度算法。 2. 加深理解操作系统进程调度的过程。 3. 加深理解多级反馈队列进程调度算法。 -process of scheduling a Design and Implementation. Application of the following integrated knowledge point design and realization of the process of scheduling the operating system : adjacency list, boolean arrays, nonblocking input, GUI graphical user interface, process control block, the state transition process. Multi-Queue feedback process scheduling algorithm. 2. Deepen our understanding of the process of scheduling the operating system process. 3. Deepen our understanding of multi-level feedback queue process scheduling algorithm.
Platform: | Size: 2048 | Author: Solo | Hits:

[Other41104

Description: This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer allocation and deallocation. The terse names of the original C functions have been preserved to ease the transition for C programmers. New functions have been given short but less cryptic names using the same style (one word, all lower case). Most functions work as they do in the standard library or slightly better. Some examples: 1: The resulting string is always zero terminated. 2: All functions are thread safe in the sense that the class (but not an individual object) can be used by multiple threads concurrently. 3: Pre-conditions are tested using assert() which makes it possible to trap "out of bounds" errors in debug build, with no speed penalties in release build. -This the string class you expected to fin d in STL, but did t. The design goal of this class is to mak e all the string handling functions from the sta ndard C library available within a single C clas s, with the added bonus of automatic buffer alloca tion and deallocation. The terse names of the or iginal C functions have been preserved to ease t he transition for C programmers. New functions have been given short but less cryptic names usi ng the same style (one word, all lower case). Most functions work as they do i n the standard library or slightly better. Some examples : 1 : The resulting string is always zero terminated . 2 : All functions are thread safe in the sense that t he class (but not an individual object) can be us ed by multiple threads concurrently. 3 : Pre-conditions
Platform: | Size: 5120 | Author: 郭春阳 | Hits:

[Graph programpicbook-3.4

Description: PicBook automatically produces a photo album in HTML format of your images. It come with automatic image processing, slideshow, transition effects and other nifty stuff. It is easy to customise due to a configuration file and HTML-templates.-PicBook automatically produces a photo al bum in HTML format of your images. It come with au tomatic image processing, slideshow. transition effects and other nifty stuff. It is easy to customize due to a configuration file an d HTML-templates.
Platform: | Size: 98304 | Author: sjtuzyk | Hits:

[Otherrailkk

Description: 这是个火车转轨的问题, 用堆栈实现的一个解决方法-This is a transition of the train, using the stack to achieve a solution
Platform: | Size: 401408 | Author: xiao xu | Hits:

[matlabLMSandRLScompare

Description: 自适应系数的过渡过程比较与分析(基于LMS和RLS算法比较)。-adaptive coefficient of the transition process comparison and analysis (based on the LMS and RLS algorithm).
Platform: | Size: 8192 | Author: 张文 | Hits:

[DocumentshowtouseSVM.doc

Description: 本文从模式识别的基本概念谈起,过渡到神经网络模式识别,逐步引入到这四种支持向量机工具箱的使用。本文适合没有模式识别基础,而又急于上手的初学者。 -paper from the basic concept of pattern recognition about, the transition to the neural network pattern recognition, gradually introduced to the four SVM toolbox use. Pattern recognition is not appropriate basis, but eager to get started with beginners.
Platform: | Size: 6144 | Author: 欣雨 | Hits:

[Other1534532fdgh

Description: 四)练习该实验的目的和思路: 程序开始变得复杂起来,可能是大家以前编过的程序中最复杂的,但相对于以后的程序来说还是简单的。因此要认真把握这个过渡期的练习。程序规模大概为200行。本实验和以后的实验相关。通过练习,掌握对字符进行灵活处理的方法。 (五)为了能设计好程序,主意以下事情: 1.模块设计:将程序分成合理的多个模块(函数),每个模块做具体的同一事情。 2.写出(画出)设计方案:模块关系简图、流程图、全局变量、函数接口等。 -4) to practice the purpose of the experiment and thinking : beginning of the process to be more complicated, We may be numbered before the most complex procedures, but in relation to the procedures after or simple. Therefore, in order to seriously grasp this period of transition exercises. Procedures size of around 200 firms. After the experiment and the experimental correlation. Through practice, master of characters flexible approach. (5) In order to be able to design the program idea to the following matters : 1. Module Design : procedures will be divided into a number of reasonable modules (functions), each module of the same specific things. 2. Write (paint) Design Program : Module relationship diagrams, flow charts, global variables, function interface.
Platform: | Size: 13312 | Author: 千年老鬼 | Hits:

[Otherhfgh3236hfg

Description: 四)练习该实验的目的和思路: 程序开始变得复杂起来,可能是大家以前编过的程序中最复杂的,但相对于以后的程序来说还是简单的。因此要认真把握这个过渡期的练习。程序规模大概为200行。本实验和以后的实验相关。通过练习,掌握对字符进行灵活处理的方法。 (五)为了能设计好程序,主意以下事情: 1.模块设计:将程序分成合理的多个模块(函数),每个模块做具体的同一事情。 2.写出(画出)设计方案:模块关系简图、流程图、全局变量、函数接口等。 -4) to practice the purpose of the experiment and thinking : beginning of the process to be more complicated, We may be numbered before the most complex procedures, but in relation to the procedures after or simple. Therefore, in order to seriously grasp this period of transition exercises. Procedures size of around 200 firms. After the experiment and the experimental correlation. Through practice, master of characters flexible approach. (5) In order to be able to design the program idea to the following matters : 1. Module Design : procedures will be divided into a number of reasonable modules (functions), each module of the same specific things. 2. Write (paint) Design Program : Module relationship diagrams, flow charts, global variables, function interface.
Platform: | Size: 5120 | Author: 千年老鬼 | Hits:

[OtherP65-3-4

Description: 四)练习该实验的目的和思路: 程序开始变得复杂起来,可能是大家以前编过的程序中最复杂的,但相对于以后的程序来说还是简单的。因此要认真把握这个过渡期的练习。程序规模大概为200行。本实验和以后的实验相关。通过练习,掌握对字符进行灵活处理的方法。 (五)为了能设计好程序,主意以下事情: 1.模块设计:将程序分成合理的多个模块(函数),每个模块做具体的同一事情。 2.写出(画出)设计方案:模块关系简图、流程图、全局变量、函数接口等。 -4) to practice the purpose of the experiment and thinking : beginning of the process to be more complicated, We may be numbered before the most complex procedures, but in relation to the procedures after or simple. Therefore, in order to seriously grasp this period of transition exercises. Procedures size of around 200 firms. After the experiment and the experimental correlation. Through practice, master of characters flexible approach. (5) In order to be able to design the program idea to the following matters : 1. Module Design : procedures will be divided into a number of reasonable modules (functions), each module of the same specific things. 2. Write (paint) Design Program : Module relationship diagrams, flow charts, global variables, function interface.
Platform: | Size: 5120 | Author: 千年老鬼 | Hits:

[OtherP66-3-11

Description: 四)练习该实验的目的和思路: 程序开始变得复杂起来,可能是大家以前编过的程序中最复杂的,但相对于以后的程序来说还是简单的。因此要认真把握这个过渡期的练习。程序规模大概为200行。本实验和以后的实验相关。通过练习,掌握对字符进行灵活处理的方法。 (五)为了能设计好程序,主意以下事情: 1.模块设计:将程序分成合理的多个模块(函数),每个模块做具体的同一事情。 2.写出(画出)设计方案:模块关系简图、流程图、全局变量、函数接口等。 -4) to practice the purpose of the experiment and thinking : beginning of the process to be more complicated, We may be numbered before the most complex procedures, but in relation to the procedures after or simple. Therefore, in order to seriously grasp this period of transition exercises. Procedures size of around 200 firms. After the experiment and the experimental correlation. Through practice, master of characters flexible approach. (5) In order to be able to design the program idea to the following matters : 1. Module Design : procedures will be divided into a number of reasonable modules (functions), each module of the same specific things. 2. Write (paint) Design Program : Module relationship diagrams, flow charts, global variables, function interface.
Platform: | Size: 4096 | Author: 千年老鬼 | Hits:

[OtherC_language_program_design

Description: C语言程序设计_pdf C语言是目前流行的通用程序设计语言,是许多计算机专业人员和计算机的爱好者学习程序设计语言的首选。 本书共10章,分别介绍了C语言的算法基础、基本概念和如何利用C语言进行程序设计。通过大量的实例介绍了C语言的精华,特别针对目前C语言的发展,精心策划了C语言的综合应用、图形与动画的设计、音乐的演奏等。 从结构化程序设计到面向对象的程序设计,其发展前景是不以人的意志为转移的。为了使学生尽快地掌握并顺利地过渡面向对象的程序设计方法,我们专门编写了介绍C++入门知识的一章,以使本教材更加完美。 本书的作者都是长期在高校从事计算机基础教育的一线教师,有丰富的教学经验和写作经验,书中文字流畅、通俗易懂、概念清楚、深入浅出、例题丰富,书后的附录专门配有每章的练习供读者选用。 此书可作为普通高校本、专科学生的教学用书,也可供一般工程技术人员自学使用。-C Programming Language C language is _pdf popular generic programming language, Many computer professionals and computer enthusiasts learning programming language of choice. The book has 10 chapters, each introduced the C language based on the algorithm, the basic concepts and how to use C language program. Through numerous examples of the best of C language, in particular in relation to the current C language development, carefully plotted C language integration of applications, graphics and animation design, music and the performances. From structured programming to object-oriented design process design, development prospects is not the will of man. To enable students to quickly grasp and smooth transition to the object-oriented program design, We prepared special knowledge on C inductio
Platform: | Size: 4871168 | Author: li | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net