-
这是一个培训管理系统
这是一个培训管理系统-This is a training management system
- 2022-03-18 09:03:13下载
- 积分:1
-
Adviced_XML_Programming
XML 高级编程 - 学习研究更高级的 XML 编程,希望能够帮助某些朋友。(XML high-level programming- study and research more advanced XML programming, hoping to help some friends.)
- 2009-12-28 16:38:01下载
- 积分:1
-
wzajqh
我的一个算法课程里面的Triomino Project, 用C++语言实现,()
- 2018-02-05 13:52:10下载
- 积分: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
-
无线通信FPGA
说明: 无线通讯FPGA自留学习,内含matlab代码,Verilog代码以及缩略语说明(Wireless communication FPGA self-learning, including MATLAB code, Verilog code and acronym description)
- 2020-09-15 10:11:06下载
- 积分:1
-
fingerprintjs-master
利用canvas指纹识别,生成浏览器唯一标示。(Using canvas fingerprint identification to generate browser unique mark.)
- 2017-10-13 15:44:06下载
- 积分:1
-
CD4052
详细介绍了CD4052的工作原理和应用,本手册无任何密码。请大家一起进行探讨。(CD4052 details of the working principle and applications, the manual without any password. Let us join hands to explore.)
- 2006-08-01 11:23:59下载
- 积分:1
-
123sadf
这是 mt4ea源码,用于智能交易,全自动交易,外汇有风险,谨慎操作,建议模拟盘练习。(Mt4ea source code, for intelligent trading, automatic trading, foreign exchange risk, cautious operation, it is recommended to simulate disc exercise.)
- 2020-06-19 16:40:01下载
- 积分:1
-
spssdr
说明: 张文彤SPSS统计课件-博士专用 包括pdf文件 sav 文件(Zhang Wentong SPSS statistical courseware- including pdf files, Dr special sav file)
- 2011-03-07 12:41:40下载
- 积分:1
-
hhx_la_spec
不平顺功率谱程序,主要用来计算铁路线的轨道不平顺功率谱( the program of irregularity power spectrum)
- 2012-03-25 12:32:49下载
- 积分:1