-
45款Java手机游戏源码合集下载
45款Java手机游戏源码合集下载,源码包括3D卡丁车源码,声色棋牌之拖拉机.jar,千王之王之21点,4种牌类游戏,3D Super Ball paopaolong,可以全屏的斗地主,埃及祖玛,我爱黄金矿工.jar,漆黑惊粟DarkestFear.jar,原装贪吃蛇,Goldminer挖金等等,相信这些游戏源码实例对于从事手机游戏编写的朋友们帮助较大。
- 2022-02-05 02:22:17下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
入门的朋友看看,怎么样在网上发布自己的想让朋友看到的好东西...
入门的朋友看看,怎么样在网上发布自己的想让朋友看到的好东西-entry friends look at how kind on the Internet to launch its own friends want to see the good stuff
- 2022-08-11 08:31:26下载
- 积分:1
-
Elman神经网络
基于Elman神经网络的预测程序,可用于电力系统短期负荷预测 -Elman neural network-based forecasting process, can be used for short-term load forecasting of power system
- 2022-01-31 16:41:00下载
- 积分:1
-
实现在矩阵的大多数运算,例如加减乘除等,求逆,求转置等
实现在矩阵的大多数运算,例如加减乘除等,求逆,求转置等-implement the caculate of metric--multiple,add,sub,inverse and so on.
- 2022-08-24 14:07:48下载
- 积分:1
-
written with a missile attack against aircraft, tracing study
用c写的导弹打飞机,研究追踪问题-written with a missile attack against aircraft, tracing study
- 2023-08-30 11:30:03下载
- 积分:1
-
直流电路计算公式,硬件设计的好帮手,轻轻松松设计电路
直流电路计算公式,硬件设计的好帮手,轻轻松松设计电路-DC circuit formula, hardware design good helper, a light-hearted circuit design
- 2022-07-09 07:38:43下载
- 积分:1
-
简单的贪食蛇小游戏 Win环境下VC编译通过 很基础的东西
简单的贪食蛇小游戏 Win环境下VC编译通过 很基础的东西-simple little game Win environment through VC compiler based on the very things
- 2023-04-20 00:45:02下载
- 积分:1
-
用于专业的应用,对于处学者是个不错的选择.可以下载的,好东西...
用于专业的应用,对于处学者是个不错的选择.可以下载的,好东西-For professional applications, the Department scholars is a good choice. Can be downloaded, and good things
- 2022-04-18 16:09:03下载
- 积分:1
-
fiber
fiber-laser.m为光纤激光器中的功率分布;laser18.m为fiber-laser.m中的调用函数,描述了具体的参数-fiber-laser.m for fiber lasers in the power distribution laser18.m for fiber-laser.m the call function, describes the specific parameters
- 2022-04-20 04:04:41下载
- 积分:1