1.?中奖н???Դ??
2.python爬取分析超级大乐透历史开奖数据
3.那位高手给个VC++的小程序 过两天要考试了。急呀!码中码!奖概!率代!中奖!码中码bat木马源码!奖概
?н???Դ??
&#;import java.awt.Color;//界面不是很高大上档次,但是中奖能满足你的基本需求,希望对你有用import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.border.Border;
import javax.swing.border.LineBorder;
public class 抽奖游戏 extends JFrame {
static 抽奖游戏 frame;
public 抽奖游戏() {
setLayout(new GridLayout(3,码中码 3, 3, 3));
Border border = new LineBorder(Color.BLUE, 4);
JButton l1 = new JButton();
JButton l2 = new JButton();
JButton l3 = new JButton();
JButton l4 = new JButton();
JButton l5 = new JButton();
JButton l6 = new JButton();
JButton l7 = new JButton("祝你好运");
JButton l8 = new JButton("中奖规则");
JButton l9 = new JButton("再次抽奖");
l1.setBorder(border);
l2.setBorder(border);
l3.setBorder(border);
l4.setBorder(border);
l5.setBorder(border);
l6.setBorder(border);
l7.setBorder(border);
l8.setBorder(border);
l9.setBorder(border);
String[] num2 = { "1", "2", "3", "4", "5", "6" };
l8.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
JOptionPane.showMessageDialog(null, "游戏规则:\n" + "特等奖:\n"
+ "第一行或者第二行出现的数字全部相同\n"
+ "第一第二行出现升序的1,2,3,4,5,6或者降序的6,5,4,3,2,1\n" + "一等奖\n"
+ "1:第一行或第二行的数字降序排列或者升序排列\n"
+ "2:第一行或者第二行相邻的按钮出现一样的数字\n");
}
});
l9.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
// TODO Auto-generated method stub
l1.setText("*");
l2.setText("*");
l3.setText("*");
l4.setText("*");
l5.setText("*");
l6.setText("*");
l7.setBackground(Color.lightGray);
l7.setText("离中奖不远了!");
}
});
l6.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
int j1 = (int) (Math.random() * ) % 6;
l1.setText(num2[j1]);
int j2 = (int) (Math.random() * ) % 6;
l2.setText(num2[j2]);
int j3 = (int) (Math.random() * ) % 6;
l3.setText(num2[j3]);
int j4 = (int) (Math.random() * ) % 6;
l4.setText(num2[j4]);
int j5 = (int) (Math.random() * ) % 6;
l5.setText(num2[j5]);
int j6 = (int) (Math.random() * ) % 6;
l6.setText(num2[j6]);
if (j1 == j2 && j2 == j3 || j4 == j5 && j5 == j6 || j1 == 1
&& j2 == 2 && j3 == 3 && j4 == 4 && j5 == 5 && j6 == 6
|| j1 == 6 && j2 == 5 && j3 == 4 && j4 == 3 && j5 == 2
&& j6 == 1) {
l7.setBackground(Color.red);
l7.setText("特等奖");
} else if (j1 > j2 && j2 > j3 || j3 > j2 && j2 > j1 || j4 > j5
&& j5 > j6 || j6 > j5 && j5 > j4 || j1 == j2
&& j5 == j4 || j1 == j2 && j5 == j6 || j3 == j2
&& j4 == j5 || j5 == j6 && j2 == j3) {
l7.setBackground(Color.YELLOW);
l7.setText("一等奖");
} else {
l7.setBackground(Color.lightGray);
l7.setText("未中奖,奖概加油!率代");
}
}
});
l5.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
int j1 = (int) (Math.random() * ) % 6;
l1.setText(num2[j1]);
int j2 = (int) (Math.random() * ) % 6;
l2.setText(num2[j2]);
int j3 = (int) (Math.random() * ) % 6;
l3.setText(num2[j3]);
int j4 = (int) (Math.random() * ) % 6;
l4.setText(num2[j4]);
int j5 = (int) (Math.random() * ) % 6;
l5.setText(num2[j5]);
int j6 = (int) (Math.random() * ) % 6;
l6.setText(num2[j6]);
if (j1 == j2 && j2 == j3 || j4 == j5 && j5 == j6 || j1 == 1
&& j2 == 2 && j3 == 3 && j4 == 4 && j5 == 5 && j6 == 6
|| j1 == 6 && j2 == 5 && j3 == 4 && j4 == 3 && j5 == 2
&& j6 == 1) {
l7.setBackground(Color.red);
l7.setText("特等奖");
} else if (j1 > j2 && j2 > j3 || j3 > j2 && j2 > j1 || j4 > j5
&& j5 > j6 || j6 > j5 && j5 > j4 || j1 == j2
&& j5 == j4 || j1 == j2 && j5 == j6 || j3 == j2
&& j4 == j5 || j5 == j6 && j2 == j3) {
l7.setBackground(Color.YELLOW);
l7.setText("一等奖");
} else {
l7.setBackground(Color.lightGray);
l7.setText("未中奖,中奖57的源码加油!码中码");
}
}
});
l4.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
int j1 = (int) (Math.random() * ) % 6;
l1.setText(num2[j1]);
int j2 = (int) (Math.random() * ) % 6;
l2.setText(num2[j2]);
int j3 = (int) (Math.random() * ) % 6;
l3.setText(num2[j3]);
int j4 = (int) (Math.random() * ) % 6;
l4.setText(num2[j4]);
int j5 = (int) (Math.random() * ) % 6;
l5.setText(num2[j5]);
int j6 = (int) (Math.random() * ) % 6;
l6.setText(num2[j6]);
if (j1 == j2 && j2 == j3 || j4 == j5 && j5 == j6 || j1 == 1
&& j2 == 2 && j3 == 3 && j4 == 4 && j5 == 5 && j6 == 6
|| j1 == 6 && j2 == 5 && j3 == 4 && j4 == 3 && j5 == 2
&& j6 == 1) {
l7.setBackground(Color.red);
l7.setText("特等奖");
} else if (j1 > j2 && j2 > j3 || j3 > j2 && j2 > j1 || j4 > j5
&& j5 > j6 || j6 > j5 && j5 > j4 || j1 == j2
&& j5 == j4 || j1 == j2 && j5 == j6 || j3 == j2
&& j4 == j5 || j5 == j6 && j2 == j3) {
l7.setBackground(Color.YELLOW);
l7.setText("一等奖");
} else {
l7.setBackground(Color.lightGray);
l7.setText("未中奖,奖概加油!");
}
}
});
l3.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
int j1 = (int) (Math.random() * ) % 6;
l1.setText(num2[j1]);
int j2 = (int) (Math.random() * ) % 6;
l2.setText(num2[j2]);
int j3 = (int) (Math.random() * ) % 6;
l3.setText(num2[j3]);
int j4 = (int) (Math.random() * ) % 6;
l4.setText(num2[j4]);
int j5 = (int) (Math.random() * ) % 6;
l5.setText(num2[j5]);
int j6 = (int) (Math.random() * ) % 6;
l6.setText(num2[j6]);
if (j1 == j2 && j2 == j3 || j4 == j5 && j5 == j6 || j1 == 1
&& j2 == 2 && j3 == 3 && j4 == 4 && j5 == 5 && j6 == 6
|| j1 == 6 && j2 == 5 && j3 == 4 && j4 == 3 && j5 == 2
&& j6 == 1) {
l7.setBackground(Color.red);
l7.setText("特等奖");
} else if (j1 > j2 && j2 > j3 || j3 > j2 && j2 > j1 || j4 > j5
&& j5 > j6 || j6 > j5 && j5 > j4 || j1 == j2
&& j5 == j4 || j1 == j2 && j5 == j6 || j3 == j2
&& j4 == j5 || j5 == j6 && j2 == j3) {
l7.setBackground(Color.YELLOW);
l7.setText("一等奖");
} else {
l7.setBackground(Color.lightGray);
l7.setText("未中奖,加油!");
}
}
});
l2.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
int j1 = (int) (Math.random() * ) % 6;
l1.setText(num2[j1]);
int j2 = (int) (Math.random() * ) % 6;
l2.setText(num2[j2]);
int j3 = (int) (Math.random() * ) % 6;
l3.setText(num2[j3]);
int j4 = (int) (Math.random() * ) % 6;
l4.setText(num2[j4]);
int j5 = (int) (Math.random() * ) % 6;
l5.setText(num2[j5]);
int j6 = (int) (Math.random() * ) % 6;
l6.setText(num2[j6]);
if (j1 == j2 && j2 == j3 || j4 == j5 && j5 == j6 || j1 == 1
&& j2 == 2 && j3 == 3 && j4 == 4 && j5 == 5 && j6 == 6
|| j1 == 6 && j2 == 5 && j3 == 4 && j4 == 3 && j5 == 2
&& j6 == 1) {
l7.setBackground(Color.red);
l7.setText("特等奖");
} else if (j1 > j2 && j2 > j3 || j3 > j2 && j2 > j1 || j4 > j5
&& j5 > j6 || j6 > j5 && j5 > j4 || j1 == j2
&& j5 == j4 || j1 == j2 && j5 == j6 || j3 == j2
&& j4 == j5 || j5 == j6 && j2 == j3) {
l7.setBackground(Color.YELLOW);
l7.setText("一等奖");
} else {
l7.setBackground(Color.lightGray);
l7.setText("未中奖,wap旅游源码加油!");
}
}
});
l1.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
int j1 = (int) (Math.random() * ) % 6;
l1.setText(num2[j1]);
int j2 = (int) (Math.random() * ) % 6;
l2.setText(num2[j2]);
int j3 = (int) (Math.random() * ) % 6;
l3.setText(num2[j3]);
int j4 = (int) (Math.random() * ) % 6;
l4.setText(num2[j4]);
int j5 = (int) (Math.random() * ) % 6;
l5.setText(num2[j5]);
int j6 = (int) (Math.random() * ) % 6;
l6.setText(num2[j6]);
if (j1 == j2 && j2 == j3 || j4 == j5 && j5 == j6 || j1 == 1
&& j2 == 2 && j3 == 3 && j4 == 4 && j5 == 5 && j6 == 6
|| j1 == 6 && j2 == 5 && j3 == 4 && j4 == 3 && j5 == 2
&& j6 == 1) {
l7.setBackground(Color.red);
l7.setText("特等奖");
} else if (j1 > j2 && j2 > j3 || j3 > j2 && j2 > j1 || j4 > j5
&& j5 > j6 || j6 > j5 && j5 > j4 || j1 == j2
&& j5 == j4 || j1 == j2 && j5 == j6 || j3 == j2
&& j4 == j5 || j5 == j6 && j2 == j3) {
l7.setBackground(Color.YELLOW);
l7.setText("一等奖");
} else {
l7.setBackground(Color.lightGray);
l7.setText("未中奖,加油!");
}
}
});
Font font = new Font("", Font.BOLD, );
l1.setFont(font);
l2.setFont(font);
l3.setFont(font);
l4.setFont(font);
l5.setFont(font);
l6.setFont(font);
l7.setFont(font);
l8.setFont(font);
l9.setFont(font);
add(l1);
add(l2);
add(l3);
add(l4);
add(l5);
add(l6);
add(l7);
add(l8);
add(l9);
}
public static void main(String[] args) {
// TODO Auto-generated method stub
frame = new 抽奖游戏();
frame.setTitle("抽奖大战");
frame.setSize(, );
frame.setLocationRelativeTo(null);
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
}
python爬取分析超级大乐透历史开奖数据
在python入门爬虫学习中,博主采用requests和beautifulsoup工具,目标是samp旧源码抓取超级大乐透的历史开奖数据。
爬取的网站是datachart..com/dlt/h...,**网的开奖数据实际存储在页面源代码之外,通过查看开发者工具的network标签可以找到包含所有历史结果的网页。
在编写爬虫的过程中,博主首先抓取了所有**期号及其对应的中奖数字,清晰展示每期的集团php源码结果。
针对5+2的号码组合,博主进行了深入分析,特别关注了出现频率最高的两个组合。通过初步计算,发现这个特定组合的中奖概率大约是平均中奖几率的三倍。但为了清晰呈现,这个结果并未直接展示,而是以醒目的红色标记在生成的csv文件中。
那位高手给个VC++的小程序 过两天要考试了。急呀!!!!!!
我的机子里c++程序实在是太多了
随便写个吧
#include<iostream>
#include<cstdlib>
#include<ctime>
using namespace std;
void main()
{
srand(time(NULL));
cout<<"欢迎你进入抽奖活动,"<<endl<<"游戏规则:一共有6个球 其中1个为中奖球 (编号是1-6)抽中有奖球奖励元"<<endl<<"祝你好运!"<<endl;
int static ben=;
cout<<"你现在有元!抽一次元"<<endl;
int i;
int k=1;
int num[6]={ 1,2,3,4,5,6};
while(ben&&k)
{
cout<<"点击“1”开始抽奖,点击“0”结束抽奖:"<<endl;
cin>>k;
int s=rand()%6;
if(k)
{
i=1+rand()%6;
cout<<"你抽中的是第"<<i<<"球"<<endl;
cout<<"有奖球是"<<num[s]<<"球"<<endl;
if(i!=num[s])
{
cout<<"很遗憾,你未抽中有奖球"<<endl;//0-3数字代表白球
ben=ben-;
}
if(i==num[s])
{
cout<<"恭喜你,你抽中的是有奖球,中奖了!"<<endl;//4代表红球
ben=ben+;
}
}
cout<<"
2024-11-29 22:56
2024-11-29 22:31
2024-11-29 21:13
2024-11-29 21:07
2024-11-29 21:00
2024-11-29 20:42