-
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
-
结构优化程序,罚函数法.可求解非线性规划问题.
结构优化程序,罚函数法.可求解非线性规划问题.-structural optimization procedure penalty function. Planning can solve nonlinear problems.
- 2022-05-17 09:54:34下载
- 积分:1
-
kullan和# 305局域网巴兹和# 305 MATLAB bilgileri
Kullanı lan bazı matlab bilgileri
Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz
-Kullanı lan bazı matlab bilgileri
Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz
- 2022-08-23 15:58:15下载
- 积分:1
-
KolmogorovEntropy_GP
说明: 一种简单有效的测度熵替代方法——近似熵(approximate entropy)方
法.应用以上方法对Logistic映射复杂度进行了分析.结果表明Lyapunov指数和测度熵的值与复
杂度基本呈线性关系,分维数与复杂度的函数关系尚难确定,且与Lyapunov指数、测度熵之间的关
系也不明确.
( Approximate entropy (ApEn) method
is also studied. They are applied to analyze the complexity of Logistic map. The conclusion is
that Lyapunov exponent and K-S entropy have approximately linear relation with complexity,
while it is difficult to determine the relation between fractal and complexity.
)
- 2021-02-20 22:19:43下载
- 积分:1
-
Delphi文件分割软件源码
Delphi文件分割软件源码,使用了TabCtrl控件,将文件分割成指定大小的文件块。
// 图标
Cool Icon Liumazi.ico
Icon1 Icon Icon1.ico
Icon2 Icon Icon2.ico
Icon3 Icon Icon3.ico
// 光标
Drag cursor Drop.cur
// 字串
STRINGTABLE
BEGIN
1,"指定准备分割的文件"
2,"指定分割后存放位置"
3,"指定合并后存放位置"
END
- 2023-03-10 01:20:03下载
- 积分:1
-
newmesh_3D
说明: 三维voronoi多面体混凝土土骨料网格划分(Mesh generation of 3D Voronoi polyhedral concrete soil aggregate)
- 2021-01-18 22:06:37下载
- 积分:1
-
放大器
放大器,用于信号放大,信号调理电路。高性能,低功耗。不错的选择。值得信赖啊(Amplifier, used for signal amplification, signal conditioning circuit.High performance, low power consumption.Good choice.trustworthy)
- 2020-06-24 23:31:07下载
- 积分:1
-
SAMP
压缩感知重构算法之稀疏度自适应匹配追踪(SAMP)(Sparse degree adaptive matching tracking (SAMP) of compressed sensing reconstruction algorithm)
- 2020-12-14 16:09:14下载
- 积分:1
-
这是将波动方程分解为上行波下行波的源程序 把两个源代码放在一起,运行即可了!...
这是将波动方程分解为上行波下行波的源程序 把两个源代码放在一起,运行即可了!-This is the wave equation will be decomposed into up-going wave downlink wave source source code of the two together, you can run the!
- 2022-11-15 13:25:03下载
- 积分:1
-
The word building game is a well known game all over the world. It is also calle...
The word building game is a well known game all over the world. It is also called as scrabble. In this network-supported game, four players can play the game together sharing the same matrix board. Players can join their corresponding opponents directly by searching. I have used UDP sockets for searching the hosted game and TCP sockets for game processing. This game can be played within the subnet.
- 2023-01-15 04:30:03下载
- 积分:1