Welcome![Sign In][Sign Up]
Location:
Search - 解析算法

Search list

[Other resource《数据结构》算法实现及解析——配合严_11015133

Description: 《数据结构》算法实现及解析——配合严_11015133,c语言版的数据结构,配合清华教材的辅导,超星电子书-"data structure" and analytic algorithm -- meet strict _11015133, c language version of the data structure, with Tsinghua counseling materials, e-books Superstar
Platform: | Size: 4808951 | Author: 任曈 | Hits:

[Develop ToolsRSA算法流程图

Description: RSA 加密、解密算法流程图,以及源代码解析,让你快速熟悉RSA算法。-RSA encryption, decryption algorithm flowchart, and source code analysis, which allows rapid familiar with the RSA algorithm.
Platform: | Size: 713469 | Author: TomLinD | Hits:

[Other resource《数据结构》算法实现与解析

Description: 《数据结构》算法实现与解析-"data structure" and parsing algorithm
Platform: | Size: 427435 | Author: 何福保 | Hits:

[Other resource1993-1996美国计算机程序设计竞赛试题与解析

Description: 1993-1996美国计算机程序设计竞赛试题与解析 ginger547的算法系列资料-1993-1996 American Computer Programming Contest questions and parsing algorithm ginger547 series information
Platform: | Size: 2994122 | Author: 王健旭 | Hits:

[Other resourceacm国际大学生程序设计竞赛试题与解析(一)

Description: acm国际大学生程序设计竞赛试题与解析(一) ginger547的算法系列资料-acm International Collegiate Programming Contest questions and Analysis (1) the algorithm ginger547 series information
Platform: | Size: 1931930 | Author: 王健旭 | Hits:

[Windows Develop用动态规划思想压缩位图

Description: 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。(输出位图文件名由压缩文件名(*.zj)) (3)灰度图像压缩功能,提供comp方法。 comp方法有一个参数为输出压缩文件名(*.zj) ,它能将已经装入到内存中的8、16、24位位图信息,进行压缩,形成段标题和以变长格式存储的像素的二进制串,写入到文件中(zj文件格式自行定义)。 (4)灰度图像解压功能,提供uncomp方法。 uncomp方法有一个参数为输入压缩文件名(*.zj),它能解析zj文件格式,将其在内存中解压缩为8位位图信息,以便输出为位图文件。 存储结构: 将3位的段内位长信息用拼字节的方法拼成一个UINT,将像素信息通过动态规划进行段内合并后用拼字节的方法拼成一个UINT,写入文件。
Platform: | Size: 1166993 | Author: 2007didazhangjie@163.com | Hits:

[SourceCodeMP3文件格式解析

Description: MP3( MPEG Layer III)编码解码的算法原理以及IMDCT 模块的FPGA/ASIC 实现。首先从介绍数字音频压
Platform: | Size: 147489 | Author: youloveme | Hits:

[Graph Drawing数学表达式解析,并绘制曲线

Description: 可解析加减乘除等运算的数学表格式,并绘制出曲线来。例如在编辑框中输入15*sin(0.5*x)+20,在自变量的范围输入0<x<200,按F5可绘制出曲线。程序内含数学解析式的解析完整代码,并可自已扩展到支持积分,微分运算等。程序框架简洁合理,可在上进行二次开发。
Platform: | Size: 3835952 | Author: firespring | Hits:

[WinSock-NDISLeach源代码+解析

Description: LEACH源代码,NS2版本,加上word和ppt解析
Platform: | Size: 2798883 | Author: fjsmhwmailbox@163.com | Hits:

[AlgorithmFortran 90共轭梯度算法

Description: 用于科学计算的Fortran 90算法源程序-for scientific computation algorithm source Fortran 90
Platform: | Size: 1024 | Author: 王宾 | Hits:

[Algorithmacm国际大学生程序设计竞赛试题与解析(一)

Description: acm国际大学生程序设计竞赛试题与解析(一) ginger547的算法系列资料-acm International Collegiate Programming Contest questions and Analysis (1) the algorithm ginger547 series information
Platform: | Size: 1931264 | Author: | Hits:

[BooksRSA算法流程图

Description: RSA 加密、解密算法流程图,以及源代码解析,让你快速熟悉RSA算法。-RSA encryption, decryption algorithm flowchart, and source code analysis, which allows rapid familiar with the RSA algorithm.
Platform: | Size: 712704 | Author: | Hits:

[Other烟花算法matlab代码

Description: 烟花算法的代码解析,以及测试数据,还有多个测试函数(Fireworks algorithm code analysis)
Platform: | Size: 20480 | Author: zhang1733 | Hits:

[Othertea加密解析算法

Description: 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
Platform: | Size: 19456 | Author: panpanpan9898 | Hits:

[Algorithm解析法

Description: FDTD算法计算二维光子晶体能带和传输谱(Calculation of band and transmission spectrum of two-dimensional photonic crystal by FDTD algorithm)
Platform: | Size: 1024 | Author: 木子李木子槿 | Hits:

[OtherAP算法代码

Description: ap聚类算法的MATLAB实现代码,包含了解析与源代码,供学习参考用(MATLAB implementation code of AP clustering algorithm)
Platform: | Size: 9216 | Author: 酱油君 | Hits:

[Windows Developmatlab程序设计实例解析

Description: 本文通过对 MATLAB 程序设计中的若干典型问题做简要的分析和总结,并 在此基础上着重讨论了有关算法设计、程序的调试与测试、算法与程序的优化以 及循环控制等方面的问题.还通过对一些程序实例做具体解析,来方便读者进行 编程训练并掌握一些有关 MATLAB 程序设计方面的基本概念、基本方法以及某些 问题的处理技巧等.此外,在文章的最后还给出了几个常用数学方法的算法程序, 供读者参考使用.希望能对初学者进行 MATLAB 编程训练提供一些可供参考的材 料,并起到一定的指导和激励作用,进而为 MATLAB 编程入门打下好的基础.(This article briefly analyzes and summarizes some typical problems in MATLAB program design. Based on this, we discussed the design of the algorithm, the debugging and testing of the program, and the optimization of algorithms and programs. Problems such as loop control, etc. Also through the specific analysis of some program examples to facilitate readers Programming training and master some basic concepts, basic methods and some related to MATLAB programming Problem handling techniques, etc. In addition, at the end of the article, several algorithm programs for common mathematical methods are given. For readers to use. Hope to provide beginners with MATLAB programming training to provide some reference material Materials, and play a certain guidance and incentives, and then lay a good foundation for MATLAB programming entry.)
Platform: | Size: 333824 | Author: 木愚 | Hits:

[Mathimatics-Numerical algorithmsflouting

Description: scl解析文件,欢迎大家学习共享,解析算法值得学习()
Platform: | Size: 17408 | Author: KBDW%2B4267 | Hits:

[DocumentsGRBL中圆弧、螺旋线插补算法解析

Description: GRBL中圆弧、螺旋线插补算法解析,文中解析了各个变量的作用,以及算法的要素。(The interpolation algorithm of circular arc and spiral line in GRBL is analyzed. The functions of each variable and the elements of the algorithm are analyzed.)
Platform: | Size: 2048 | Author: jazzgao | Hits:

[GPS develop卫星导航算法课件2018

Description: 来自武汉大学导航工程专业的卫星导航算法程序设计课件,全面解析了SPP程序设计过程(The courseware of satellite navigation algorithm program design from navigation engineering specialty of Wuhan University has fully analyzed the SPP programming process.)
Platform: | Size: 16446464 | Author: wuqi5700 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net