-
一个关于RBF的神经网络算法,对学习RBF网络的同志有很大帮助和引导。...
一个关于RBF的神经网络算法,对学习RBF网络的同志有很大帮助和引导。-one of the RBF neural network algorithm, to learn RBF network comrades great help and guidance.
- 2022-02-25 15:26:07下载
- 积分:1
-
本程序是用SDK写的俄罗斯方块,得分与速度和一次消的行数有关,本人初学VC++写了一差不多一个月才写出来站长一定要用哦!...
本程序是用SDK写的俄罗斯方块,得分与速度和一次消的行数有关,本人初学VC++写了一差不多一个月才写出来站长一定要用哦!-this program is written in Russian SDK squares with the speed and scoring a few Cancellation of the trip, I was learning a VC almost one month before they write head must use!
- 2022-03-06 01:34:37下载
- 积分:1
-
Entirely in C language staff management system, not too intelligent interface, b...
完全用C语言编写的员工管理系统,界面不太智能化,但可以做为一个参考!-Entirely in C language staff management system, not too intelligent interface, but can be used as a reference!
- 2022-04-11 20:23:55下载
- 积分:1
-
俄罗斯方块开发UCGUI嵌入式平台下
在ucGUI嵌入式平台下开发的俄罗斯方块,代码精简-Russian block developped under ucGUI embedded platform
- 2022-10-23 09:30:03下载
- 积分:1
-
利用powerbuilder制作的超级计算器
利用powerbuilder制作的超级计算器-calculator
- 2022-03-24 16:58:56下载
- 积分:1
-
This is my source of the mine ,with flexible structor
自己的扫雷程序源代码,结构灵巧-This is my source of the mine ,with flexible structor
- 2022-02-02 07:44:36下载
- 积分:1
-
a VB
一个用VB开发的细胞元动机-a VB-cell yuan motivation
- 2023-05-18 21:40:02下载
- 积分:1
-
How to modify file date
如何修改文件日期访问、修改上次访问
- 2023-01-09 19:00:04下载
- 积分:1
-
C++编写的潜艇代码
C++编写的潜艇代码-C code prepared by the submarine
- 2022-08-06 17:35:24下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1