资源列表
chinageren
- 一个中国象棋的c语言开发,可以实现两人对弈,功能强大,-A Chinese chess in c language development, can achieve two games, powerful,
S3C6400X_UM_rev1.00_20080228
- S3C6400详细的DATAsheet 1300页-S3C6400 detailed page DATAsheet 1300
ai-Snake
- 实现了简单的AI,电脑里收藏的~拿出来分享,不知道会不会重复-The realization of a simple AI, computer collection ~ out to share, I do not know will not repeat
123456
- 课程设计典型题源码,约瑟夫,计算器,数据结构等问题-Curriculum design typical source title, Joseph, calculators, data structure and other issues
GetColor(Win32)
- 使用Windows SDK编写的颜色取色器,方便实用。-Prepared using the Windows SDK color color check device, convenient and practical.
RBFtidu
- 这是一个用RBF神经网络用梯度算法实现的一个函数逼近源代码-This is a use of RBF neural network algorithm with gradient function approximation of a source code
trebp
- 这是一个用BP神经网络实现三分类的源程序代码-This is a BP neural network with three categories of source code
shiyan3
- 已知如下与计算圆周率π有关的公式:
shiyan13
- 编写具有如下原型的函数:int f(unsigned long x, int n, int& Lxn) 它负责将整数x的第n位(从左边数第n位,n>0)的数值放到引用Lxn之中(将作为结果返回到主调函数的对应实参变量中),并将倒数第n位(从右边数第n位,n>0)的数值作为函数结果返回去。并编制主函数对它进行调用以验证其正确性。 例如,当x=123456789,n=7时,执行语句“Rxn=f(x, n, Lxn) ”将使返回的Lxn为7,并使Rxn变为3;而执行语句“Rxn
shiyan14
- 编写具有如下函数原型的递归与非递归两种函数f,负责判断数组a的前n个元素是否从大到小完全有序了,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool f(int a[], int n) 提示: (1)非递归函数中只需逐对地判断各a[i]与a[i+1]是否都已从大到小有序排列(i = 0,1,…,n-2)。 (2)递归函数中将问题分解处理为:若n=1(即只有1个元素时)则返回true而递归出口;n>1时,若最后一对元素不顺序则
shiyan15
- 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与 n-1,去判断前n-1个元素的相等性),并返回递归调用的结果
ccc
- 投票 实习用 系统。 C语言编写的。。 大家参考一下吧。 -Internship with the voting system. C language. . We refer to it.