登录
首页 » 其他 » VB仿彩票第六感自动随机选号器

VB仿彩票第六感自动随机选号器

于 2022-07-27 发布 文件大小:5.91 kB
0 37
下载积分: 2 下载次数: 1

代码说明:

VB仿彩票第六感自动随机选号器   说明,模仿《彩票第六感》,一个马马虎虎的彩票选号程序,比较小,程序应该有存在Bug。   两种实现筛选号码的方法:   1 . 生成随机数,看选中的次数最多的"个数"数字放到"选定号码里"   2 . 生成随机数,看选中的次数最少的"个数"数字放到"排除号码里"   第一步:机选若干注号码;   第二步:将机选出的号码逐注输入到筛选器中进行筛选;   第三步:筛选结束后,系统记录了选定号码,再从这些号   码中组成若干注进行投注;   关键是:怎么设置筛选器中的基数和个数两个参数!   经验值:   基数=1520 个数=2   您在使用时应不断总结经验,将这两个参数调整到合理!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 我的第一个作品,不是很好啦~!
    我的第一个作品,不是很好啦~!-my first one works, is not very good-- ~!
    2023-01-18 13:00:03下载
    积分:1
  • UWB信道的仿真程序,是一个比较经典和难得的程序!
    UWB信道的仿真程序,是一个比较经典和难得的程序!-UWB channel simulation program, is a more classic and rare procedure!
    2023-07-22 18:05:03下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 100个asp简单学习例子
    100个asp简单学习例子-100 asp learning simple example
    2022-01-26 06:04:17下载
    积分:1
  • system in Chinese characters displaying Chinese characters
    在非汉字系统下显示汉字-system in Chinese characters displaying Chinese characters
    2022-08-13 10:03:51下载
    积分:1
  • With gcc 1.4 compiler environment VMWare Linux0.
    带有 gcc 1.4 编译环境的 VMWare Linux0.-With gcc 1.4 compiler environment VMWare Linux0.
    2023-01-19 00:45:04下载
    积分:1
  • 改进的虚拟激励法,用于大型结构的随机频域计算,在建筑、航天、机械领域已得到广泛的应用。...
    改进的虚拟激励法,用于大型结构的随机频域计算,在建筑、航天、机械领域已得到广泛的应用。-Improved pseudo-excitation method for the large-scale structure of random frequency-domain calculation, in the construction, aerospace, mechanical field has been widely used.
    2023-01-07 09:20:03下载
    积分:1
  • DSP开发练习的极好的范例程序(经典例子程序)
    DSP开发练习的极好的范例程序(经典例子程序)-practice and the development of DSP an excellent example (classical examples of procedures)
    2023-01-03 20:25:02下载
    积分:1
  • 该程序用以对2FSK信号调制解调的仿真程序,信道为高斯白噪声,采用FFT方法对解调...
    该程序用以对2FSK信号调制解调的仿真程序,信道为高斯白噪声,采用FFT方法对其解调-procedures for the right 2FSK signal modulation and demodulation of the simulation program, channel for white Gaussian noise, FFT method demodulation
    2022-05-18 02:17:56下载
    积分:1
  • PL2303
    PL2303-18HXusb线的驱动,用于手机,平台的调试,-PL2303-18HXusb line driver for mobile phones, platform debugging,
    2022-03-19 03:14:02下载
    积分:1
  • 696524资源总数
  • 103886会员总数
  • 81今日下载