资源列表
vb
- 好呀,没错。真是的就是这样的,我的名字很帅-Nice, that s right. It is like this, my name very handsome
C51_RET
- C51的子程序,也是很详细,流水显示,数显子程序等,串口子程序等!可直接使用!还带hex-C51 of the subprogram, is also very detailed and water showed that the number of significant subroutine and so on, such as serial Subroutine! Can be used directly! Also with hex
C
- Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
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