-
VB6.0实现彩票36选7选号程序
VB6.0实现彩票36选7选号程序,功能:生成14个过滤条件值保存DB,查询指定期的前X期开出的个数,七期随机选号法,统计每个号码出球规律,"随机选下注数据,从选定号码中遍历组合,在选中号码列表中继续筛选等。
程序主窗口中的TAB标签选项卡实属不错,你可把它用在你的应用程序中。
注:统一起见,下标全部从1用起,0下标不用命名中的Sum这里统一为 个数 的意思,Total一般的数值变量,尽量统一使用Long型,因为Long型的取值范围大,而且速度快一些,只是内存多一点。
1000个数
Quick最快,循环只有500多次
Bucket第二,循环只有999次
过滤操作具体执行过程
一个条件一个条件的全部过滤所有
一次一注号码轮流进行一个条件一个条件的过滤,一次一个条件过滤全部,保留下来的进行下一轮过滤,那容错就几乎无法实现了,如果要实现容错机制的话,应该是一注号码要通过全部过滤条件,然后可利用容错,符合条件和容错就保留下来,鉴于保存所有号码的数组是二维的,那么就直接对保存的二维数组进行各个条件过滤,不可能每次用一个一维数组保存,再用这个一维来过滤。用一个一维数组来记录容错情况,也就是符合多少个条件,比如14个条件,设定了容错率为6,那么只要有8个或以上过滤条件符合,就保留下来。放到一个新的二维数组中奇号个数,0-7
参数:二维数组(),存放一注号码,7个
返回值:奇号的个数,一个Variant数组,里面分别是每注的奇数的个数
UBound(Num, 1) 第一维是注数
- 2022-07-21 15:28:11下载
- 积分:1
-
六层电梯,实现优先级响应,同方向先响应,具体请看源代码...
六层电梯,实现优先级响应,同方向先响应,具体请看源代码-Six-storey elevator to achieve priority response, with the direction of first response, details, please read the source code
- 2022-03-06 08:40:34下载
- 积分:1
-
cgeev0
调用mkl的矩阵求本征值和本征函数,并得到计算时间(Call MKL for caculate the matrix s eigenvalue and eigenfunction,and get the efficiency)
- 2021-04-26 14:38:45下载
- 积分:1
-
充电定时
充电定时系统,基于单片机51系列,计时60s 并在lcd1602上现实相应时间(Charging timing system, based on MCU 51 series, timing 60s and the corresponding time on LCD1602.)
- 2018-09-14 18:12:53下载
- 积分:1
-
MATLAB graphical user interface (GUI) tools, list of the GUI Order
MATLAB中的图形用户界面(GUI)工具,列出了所有GUI命令-MATLAB graphical user interface (GUI) tools, list of the GUI Order
- 2022-06-21 11:48:26下载
- 积分:1
-
ABBdcBreaker
直流断路器经典拓扑,加入了二阶RLC放电电路和动作逻辑判断电路,并说明了每个动作的逻辑关系(topology of ABB DCCB)
- 2017-10-27 15:23:19下载
- 积分:1
-
c++
排序算法 很简单的一个算法 这个例子只是实现 0-5的排序遍历 如果大家想用别的 可以修改一下就能使用了(Sorting algorithm is very simple algorithm, this example is only achieved.)
- 2018-11-13 13:10:40下载
- 积分:1
-
heavy overload forecasting based on RF
说明: 针对使用传统分类器预测配变重过载会因为重过载样本率较低而带来的总正确率很高,重过载预测正确率却很低这一问题,将重抽样与随机森林理论引入分类模型中,构建重抽样-随机森林分类器对配变重过载进行预测。结果表明,新方法在预测配变日重过载类型、重过载开始与结束时间、重过载严重程度方面有较高的准确率。(For the problem of using the traditional classifier to predict the distribution of heavy overload, the total correct rate is high because of the low overload sample rate, and the accuracy of the heavy overload prediction is very low. The resampling and random forest theory are introduced into the classification model. In the construction, the re-sampling-random forest classifier is used to predict the heavy-duty overload. The results show that the new method has higher accuracy in predicting the type of daily variable overload, the start and end time of heavy overload, and the severity of heavy overload.)
- 2020-06-18 22:00:01下载
- 积分:1
-
gbfenlpcc
用MATLAB编程,实现对一段语音信号LPCC的提取(MATLAB programming, to achieve a voice signal from the LPCC)
- 2005-08-04 22:12:39下载
- 积分:1
-
MyFormDesigner.Designer
说明: 基于emguCV库,调用电脑摄像头,获取图像,进行RGB通道信息分离,并存入txt文档。(Based on emguCV library, we call the computer camera to get the image, separate the RGB channel information and store it in the TXT document.)
- 2020-06-25 11:20:01下载
- 积分:1