-
捕鱼达人的C++代码
这个是在校期间的一份代码,主要是是实现捕鱼达人的功能,主要的技术是通过使用cocos2d来实现代码,还有就是采用的是c++的代码编写的,实现了捕鱼达人的基本功能,有实现鱼的游动,获得金币等功能。
- 2022-11-05 13:00:20下载
- 积分:1
-
信息论LD编码解码
信息论LD编码解码-LD codec information theory
- 2023-06-18 19:15:03下载
- 积分:1
-
室内定位的研究
摸索了些,关键是几个参数自己一定要选对,否则测量精度大打折扣,定位的时候发现3个节点定位。 ,和n,y位为小数,所以要做相应处理(整数要左移两位) 值要再处理一下。
- 2022-02-22 08:12:07下载
- 积分:1
-
Example program for adjacent_difference
Example program for adjacent_difference
- 2022-04-29 18:29:53下载
- 积分:1
-
已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c...
已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c-known function of a known point in the function, polynomial interpolation using Lagrange points obtained a function of the remaining value lagrange.c
- 2023-01-26 21:50:04下载
- 积分:1
-
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程...
该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book" s source code, which include the common realization of numerical algorithm, including complex calculations, matrix operations, linear equations, nonlinear equations, as well as the margin and the achievement of numerical integration.
- 2022-01-31 18:20:24下载
- 积分:1
-
4种排序算法的java实现
插入排序,堆排序,快速排序,归并排序的java实现。没有做泛型,而且内部实现是对一个给定的数组做这些排序。
- 2023-06-09 02:40:03下载
- 积分:1
-
频散曲线计算
lamb的频散曲线具有多模态的特性,分为对称模态和反对称模态,用普通的方法计算分析起来十分复杂,本程序通过matlab编程很好的计算出了频散曲线,为从事这方面研究的人员解决了一个难题。也希望大家多多分享。
- 2022-03-14 09:31:17下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
数学函数的运算.zip
数学函数的运算.zip-Math arithmetic. Zip
- 2022-01-21 20:43:50下载
- 积分:1