Welcome![Sign In][Sign Up]
Location:
Search - Enable.n

Search list

[Other resourceHuffman程序

Description: 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the value of the characters in the corresponding Huffman coding.
Platform: | Size: 9185 | Author: 张磊 | Hits:

[OpenGL programGraphicEx.v9.9

Description: GraphicEx is an addendum to Delphi s Graphics.pas in order to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for image browsing and editing purposes as long as you don t need to save images. Currently only TTargaGraphic also supports saving an image-GraphicEx is an addendum to Delphi s Graphi cs.pas in order to enable your application to lo ad many common image formats. This library is pr imarily designed to load images as background ( buttons, forms, toolbars) and textures (DirectX. OpenGL) or for image browsing and editing purpo ses as long as you don t need to save images. Curre ntly only TTargaGraphic also supports saving a n image
Platform: | Size: 412406 | Author: hfb | Hits:

[Other resourceMCRGSA

Description: MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost--------费用邻接矩阵 %Source------源节点标号 %End---------目的节点标号组成的向量 %MBR---------各代最优路径编码-MCRGSA ------ Multicast Routing genetic simulated annealing% M -------- --- genetic algorithm algebra% N ----------- population size, even take Pm ----------% probability parameter variation% ----------- same temperature K Jump under a number of state ----------% t0 initial temperature cooling% alpha ------- beta coefficient% -------- balanced concentration coefficient% ROUTES ------ Alternative Path Set% Enable --------- nodes to the number of alternative paths% -------- Cost adjacent costs Matrix% Source ------ source node labeling% End --------- destination node labeling Group Vector%% of the MBR --------- generations optimal path coding
Platform: | Size: 1766 | Author: 程爱华 | Hits:

[OtherSplashScreenEx_Demo

Description: SplashScreenEx_Src.zip实现了SplashScreen,让此更简单。-SplashScreenEx_Src.zip realized SplashScree n, and enable more simple.
Platform: | Size: 60446 | Author: Ben | Hits:

[Otherzz3

Description: 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only enforcement", "allow time", "Allow writing"; (4) the external characteristics should be closer to the real system, documents can be set up to operate the follo
Platform: | Size: 2788 | Author: zz | Hits:

[Process-ThreadMvpProject

Description: n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business work should be done in the UI thread\". By applying threading correctly you should never have a situation where the UI is blocked while processing some business work. [ref]http://www.codeproject.com/KB/cs/ModelViewPresenterWithDI.aspx
Platform: | Size: 22494 | Author: dozingcat | Hits:

[Other resourceb~a~hh

Description: 由n2个方块排成n行n列的正方形称为“n元棋盘”。如果两个皇后位于n元棋盘上的同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 具体要求如下; (1)n可由键盘输入。 (2)在输入n后,动态建立方法说明中所需要建立的数组空间;程序运行结束时释放该存储空间。 (3)分别用n=4,5,6运行你的程序。-by n2-n squares formed n trip out of a square called "n chessboard." If the two Queen's n chessboard at the same line or in the same series or on the same diagonal, claimed they attack each other. Request output enable chessboard n-n the Queen's not attack each other all the layout. Specific requirements are as follows; (1) n input from the keyboard. (2) n input, dynamic methodology established by the needs of an array of space; Running at the end of the release of the storage space. (3), respectively, n = 4,5,6 run your procedures.
Platform: | Size: 8992 | Author: 林新华 | Hits:

[Other resource数据结构c描述习题集答案

Description: 减1计数器 一、设计要求 用Verilog HDL语言设计一个计数器。 要求计数器具有异步置位/复位功能,可以进行自增和自减计数,其计数周期为2^N(N为二进制位数)。 二、设计原理 输入/输出说明: d:异步置数数据输入; q:当前计数器数据输出; clock:时钟脉冲; count_en:计数器计数使能控制(1:计数/0:停止计数); updown:计数器进行自加/自减运算控制(1:自加/0:自减); load_d-a counter a reduction, design requirements using Verilog HDL design of a counter. Asynchronous requests with counter-home / reset functions can be carried out by self and self-count reduction, cycle counting of 2 ^ N (N for binary digit). Second, the principle of design input / output Description : d : asynchronous home several data input; Q : The current counter data output; Clock : clock pulse; Count_en : Counting enable control (1 : Counting / 0 : Stop counting); Updown : dollars several self-Canada / reduction Operational control (1 : Since the plus / 0 : Since decrease); load_d
Platform: | Size: 112206 | Author: tutu | Hits:

[EditBox读取text第n行数据

Description: 这是一个用vb编写的程序,程序功能虽然单一,但是能使我们在编写别的软件时能迅速的解决一些文本框的应用问题-vb prepared using the procedure, although the function of a single procedure, but will enable us to the preparation of other software can quickly solve some of the text box application
Platform: | Size: 2705 | Author: aa | Hits:

[ARM-PowerPC-ColdFire-MIPS9200-emc-test

Description: AT91S_IPheader IpHeader; int status; AT91F_LowLevelInit(); AT91F_DBGU_Printk("\n\n\r-I- ======================================\n\r"); AT91F_DBGU_Printk("-I- AT91RM9200 EMAC Test\n\r"); AT91F_DBGU_Printk("-I- --------------------------------------\n\r"); //* System Timer initialization AT91F_ST_SetPeriodInterval(AT91C_BASE_ST, AT91C_ST_PITS); AT91F_ST_EnableIt(AT91C_BASE_ST, AT91C_ST_PITS); AT91F_AIC_ConfigureIt ( AT91C_BASE_AIC, // AIC base address AT91C_ID_SYS, // System peripheral ID AT91C_AIC_PRIOR_HIGHEST, // Max priority AT91C_AIC_SRCTYPE_INT_LEVEL_SENSITIVE, // Level sensitive AT91F_ST_ASM_HANDLER ); //* Enable ST interrupt AT91F_AIC_EnableIt(AT91C_BASE_AIC, AT91C_ID_SYS); //* Initialize AT91RM9200 EMAC status = AT91F_EmacEntry(); if (status) { sprintf(MsgBuffer, "Error EMAC init: 0x%x", status); AT91F_DBGU_Printk(MsgBuffer); while(1); } while(1) if (AT91F_ProcessEmacPacket(&IpHeader) == AT91C_IPPACKET) AT91F_DisplayIpPacket(&IpHeader);
Platform: | Size: 57527 | Author: onewind | Hits:

[OtherIR2184S_-_HALF-BRIDGE_DRIVER.rar

Description: The IR2184(4)(S) are high voltage, high speed power MOSFET and IGBT drivers with dependent high and low side referenced output channels. Pro- prietary HVIC and latch immune CMOS technologies enable rugge- dized monolithic construction. The logic input is compatible with standard CMOS or LSTTL output, down to 3.3V logic. The output drivers feature a high pulse current buffer stage designed for minimum driver cross-conduction. The floating channel can be used to drive an N-channel power MOSFET or IGBT in the high side configuration which operates up to 600 volts.
Platform: | Size: 178317 | Author: 5821594 | Hits:

[Chess Poker gamesb~a~hh

Description: 由n2个方块排成n行n列的正方形称为“n元棋盘”。如果两个皇后位于n元棋盘上的同一行或同一列或同一对角线上,则称它们为互相攻击。要求输出使n无棋盘上的n个皇后互不攻击的所有布局。 具体要求如下; (1)n可由键盘输入。 (2)在输入n后,动态建立方法说明中所需要建立的数组空间;程序运行结束时释放该存储空间。 (3)分别用n=4,5,6运行你的程序。-by n2-n squares formed n trip out of a square called "n chessboard." If the two Queen's n chessboard at the same line or in the same series or on the same diagonal, claimed they attack each other. Request output enable chessboard n-n the Queen's not attack each other all the layout. Specific requirements are as follows; (1) n input from the keyboard. (2) n input, dynamic methodology established by the needs of an array of space; Running at the end of the release of the storage space. (3), respectively, n = 4,5,6 run your procedures.
Platform: | Size: 9216 | Author: 林新华 | Hits:

[VHDL-FPGA-Verilog数据结构c描述习题集答案

Description: 减1计数器 一、设计要求 用Verilog HDL语言设计一个计数器。 要求计数器具有异步置位/复位功能,可以进行自增和自减计数,其计数周期为2^N(N为二进制位数)。 二、设计原理 输入/输出说明: d:异步置数数据输入; q:当前计数器数据输出; clock:时钟脉冲; count_en:计数器计数使能控制(1:计数/0:停止计数); updown:计数器进行自加/自减运算控制(1:自加/0:自减); load_d-a counter a reduction, design requirements using Verilog HDL design of a counter. Asynchronous requests with counter-home/reset functions can be carried out by self and self-count reduction, cycle counting of 2 ^ N (N for binary digit). Second, the principle of design input/output Description : d : asynchronous home several data input; Q : The current counter data output; Clock : clock pulse; Count_en : Counting enable control (1 : Counting/0 : Stop counting); Updown : dollars several self-Canada/reduction Operational control (1 : Since the plus/0 : Since decrease); load_d
Platform: | Size: 111616 | Author: tutu | Hits:

[EditBox读取text第n行数据

Description: 这是一个用vb编写的程序,程序功能虽然单一,但是能使我们在编写别的软件时能迅速的解决一些文本框的应用问题-vb prepared using the procedure, although the function of a single procedure, but will enable us to the preparation of other software can quickly solve some of the text box application
Platform: | Size: 2048 | Author: aa | Hits:

[Data structsHuffman程序

Description: 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the value of the characters in the corresponding Huffman coding.
Platform: | Size: 9216 | Author: 张磊 | Hits:

[OpenGL programGraphicEx.v9.9

Description: GraphicEx is an addendum to Delphi s Graphics.pas in order to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for image browsing and editing purposes as long as you don t need to save images. Currently only TTargaGraphic also supports saving an image-GraphicEx is an addendum to Delphi s Graphi cs.pas in order to enable your application to lo ad many common image formats. This library is pr imarily designed to load images as background ( buttons, forms, toolbars) and textures (DirectX. OpenGL) or for image browsing and editing purpo ses as long as you don t need to save images. Curre ntly only TTargaGraphic also supports saving a n image
Platform: | Size: 411648 | Author: hfb | Hits:

[AI-NN-PRMCRGSA

Description: MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost--------费用邻接矩阵 %Source------源节点标号 %End---------目的节点标号组成的向量 %MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
Platform: | Size: 1024 | Author: 程爱华 | Hits:

[OtherEnable.net-v1.2H

Description: 灰色按钮激活~能激活部分windows控件-Gray-button-activated controls to activate the part of windows
Platform: | Size: 212992 | Author: xuhang | Hits:

[matlabSchlomer-N.-Guidelines-for-writing-clean-and-fast

Description: This document is aimed at MATLAB® beginners who already know the syntax but feel are not yet quite experienced with it. Its goal is to give a number of hints which enable the reader to write quality MATLAB® programs and to avoid commonly made mistakes.-This document is aimed at MATLAB® beginners who already know the syntax but feel are not yet quite experienced with it. Its goal is to give a number of hints which enable the reader to write quality MATLAB® programs and to avoid commonly made mistakes.
Platform: | Size: 551936 | Author: Vova | Hits:

[Othere-le-ar-s-te-n-tu-th-in-e

Description: 核蒸汽轮机动态建模时, 为了使再热器的动态数学模型比较全面、合理, 必须准确地计算管外循 环蒸汽、管内加热蒸汽和金属管壁三者之间的换热量-Dynamic modeling of nuclear steam turbine, in order to enable the dynamic mathematical model of the reheater more comprehensive and reasonable outer loop steam pipe must be accurately calculated, the amount of heat exchange between the heating steam and the metal wall of the three inner tube
Platform: | Size: 365568 | Author: 尚昆波 | Hits:
« 12 3 »

CodeBus www.codebus.net