-
bp神经网络算法的java实现(原创):
本程序为原创,实现改进的bp神经网络(动量因子),包含3个java文件,使用简单。...
bp神经网络算法的java实现(原创):
本程序为原创,实现改进的bp神经网络(动量因子),包含3个java文件,使用简单。-bp neural network algorithm to achieve the java (original): The original procedure to achieve improved bp neural network (momentum factor), contains 3 java files, using a simple.
- 2022-06-19 10:51:57下载
- 积分:1
-
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table...
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet modify weight samllint
另一种方法是:
alter table tbl_name change old_col_name col_name type
例如:
mysql> alter table pet change weight weight samllint
给列更名
mysql>alter table pet change weight wei
给表更名
alter table tbl_name rename new_tbl
例如,把pet表更名为animal
mysql>alter table pet rename animal
-alter table tbl_name add col_name type for example, to form an increase in weight mysql> alter table pet add weight int Remove Columns alter table tbl_name drop col_name For example, the deletion of column weight: mysql> alter table pet drop weight change out alter table tbl_name modify col_name type for example, the type of weight change: mysql> alter table pet modify w
- 2022-02-11 13:09:52下载
- 积分:1
-
一个Socket的服务器段,可以实现简单的网络通信
一个Socket的服务器段,可以实现简单的网络通信-A Socket server segment, can achieve a simple network communication
- 2022-04-07 09:48:10下载
- 积分:1
-
J2EE,javaee_6的api,我从Java官方网站下下来后自己编译的.
J2EE,javaee_6的api,我从Java官方网站下下来后自己编译的.-J2EE, javaee 6 of the api, I downloaded from Java" s official website and compile it myself.
- 2022-07-20 03:47:13下载
- 积分:1
-
使用Struts连接数据库的示例程序,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行! 1,mystruts是数据库的备份文件,打...
使用Struts连接数据库的示例程序,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行! 1,mystruts是数据库的备份文件,打开sqlserver2000,然后新建一个名叫mystruts的数据库,直接使用本文件还原就可以了! 2,program里边包括jbuilder工程文件,其中,把 program 中的 mystruts 目录直接copy 到 tomcat 目录下面就可以直接使用。 3,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行!-struts connecting to the database sample program, compressed package includes all the database package, struts packages no longer to download anything on the run! 1, mystruts of database backup file, open sqlserver2000, then a new name mystruts database, the use of direct reduction of this document can! 2, the program works inside, including JBuilder document, which, the program directory mystruts tomcat direct copy of the directory can be used directly. 3, compression package includes all the database package, struts packages no longer to download anything on the run!
- 2023-02-07 04:35:03下载
- 积分:1
-
java与 SQL Server
java与 SQL Server-java and SQL Server
- 2023-03-19 03:10:04下载
- 积分:1
-
基类Light,成员属性:瓦(int),壮态(开关,boolean)。
子类TubeLight,成员属性:瓦(int),壮态(开关,boolean),长度(...
基类Light,成员属性:瓦(int),壮态(开关,boolean)。
子类TubeLight,成员属性:瓦(int),壮态(开关,boolean),长度(int)
print出来 -Base class Light, members of the property: W (int), Zhuang-state (switch, boolean). Subclass TubeLight, members of the property: W (int), Zhuang-state (switch, boolean), length (int) print out
- 2022-03-23 10:14:26下载
- 积分:1
-
是一个插值算法。可以给初始数据,然后,再让你随意输入一个数计算结果...
是一个插值算法。可以给初始数据,然后,再让你随意输入一个数计算结果-Is an interpolation algorithm. Can give the initial data, and then let you enter a random number of results
- 2022-05-23 10:07:24下载
- 积分:1
-
一个java实现的用于模拟LRU文法分析的程序
一个java实现的用于模拟LRU文法分析的程序-Achieved a java grammar used to simulate the LRU analysis procedures
- 2022-08-07 02:24:31下载
- 积分:1
-
叶核亚编著《Java2程序设计教程(第2版)》的程序,有助于学习JAVA语言。...
叶核亚编著《Java2程序设计教程(第2版)》的程序,有助于学习JAVA语言。-Leaves the nuclear sub-edited by
- 2022-03-24 09:41:05下载
- 积分:1