搜索资源列表
LRC
- GPS定位数据压缩算法的设计与实现 文章作者:杨宏业 张 跃 为了解决嵌入式GPS车载系统存储空间小、GPS定位数据量大的矛盾,根据GPS定位数据的特 点,提出了专用于GPS定全数据压缩的改进型半字节压缩算法。-the design and implementation of GPS locaton data compression algrithm.author:yanghongye,zhangyao.solve the problem of gps car-carring s
Form1.Designer
- 用vb求解的一个数据库项目,可以帮助求解该类问题-used for a database that can help solve the problem
ghb
- 用本算法可以解决很多问题,同时也希望大家都来提供更多的资源来共享。-using this algorithm can solve many problems, but also the hope that everyone will provide more resources to share.
yue1
- 解决约瑟夫环问题的一个程序-solve a problem of procedure
nine_house
- 使用深度、广度、A星算法解决了九宫重拍问题,使用C语言实现,简单易懂。-Use depth and breadth, A star algorithm can solve the problem, use nine-palaces remake C language realization, simple and understandable.
KnapsacksProblem1
- 利用遗传算法解决背包问题,对遗传算法和编程的学习有一定帮助-The use of genetic algorithms to solve knapsack problem, genetic algorithms and programming of learning to some extent help the
I2C
- proteus的i2c实例,解决proteus不能对I2C仿真的问题-Proteus the i2c example, Proteus can not solve the problem of simulation of I2C
lambwavedispersioncurve
- lamb wave dispersion curve matlab program . some useful process may help u solve something about ultrasonics in the solid media and give me some suggestion after u read it. thank you!
frame
- 用回溯法解决不是很麻烦的传教士和野人问题-By backtracking to solve is not very troublesome issue of missionaries and Savage
mulMix
- 该程序可以有效求解非线性方程,欢迎大家使用-The program can effectively solve the nonlinear equations, welcome to use
024
- 这个题目主要通过调用函数和数组来解决,通过两个调用函数来解决问题-The main subject and the array by calling the function to solve, by calling the function to solve the problem of two
dayintuxing
- 这个题目主要通过调用函数和数组来解决,通过两个调用函数来解决问题-The main subject and the array by calling the function to solve, by calling the function to solve the problem of two
changyongyuanjianku
- 可以为广大Altium Designer的初学者解决元件库的问题。让初学者学得跟快。-Altium Designer can be for the majority of the component library to solve the problem for beginners. Gotta let beginners learn quickly.
ctrl
- 模糊PID控制器,解决了规则爆炸的问题,同时改善了系统的动态性能和实时性-Fuzzy PID controller to solve the rule explosion problem, while improving the system dynamic performance and real-time
dynamicprogramming
- 各种典型用动态规划方法解决的问题的程序,有详细的讲解。-Typical use of dynamic programming to solve the problem of procedure, a detailed explanation.
abs
- 用差分算法求背景的程序 静态背景下帧间差分法目标检测 -With the difference algorithm to solve the background of the program context of inter-frame difference method for static target detection
simplex
- simplex methode to solve l-simplex methode to solve lpp
floyd
- Floyd求解最短路径问题其中运行结果直接可求解出路径-Floyd solve the shortest path problem can be solved in which the results from a direct path
Huffman_encode
- 这是一个霍夫曼编码的程序,是利用霍夫曼树等相关算法解决的。在程序中,随机产生的10个字符,利用子函数: HC=HuffmanCoding(HT,HC,w,3) 则可以获得每个元素的码字,存储的方式是通过一个指针的指针。-This is a Huffman coding process is the use of Huffman tree related algorithms to solve. In the process, the randomly generated 10 charact
DArray-Template-better
- 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊