资源列表
Compon
- 计算机视觉_INS的无人机自主着陆组合导航研究-Computer vision-based autonomous landing of UAVs _INS Integrated Navigation
jacobi
- jacobi插值算法,数值计算方法matlab程序,matlabjacobi插值算法。-jacobi interpolation algorithms, numerical methods matlab program, matlabjacobi interpolation algorithm.
low_pass_filter_file_io
- A simple low pass filter with file i/o programmed in C. The code calculates the output voltage given values of specific parameters such as resistor value, input voltage, etc.
low_pass_filter
- Circle through three points is a simple mathematical program in C
Boyer-Moore
- Boyer-Moore.cpp BM算法的简单实现-Boyer-Moore.cpp BM algorithm
2.c
- Approximation algorithm for traveling salesman problem .
bai-2_luat-ket-hoaSharp
- Apriori demo Algorithm
base64
- Base64算法的C语言实现,思路清晰,代码简洁,简单易懂。-Base64 algorithm C language, clear, code is simple and easy to understand.
expression-value.c
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 - 8 king
Jusefo.c
- 约瑟夫问题(c语言) 有1至 N编号的N 个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始以正整数m作为报数上限值,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的报数上限值,从他的顺时针方向上的下一个人开始重新报数,如此下去,直至所有的人全部出列为止,要求产生记录出列顺序的表。如N = 7,每个人的密码依次是:3,1,7,2,4,8,4,m的值为20,则出列顺序为6,1,4,7,2,3,5。所有人用一个循环单链表表示,表中每个结点代
nwcrossd
- implementation of genetic algorithm levelising the combinational circuits for vlsi testing purpuse it will work for both combinational and sequential circuits
sqliteman-1.2.2-os2
- sqlite的官方文档,详细了sqlite的各种语法、数据结构等等内容 -sqlite official document, which details the various sqlite syntax, data structures and much more