搜索结果

找到约 93 项符合 column-weight 的查询结果

压缩解压 aPLib is a 32-bit compression library based on the compression algorithm used in aPACK (my executa

aPLib is a 32-bit compression library based on the compression algorithm used in aPACK (my executable packer). aPLib is an easy-to-use alternative to many of the heavy-weight compression libraries available.
https://www.eeworm.com/dl/617/148275.html
下载: 87
查看: 1035

Applet SelectionDemo also has code (not included in the preceding snippet) that changes the table s selecti

SelectionDemo also has code (not included in the preceding snippet) that changes the table s selection orientation. By changing a couple of boolean values, you can make the table allow either column selections or individual cell selections, instead of row selections.
https://www.eeworm.com/dl/634/148400.html
下载: 197
查看: 1049

Applet The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c

The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (w ...
https://www.eeworm.com/dl/634/148402.html
下载: 46
查看: 1106

其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo

Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % ...
https://www.eeworm.com/dl/534/167783.html
下载: 145
查看: 1079

通讯编程文档 pb datawindow 技巧 例子: 使DataWindow列只能追加不能修改 如何使DataWindow中的数据只能追加新记录而不能修改

pb datawindow 技巧 例子: 使DataWindow列只能追加不能修改 如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下: 将每一列的 Protect 属性设置为: If( IsRowNew(), 0, 1) ) 在 PowerScript 中可以动态修改 Protect 属性: dw_1.Modify("column_name_h ...
https://www.eeworm.com/dl/646/179661.html
下载: 161
查看: 1084

其他 对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求

对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求,那么怎样选择最短的运输路线呢?在运输交通图中,我们设每一个城市为一个结点(vertextype类型)点并把他们分别用关键字代表(关键字int key ),也就是说把每个城市给出一个整数编码;一个城市直接到另一个城市的交通路线为边且这两个城市为 ...
https://www.eeworm.com/dl/534/187259.html
下载: 127
查看: 1080

书籍源码 Address book helps you look up your addresses from the system tray. It is quite useful in that way

Address book helps you look up your addresses from the system tray. It is quite useful in that way 慶ause it stays out of the way and is easily accessible when needed. Double clicking on any URL will start the default web browser and take you to that URL. Double clicking on the phone number will ...
https://www.eeworm.com/dl/532/189768.html
下载: 193
查看: 1113

驱动编程 You will write a program for calculating person s Body Mass Index (BMI). The following formula is us

You will write a program for calculating person s Body Mass Index (BMI). The following formula is used: bmi = weight / length&sup2 , where weight is in kilograms and length is in meters.
https://www.eeworm.com/dl/618/192335.html
下载: 87
查看: 1067

单片机开发 * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type mu ...
https://www.eeworm.com/dl/648/193633.html
下载: 172
查看: 1098

人工智能/神经网络 BP神经网络分类器 程序有两种运行状态

BP神经网络分类器 程序有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令符下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开W ...
https://www.eeworm.com/dl/650/217034.html
下载: 123
查看: 1059