Welcome![Sign In][Sign Up]
Location:
Search - ones a

Search list

[Communicationldpc_distr

Description: LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its H matrix. The matrix has many zeros and few ones. which called \"low density\". An H matrix has a parameter as (N,i,j) express that it is the matrix which has i s 1 in each column ,j s one in each row, the size of the matrix is N*K,the N is the code word length ,k is the number of the checks.
Platform: | Size: 625205 | Author: 姚中华 | Hits:

[Graph programMorphingFilters

Description: 实现对gif图片的编辑,本程序主要实现几张图片合成成一个gif图片,实现淡入淡出的显示过程-realize right gif image editing, the main ones procedures Photo Synthesis into a gif images, realizing the show fades out of the process
Platform: | Size: 123061 | Author: 相同 | Hits:

[OpenGL programOpenGL_BlueBook

Description: OpenGL Blue Book Introduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three− dimensional objects. With OpenGL, you can control computer− graphics technology to produce realistic pictures or ones that depart from reality in imaginative ways. This guide explains how to program with the OpenGL graphics system to deliver the visual effect you want.
Platform: | Size: 1076149 | Author: Mr .Wang | Hits:

[Driver Developyinpanzuidadizhi

Description: YSS915 (KP2V2) is an LSI for processing Karaoke voice signals. This LSI has an A/D converter (1 channel) for the microphone echo, and a memory for the microphone echo and key control. These features allow achieving the functions needed for the Karaoke system by using only one LSI chip. As for the microphone echoes, many other types of echoes are available in addition to ordinary ones so that YSS915 is applicable to various uses. In addition to these Karaoke programs, YSS915 is able to provide the Movie & Music programs, with which the surround effect is applied to the movie and music sources for giving the users more enjoyment. YSS915 is pin compatible with and register compatible with YSS903 (KP2V).-YSS915 (KP2V2) is an LSI for processing Kar aoke voice signals. This LSI has an A / D converte r (a channel) for the microphone echo, and a memory for the microphone echo and key cont rol. These features allow achieving the functi ons needed for the Karaoke system by using only o ne LSI chip. As for the microphone echoes. many other types of echoes are available in addi tion to ordinary ones so that YSS915 is applicab le to various uses. In addition to these Karaoke programs, YSS915 is able to provide the Movie
Platform: | Size: 7595 | Author: prfint | Hits:

[Windows MobileIrComm

Description: windows mobile下运用红外线端口进行聊天的小程序。windows ce programme书中给的代码是用在PPC2002上的,本人移植到了smartphone2003上了。-windows to use mobile infrared port for a small chat procedures. Windows ce book to the program code is used in the PPC2002. I transplanted to a smartphone2003 ones.
Platform: | Size: 139460 | Author: jungho_lee | Hits:

[Mathimatics-Numerical algorithmsones

Description: ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n? -ACM questions Problem K : Ones Description Given any integer 0
Platform: | Size: 8026 | Author: LY | Hits:

[Compress-Decompress algrithms24703

Description: This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes out of my HuffComp source code. I won t add these ones in the next time.
Platform: | Size: 36147 | Author: 郭春阳 | Hits:

[ExploitA_Beginner1698821242004

Description: Encrypts and Decrypts a file. This is not an \"uncrackable\" type of encryption but once you can understand the basics of this type of file encryption you CAN make better ones than me. This is just a quick example of basic encryption. Highly commented to help beginners. There aren t many good examples on PSC, maybe this one is :), to me, comments are more useful than votes. simple Encrypt / Decrypt. -Encrypts and Decrypts a file. This is not an "uncrackable" type of encryption but once you c an understand the basics of this type of file enc ryption you CAN make better ones than me. This is just a quick example of basic encryption. Highl y commented to help beginners. There are not many good examples on PSC, maybe this one is :), to me, comments are more useful than votes. simple Enc rypt / Decrypt.
Platform: | Size: 3549 | Author: 郭春阳 | Hits:

[Process-ThreadOpenMPandWin32ThreadExample

Description: Intel Proton 8.0 build instructions: Change \\Include, \\Lib, and \\Bin paths in omp.bat to your actual ones. Run omp.bat to build omp_smp.exe Microsoft: Use MS Visual Studio 2005 beta 1 compiler and vcomp.dll Compiler options may differ from Proton s, use IDE to build the file.-Intel Proton 8.0 build instructions : Change \\ Include, \\ Lib. and \\ Bin paths in omp.bat to your actual ones. Ru n omp.bat to build omp_smp.exe Microsoft : Use MS Visual Studio 2005 beta compiler and a 160M mp.dll Compiler options may differ from Proton s, use IDE to build the file.
Platform: | Size: 2525 | Author: 玉晶 | Hits:

[Special Effectspurikura

Description: The program purikura.m frames your images into a beautiful frame. Convert your boring looking images into decorated ones using it. Automatically adjusts the bordering i.e. framing according to the image s dimensions. Save the decorated images.-The program purikura.m frames your images into a beautiful frame. Convert your boring loo king images into decorated ones using it. Autom atically adjusts the bordering i.e. framing ac cording to the image's dimensions. Save the deco rated images.
Platform: | Size: 82017 | Author: xj | Hits:

[Other resourcemintreek

Description: 图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w)
Platform: | Size: 1348 | Author: lluo | Hits:

[Otherahb_system_generator.tar

Description: An AHB system is made of masters slaves and interconnections. A general approach to include all possible \"muxed\" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every internal node is an arbiter there must be one and only one arc exiting a master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a master node in a new \"complex\" node.
Platform: | Size: 268999 | Author: 木石 | Hits:

[Mathimatics-Numerical algorithmsones

Description: ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n? -ACM questions Problem K : Ones Description Given any integer 0
Platform: | Size: 8192 | Author: LY | Hits:

[Othera

Description: 主要功能: 1、只需单击相应的句子,就能自动组合成评语。 2、录入或浏览时能编辑修改评语。 3、迅速查询某一学号的评语。 4、输出为Word或者文本文件,可用任何文字处理系统继续编辑及打印。 5、评语库的句子可随时修改增补,定制出个人的评语库。 6、提供1500多句评语句子,避免评语雷同。 7、提供密码保护和数据库备份、恢复功能,有效保证数据安全。 -The main functions: 1, simply click on the appropriate sentence, we can automatically into reviews. 2, entry or visit when editorial reviews. 3, rapid inquiries a study of its reviews. 4, output of Word or text file that can be used in any word processing system to continue to edit and print. 5, reviews the Treasury may at any time to amend the sentence be added, customized database of personal ones. 6, provided more than 1500 sentence reviews sentences, to avoid similar reviews. 7, provide the password protection and database backup and restore functions, effective guarantee of data security.
Platform: | Size: 2256896 | Author: lijiangping | Hits:

[OtherMATLAB3

Description: 常用的产生通用特殊矩阵的函数有: zeros:产生全0矩阵。 ones:产生全1矩阵。 eye:产生单位矩阵。 rand:产生0~1间均匀分布的随机矩阵。 randn:产生均值为0,方差为1的标准正态分布随机-Production of commonly used generic special matrix functions are: zeros: produce the 0 matrix. ones: generate all 1 matrix. eye: production unit matrix. rand: produce 0 ~ a uniformly distributed random matrix. randn: generate mean 0, variance 1, the standard normal random
Platform: | Size: 189440 | Author: wgy | Hits:

[VHDL-FPGA-VerilogFour-Consecutive-Ones-Detector

Description: its a counter of four ones consecutive
Platform: | Size: 145408 | Author: edgar | Hits:

[Othera-course-in-fuzzy-systems-and-control_part-1

Description: The field of fuzzy systems and control has been making rapid progress in recent years. Motivated by the practical success of fuzzy control in consumer products and industrial process control, there has been an increasing amount of work on the rigorous theoretical studies of fuzzy systems and fuzzy control. Researchers are trying to explain why the practical results are good, systematize the existing approaches, and develop more powerful ones. As a result of these efforts, the whole picture of fuzzy systems and fuzzy control theory is becoming clearer. Although there are many books on fuzzy theory, most of them are either research monographs that concentrate on special topics, or collections of papers, or books on fuzzy mathematics. We desperately need a real textbook on fuzzy systems and control that provides the skeleton of the field and summarizes the fundamentals
Platform: | Size: 6529024 | Author: ahmed | Hits:

[CSharpDrawTool

Description: C#编写的一个绘图板,可以绘制矩形,椭圆以及直线等,并且可以选中图形进行拖动并放大放小等!!很不错的一个例子,可以参考下。-C# prepared a drawing board, you can draw a rectangle, oval and straight line, and you can select the graphics, such as drag and enlarge small ones! ! A very good example, can refer to.
Platform: | Size: 459776 | Author: linjianhao | Hits:

[Web Server1

Description: 情人节快到了,给大家分享一款情人节表白DIY网页html祝福代码。情人节表白网页是一款将表白及DIY网页合为一体,方便给自己爱的人送去一份惊喜的简单网页。基于html+jQuery,直接上传就可以用了。 特别说明: 因为网页中有打字效果,需加载完才可以正常输入制作DIY表白页! 个性的表白网页,-Valentine s Day is coming, to share a Valentine s Day confession DIY web page html blessing code. Valentine s Day is a page confession to confession and DIY pages into one, easy to send their loved ones a surprise simple pages. Based on html+ jQuery, you can use the direct upload. Special Note: Because the page type has the effect, you need to load after the normal input can make DIY confession page! Personalized web page confession,
Platform: | Size: 9489408 | Author: 江宇浩 | Hits:

[Industry researchDesigning a 2D infinite collapse map for image encryption

Description: Due to the unpredictability and complexity properties, chaotic maps are widely applied in security, com- munication, and system control. Existing one-dimensional (1D) chaotic maps can be easily predicted and high-dimensional (HD) ones have more complex structures and higher computation costs. In order to enhance the chaotic performance, this paper proposes a new two-dimensional infinite collapse map (2D- ICM). Compared with existing 2D chaotic maps, 2D-ICM has better ergodicity, hyperchaotic property, un- predictability, and a wider chaotic region. To investigate its application, we further propose an image encryption algorithm using 2D-ICM. Simulation demonstrates that the proposed image encryption algo- rithm has excellent performance for protecting various kinds of images.
Platform: | Size: 6732366 | Author: zhedongtzdt@163.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net