Description: TMS320LF240x DSP应用程序设计教程
本书共分两篇。第1篇主要讲述TMS320LF240x系列DSP硬件概况、内部资源、汇编语言寻址方式和指令系统、汇编程序的编写方法和CCS调试环境以及汇编程序开发实例:第2篇主要讲述TMS320LF240x系列DSP的C编译器、C代码的优化、C程序的链接、运行时支持库以及与TMS320LF240x系列DSP相关的C语言知识,并且使用两个实例阐述了C程序开发过程等。
-TMS320LF240x DSP Application Design Guide to the book is divided into two. No. 1 on the main TMS320LF240x hardware profiles, internal resources, assembly language instructions and addressing modes, procedures for the preparation of the compilation methods and CCS debugging environment and the compilation of program development examples : No. 2 on the main TMS320LF240x C compiler, C code optimization, C program links run-time support and with the TMS320LF240x related to the C language knowledge, and the use of two examples described the C program development processes. Platform: |
Size: 8969685 |
Author:钟炳达 |
Hits:
Description: TMS320LF240x DSP应用程序设计教程
本书共分两篇。第1篇主要讲述TMS320LF240x系列DSP硬件概况、内部资源、汇编语言寻址方式和指令系统、汇编程序的编写方法和CCS调试环境以及汇编程序开发实例:第2篇主要讲述TMS320LF240x系列DSP的C编译器、C代码的优化、C程序的链接、运行时支持库以及与TMS320LF240x系列DSP相关的C语言知识,并且使用两个实例阐述了C程序开发过程等。
-TMS320LF240x DSP Application Design Guide to the book is divided into two. No. 1 on the main TMS320LF240x hardware profiles, internal resources, assembly language instructions and addressing modes, procedures for the preparation of the compilation methods and CCS debugging environment and the compilation of program development examples : No. 2 on the main TMS320LF240x C compiler, C code optimization, C program links run-time support and with the TMS320LF240x related to the C language knowledge, and the use of two examples described the C program development processes. Platform: |
Size: 8969216 |
Author:钟员 |
Hits:
Description: 此程序包是用粒子群算法来求16个经典函数的最小最大值,其中界面友好,运行时会出现动态二维图来展现粒子群是如何运动来求最值的-This package is used for particle swarm optimization to 16 classic function of the smallest maximum value, in which user-friendly, run-time dynamic two-dimensional map will appear to show how the particle swarm movement to seek the most value Platform: |
Size: 753664 |
Author:梁锦兆 |
Hits:
Description: 无线传感器网络自组织成簇问题优化模型
为了有效延长网络的运行时间,需要设计能量最优的自组织成簇机制,以适应传感器网络的特点。本文提出了一种适合无线传感器网络的能量有效的成簇优化模型。-Self-organizing wireless sensor network problems optimization model cluster in order to effectively extend the network run-time, the energy necessary to design the optimal mechanism for self-organizing clusters, in order to adapt to the characteristics of sensor networks. This paper presents a wireless sensor networks for energy efficient cluster optimization model. Platform: |
Size: 3072 |
Author:中种种 |
Hits:
Description: 一、使用TCP协议传输数据。理由:稳定性好。
二、使用字节数据流进行传输,理由:
A:VB的String存在自动Unicode转换问题,影响速度;
B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。
三、使用GIF-LZW压缩算法压缩图像。理由:
A:行程编码、Huffman压缩算法压缩率太低;
B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。
四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-First, use the TCP protocol to transmit data. Reason: better stability.
Two, the use of byte data stream for transmission, the reasons:
A: VB s String existence automatic Unicode conversion question, effects of speed
B: can directly send 8-bit byte data, Does not need to use Base64 encoding, thereby reducing the encoding time.
Three, the use of GIF-LZW compression algorithm for image compression. Rationale:
A: Run-Length Coding, Huffman compression algorithm compression ratio is too low
B: JPEG compression algorithm required too many bit computing, and computing a large quantity (MMX has specialized optimization algorithm), VB is not conducive to implementation
C: GIF-LZW compression algorithm compression ratio is better, and I have come up with efficient under VB grammar GIF-LZW compression/decompression algorithm.
Four, use the "orderly jitter" algorithm for color quantization. Rationale: "orderly jitter" must deal with the results of reg Platform: |
Size: 54272 |
Author:whoamixp |
Hits:
Description: 优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Reasons relating to the allocation of local variables, stack processing in different ways, that is, OS_CPU_A.c that the transplanted parts of the file. There are other optimization related to the interruption of the number of registers saved automatically have access to. Platform: |
Size: 22528 |
Author:迷茫 |
Hits:
Description: 嵌入式系统通常是以具体应用为中心,以处理器为核心且面向实际应用的软
硬件系统,其硬件是整个嵌入式系统运行的基础和平台,提供了软件运行所需的
物理平台和通信接口;而嵌入式系统的软件一般包括操作系统和应用软件,它们
是整个系统的控制核心,提供人机交互的信息等。所以,嵌入式系统的开发通常
包括硬件和软件两部分的开发,硬件部分主要包括选择合适的MCU或者 SOC
器件、存储器类型、通讯接口及I/O、电源及其他的辅助设备等;软件部分主要
涉及OS porting和应用程序的开发等,与此同时,软件中断调试和实时调试、
代码的优化、可移植性/可重用以及软件固化等也是嵌入式软件开发的关键。 -Embedded systems are generally based on the specific application as the center, the core processor and the practical application-oriented soft-
Hardware systems, hardware, embedded system running the whole foundation and platform that provides the software required to run
Physical platform and the communication interface and embedded system software typically includes operating systems and application software, they are
The control of the core of the entire system to provide human-computer interaction of information. Therefore, the development of embedded systems is usually
Two parts, including hardware and software development, hardware components include selection of suitable MCU or SOC
Devices, memory types, communication interfaces and I/O, power supply and other auxiliary equipment, etc. software, some of the major
Related to OS porting and application development, etc. At the same time, software interrupt debugging and real-time debugging,
Code optimization, porta Platform: |
Size: 851968 |
Author:yanghong |
Hits:
Description: 一款局域网网络密码探测器,可探测局域网工作站上的共享目录密码,本程序旨在说明原理,因此界面做的比较简,有兴趣的网友可自行完善。本程序主要采用穷举法,从1位至8位,对于简单密码例如: aa , ab, bb 可很快探测到,否则程序运行时间会很长,比较长的密码例如8位可能需要几天的时间;可以再进行一些优化处理.例如只探测字母,只探测数字,探测字母与数字,从几位密码开始探测等。-A LAN network password detector, can detect the shared directory on the workstation LAN password, this program aims to explain principles of the interface to do so relatively simple, interested users are free to improve. The program mainly uses the method of exhaustion, from 1-8, for the simple code example: aa, ab, bb can quickly detect, or run a long time, longer passwords such as 8 may take a few days time can then make some optimization. For example, detecting only letters, numbers only detection, detection of letters and numbers, starting from the detection of a few passwords, etc.. Platform: |
Size: 6144 |
Author: |
Hits:
Description: 风力发电运行最大风能追踪控制S函数优化代码,实现了风力发电运行时发电机模型的M语言编程
-Wind power tracking control of the largest wind energy S function optimization code, run-time to achieve a wind power generator model M-language programming Platform: |
Size: 1024 |
Author:chenyan |
Hits:
Description: 用局部参数最优化方法设计一个模型参考自适应系统,可调增益的初值Kc(0)=0.2,给定值r(t)为单位阶跃信号,即r(t)=A×1(t)。
要求:
1把连续系统离散化(采样时间可取0.1)。
2编制并运行这个系统的计算机程序(注意调整B值,使系统获得较好的自适应特性)。
3记录ym、yp的曲线 记录kp×kc的曲线 记录广义输出误差e的变化曲线。
4在参数收敛后,让Kp=2变为Kp=1,重新观察Kp×Kc及e的变化曲线。
5找出在确定的B值下,使系统不稳定的A值(阶跃信号的幅值),并与用劳斯稳定判据计算的结果比较。
-With local parameter optimization method to design a model reference adaptive system, adjustable gain initial Kc (0) = 0.2, for a given value of r (t) for the unit step signal that r (t) = A × 1 ( t). Requirements: a continuous system discretization (sampling time of 0.1 preferred). 2 compiled and run the system computer program (Note B to adjust the value of the system to obtain better adaptive characteristics). 3 records ym, yp curve record kp × kc curve records generalized output error e curves. 4 parameter convergence, let Kp = 2 into the Kp = 1, re-observed Kp × Kc and e curves. B-5 to find value in determining the next, making the system unstable A value (step signal of amplitude), and using Routh stability criterion and the comparison of the results calculated. Platform: |
Size: 1024 |
Author:yk |
Hits:
Description: 经典FP-growth算法的基础上,通过优化寻找条件模式基所要遍历的FP树路径进行优化,大大缩短了获取条件模式基的时候,在挖掘速度上有了很大的提高,利用STL编写,利用字符数据在VC++6.0下调试运行通过,放心下载使用,有不恰当的地方希望大家批评指正!-Classic FP-growth algorithm based on the search for conditional pattern base by optimizing the FP tree to be traversed path optimization, greatly reduced the time to obtain conditional pattern base, the excavation has been greatly improved speed, the use of STL writing, the use of character data to debug in VC++6.0 run through, rest assured that download, there is no appropriate place to wish you criticize correction! Platform: |
Size: 1063936 |
Author:马波 |
Hits:
Description: Bundler是一个采用C和C++开发的称为sfm(struct-from-motion)的系统,它能够利用无序的图片集合(例如来自网络的图片)重建出3D的模型。最早的版本被用在Photo Tourism的项目上。
Bundler的输入是一些图像、图像特征以及图像匹配信息,输出则是一个根据这些图像反应的场景的3D重建模型,伴有少量识别得到的相机以及场景几何信息。系统借用一个由Lourakis 和Argyros提供的称为Sparse Bundle Adjustment的开发包的修改版,一点一点递增地重建出图像场景。Bundler已经成功的应用在许多网络相册系统,尤其是一些建筑相册里。
-Bundler is a structure-from-motion (SfM) system for unordered image collections (for instance, images from the Internet) written in C and C++. An earlier version of this SfM system was used in the Photo Tourism project.
Bundler takes a set of images, image features, and image matches as input, and produces a 3D reconstruction of camera and (sparse) scene geometry as output. The system reconstructs the scene incrementally, a few images at a time, using a modified version of the Sparse Bundle Adjustment package of Lourakis and Argyros as the underlying optimization engine. Bundler has been successfully run on many Internet photo collections, as well as more structured collections.
Platform: |
Size: 5009408 |
Author:zero |
Hits:
Description: 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验证过程的Visual Fortran工程项目。本书可供大专院校师生和科研院所、工矿企业的工程技术人员使用-A numerical calculation in Visual Fortran subroutines used nearly 200, including: the solution of linear algebraic equations, interpolation, numerical integration, special functions, function approximation, random numbers, sorting, eigenvalue problem, the data fitting equation to root and nonlinear equations, functions and extremal optimization, Fourier spectral method, statistical description, solution of ordinary differential equations, two boundary value problems solution reconciliation partial differential equations, each subroutine include features, methods, instructions, subroutines and examples of five parts. Book of all sub-processes in Visual Fortran 5.0 versions on proven, the program can run correctly. CD-ROM with the book release at the same time, including all sub-processes, the verification process and all of the verification process Visual Fortran project. Book for teachers and students of universities and research institutes, industrial and mining engineering and techni Platform: |
Size: 7149568 |
Author: |
Hits:
Description: 介绍了一种新的代码优化的方法 ———Just In Time Code Layout ,它不同于传统的静态链接生成可执行程序映象文件的方法 ,而是在运行时通过动态链接生成执行程序的映象,对比研究了此方
法生成的程序映象和传统方法生成的程序映象及用 Pettis 方法优化生成程序映象三者之间在运行时Cache 性能的差异 ,证明了这种方法对程序运行的明显效果。-Introduced a new code optimization methods- Just In Time Code Layout, which is different from the traditional static links to generate the executable image file, but to generate the implementation of the program' s image in the run-time dynamic link Comparative Study program image generated by this method and traditional methods to generate the program image and Pettis method to optimize the generated program mappings among the runtime Cache performance differences to prove that this method is obvious the program is running effect. Platform: |
Size: 181248 |
Author:风云 |
Hits:
Description: 本编译器为扩充C0文法编译器,包含词法分析、语法分析、语义分析、四元式程序设计、符号表管理、错误处理、动态运行栈设计及优化程序设计-C0 as the expansion of the grammar compiler compilers, including lexical analysis, syntax analysis, semantic analysis, four-style programming, symbol table management, error handling, dynamic run-time stack design and Optimization Program Platform: |
Size: 751616 |
Author:wq |
Hits:
Description: VC2010写的数据库程序,SQL Server数据库模拟一次性入库几百万几千万条记录,主要用来看改进批量查询速度性能。受硬性的服务器内存CPU处理器还有网络带宽影响外,也可建索引,分割表减少列查询,开销服务器建服务地址索引,存储过程和查询优化等。查询速度不能还不能满足多牺牲管理开销:备份恢复删除以换取速度。注意服务器内存将耗尽时停止和重启服务释放内存。-The VC2010 write database program, SQL Server database simulation disposable warehousing millions of tens of millions of records improved the batch query speed performance, mainly used term. By the hard impact of server memory CPU processor as well as network bandwidth, but also can be built on the index, reduced partition table columns to query, the overhead the server built service address index, stored procedures, and query optimization. Query speed can not meet more than the expense of management overhead: backup and recovery deleted in exchange for speed. Note that the server memory will run out of time to stop and restart the service release memory. Platform: |
Size: 2252800 |
Author:曾祥园 |
Hits:
Description: (利用GIF_LZW算法实现的)网络图片传输
一、使用TCP协议传输数据。理由:稳定性好。
二、使用字节数据流进行传输,理由:
A:VB的String存在自动Unicode转换问题,影响速度;
B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。
三、使用GIF-LZW压缩算法压缩图像。理由:
A:行程编码、Huffman压缩算法压缩率太低;
B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。
四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(Using GIF_LZW algorithm) network picture transmission one, use the TCP protocol to transfer data. Reasons: good stability. Second, the use of byte data stream for transmission reasons: A: VB' s String automatic Unicode conversion problem exists, impact speed B: You can directly send 8 bytes of data, do not need to use Base64 encoding, thereby reducing the encoding time. Third, the use of GIF-LZW compression algorithm to compress the image. Rationale: A: run-length encoding, Huffman compression algorithm compression rate is too low : JPEG compression algorithm requires too many bit operations, and the large amount of computation (specifically MMX optimization algorithm), and not conducive to the realization of VB C: GIF-LZW compression algorithm The compression ratio is better, and I have come up with the VB syntax efficient GIF-LZW compression/decompression algorithm. Ordered dithering algorithm for color quantization. The reason: " ordered dithering" the results of trea Platform: |
Size: 133120 |
Author:霍小刘 |
Hits: