搜索结果
找到约 176 项符合
Light-weight 的查询结果
人工智能/神经网络 Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
Java编程 alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删
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 mod ...
单片机开发 LED design file for light use
LED design file for light use
Delphi控件源码 Metric Converter is an useful tool for metric conversion, weight conversion, area conversion, mass c
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. :)
单片机开发 room light controller using microcontroller 8051
room light controller using microcontroller 8051
软件测试 神经网络系统 BP,MGFPROP,SAMGFPROP, QUICKPROP, SARPROP 解决XOR问题收敛速度和收敛率的图形比较(不同数量的weightfile和不同范围的weight ran
神经网络系统 BP,MGFPROP,SAMGFPROP, QUICKPROP, SARPROP 解决XOR问题收敛速度和收敛率的图形比较(不同数量的weightfile和不同范围的weight range)
其他 探照灯效果。利用light滤镜和JavaScript实现跟随鼠标的探照灯效果
探照灯效果。利用light滤镜和JavaScript实现跟随鼠标的探照灯效果
汇编语言 2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1
2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。 ...
VHDL/FPGA/Verilog a semaphore (light changer - red, yellow and green) application using VHDL platform
a semaphore (light changer - red, yellow and green) application using VHDL platform
数值算法/人工智能 FIR filter with weight function
FIR filter with weight function