-
自己写的JAVA贪吃蛇程序,相当有参考价值
自己写的JAVA贪吃蛇程序,相当有参考价值-wrote JAVA huge memory process, have considerable reference value
- 2023-08-04 17:20:02下载
- 积分:1
-
奥氏体化和晶粒长大计算6
模拟钢铁材料奥氏体化过程和奥氏体晶粒长大过程。(The austenitizing process and austenite grain growth process of steel materials are simulated.)
- 2020-06-21 02:20:01下载
- 积分:1
-
sartarget
说明: 合成孔径雷达变标算法成像,以及点面目标模拟(SAR imaging, point and surface target simulation)
- 2020-11-21 14:38:57下载
- 积分:1
-
精饲料单放机快速地翻看联赛积 v
精饲料单放机快速地翻看联赛积 v-Feed player quickly look at the plot League player feed quickly look at the league plot v
- 2022-07-11 21:19:02下载
- 积分: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
-
一个简单的计算器程序
一个简单的计算器程序-a simple calculator program
- 2022-12-17 05:05:04下载
- 积分:1
-
LLCsaber仿真文件
LLC的saber仿真,可以根据自己的选择调解参数。(The LLC simulation of SABER)
- 2021-03-23 22:29:14下载
- 积分:1
-
程序
拥塞控制算法仿真程序,实验结果验证协同路径拥塞控制算法在提高网络吞吐量、降低网络延时和网络能耗等方面具有较好的性能,延长了网络的生命周期。(congestion control algorithms)
- 2018-05-16 09:11:37下载
- 积分:1
-
yhsj
说明: 这是一个很简单的C++程序
也只是随手练练而已
我现在的水平还不行 不过 我一直都在努力(This is a very simple C program is only to practice it, I threw the level is not enough but I have been efforts)
- 2006-04-28 18:49:32下载
- 积分:1
-
layout_weight
安卓当中的layout_weight用法,一道经典的面试题(Andrews among layout_weight usage, a classic face questions)
- 2015-03-23 11:20:29下载
- 积分:1