-
Java JBuilder应用开发实例集
Java JBuilder应用开发实例集,用JBuilder开发Java应用程序的新手朋友,如果对JBuilder下的JAva布局不熟悉,可以通过这些简单的实例做些了解,现在JBuilder大多情况下都用于移动平台的应用开发了,多学无害处。
- 2022-01-26 19:07:26下载
- 积分:1
-
练习训练游戏,游戏规则详见源代码注释部分,全C语言编程..........
练习训练游戏,游戏规则详见源代码注释部分,全C语言编程.......
-practice training game, the rules of the game as detailed source notes, the entire C language programming ...
- 2023-08-18 10:55:03下载
- 积分:1
-
利用socket
聊天软件(简单界面)
vc++开发的
利用socket
聊天软件(简单界面)
vc++开发的
-Use socket chat software (simple interface) vc++ Development
- 2023-07-16 23:55:04下载
- 积分: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
-
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全...
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434
- 2022-03-24 04:17:46下载
- 积分:1
-
JAVA写的留言板原代码,一个比较小的java程序,主要是留言版功能...
JAVA写的留言板原代码,一个比较小的java程序,主要是留言版功能-JAVA written message board source, a relatively small java procedures, the main function of message boards
- 2022-07-09 17:09:36下载
- 积分:1
-
HTML5+CSS3动画效果的注册登录窗体
HTML5+CSS3动画效果的注册登录窗体
- 2022-03-20 11:35:34下载
- 积分:1
-
在本案例中所描述的源代码比300行的限制,我..
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2022-03-01 18:13:32下载
- 积分:1
-
用VB写的扫雷,功能虽然有些简单,但是用的数据结构更简单,用简单的控件的实现方法,想给大家分享下~...
用VB写的扫雷,功能虽然有些简单,但是用的数据结构更简单,用简单的控件的实现方法,想给大家分享下~-Using VB to write the de-mining, functional although some simple, but the data structure used in a more simple, with a simple implementation of the control method," d like to share with you the next ~
- 2023-04-20 23:05:03下载
- 积分:1
-
VHDL 函数信号发生器
VHDL 函数信号发生器
VHDL 函数信号发生器
VHDL 函数信号发生器-VHDL Function Generator VHDL Function Generator
- 2022-03-06 16:12:35下载
- 积分:1