Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
标签: Lin-Kernighan heuristic matching minimum
上传时间: 2014-02-15
上传用户:ouyangtongze
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
上传时间: 2013-12-06
上传用户:离殇
LED design file for light use
上传时间: 2013-12-04
上传用户:xz85592677
Metric Converter is an useful tool for metric conversion, weight conversion, area conversion, mass conversion, angle conversion or any other unit conversions performed by, well, all. :)
标签: conversion Converter Metric useful
上传时间: 2014-01-15
上传用户:Divine
room light controller using microcontroller 8051
标签: microcontroller controller light using
上传时间: 2017-07-14
上传用户:qlpqlq
神经网络系统 BP,MGFPROP,SAMGFPROP, QUICKPROP, SARPROP 解决XOR问题收敛速度和收敛率的图形比较(不同数量的weightfile和不同范围的weight range)
标签: weightfile SAMGFPROP QUICKPROP MGFPROP
上传时间: 2014-01-14
上传用户:youlongjian0
探照灯效果。利用light滤镜和JavaScript实现跟随鼠标的探照灯效果
标签: JavaScript light 照灯 鼠标
上传时间: 2017-07-19
上传用户:13160677563
2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。
标签: People height weight sport
上传时间: 2013-12-17
上传用户:tedo811
a semaphore (light changer - red, yellow and green) application using VHDL platform
标签: application semaphore platform changer
上传时间: 2014-01-18
上传用户:zycidjl
FIR filter with weight function
标签: function filter weight with
上传时间: 2017-07-27
上传用户:笨小孩