-
WumpusWorld
一个关于巫魔的小游戏程序,是课堂作业,但也体现了些人工智能方面的知识。(Umoja a small game program is classroom work, but also embodies some knowledge of Artificial Intelligence.)
- 2008-01-21 20:09:34下载
- 积分:1
-
MixedColor
测试反应速度的android游戏。c++语言源代码。(a android game which tests your reaction speed.
)
- 2020-09-15 09:17:57下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
wow_RegistryReadWrite
RegistryReadWrite注册表读写,生成dll文件放到Virtools的BuildingBlocks文件夹下(RegistryReadWrite registry folder read and write, generate dll file into Virtools of BuildingBlocks file)
- 2015-03-23 10:51:16下载
- 积分:1
-
no-lod
地形处理软件,是硕士研究阶段的成果整理。没有lod功能(This is a soft for gis)
- 2010-08-07 20:27:56下载
- 积分:1
-
PolynomialCoeff
NTL应用——大数系数多项式乘法的计算。从文件读如参数,计算多项式相乘后某项的系数(NTL application- the multiplication of big numbers coefficient polynomial )
- 2021-04-11 09:58:58下载
- 积分:1
-
ucOS-II-V2.86-uCGUI-3.9-DEMO
基于STM32的压力监控项目,配有2.8寸TFT显示屏,可以实时监控压力曲线,带有数据库功能(Based on the STM32 pressure monitoring project, with 2.8-inch TFT display, real-time monitoring of the pressure curve with database functions)
- 2014-01-16 15:57:17下载
- 积分:1
-
experiment_1
实验一、数字图像读取及色彩、亮度、对比度变化(c++)
- 2011-01-04 19:15:51下载
- 积分:1
-
3hso-112tarG
linux系统下3G模块USB串口驱动程序源代码最新版本,附pdf文档档。3G的USB modem都用得着,有了这个就可以在linux下使用了。
(3G module USB serial port driver in the linux system source code version of the attached pdf document file. 3G USB modem need it, with this you can use under linux.)
- 2012-07-24 10:15:27下载
- 积分:1
-
pinfanfangwen
设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的地址,类型为指针型。(Has a head pointer is non-circular doubly linked list L with a header node, each node in addition to prev (precursor pointer), data (data) and next (successor pointers) outside, there is an access frequency degree domain freq. Before the list was hired, their values are initialized to zero. Whenever carried out in the list once Locate (L, x) when the operation, so that the element node x is the value in freq domain by one, and keep this list in the node-access frequency of non-increasing (decreasing) the order, while a recent visit to the nodes in the same row of the frequency of the last node, so that the nodes are frequently accessed tables are always near the head. Locate (L, x) algorithm is prepared in accordance with the above requirements of the test operation, the operation as a function of the process, return to find the address of the node of type pointer.)
- 2015-01-15 22:31:59下载
- 积分:1