-
zifuchuan
说明: 输入一段字符串 统计其中各类字符的数量(数字类 字母类 空格 其他)并输出(Enter a string in which all kinds of statistics on the number of characters (the number of types of letters of other types of spaces) and output)
- 2008-11-27 09:55:27下载
- 积分:1
-
checkcar
实现汽车检测业务的小程序,包括Excel电子表格模板导入等功能(Automotive testing business procedures, including the Excel spreadsheet template to import functions)
- 2012-07-10 10:57:36下载
- 积分:1
-
Modbus.X
说明: modbus protocol pic18f demo
- 2020-06-08 12:22:28下载
- 积分:1
-
GridDoubleHeader
VFP开发用Grid多表头,封装成类,测试没有问题,可再次开发(VFP developers using Grid multiple headers, packaged into a class)
- 2013-07-17 10:02:10下载
- 积分:1
-
ZKConnection
说明: Ho to connect to zk access control 5
- 2019-02-08 22:02:16下载
- 积分:1
-
D8
说明: 德卡读卡程序,与D8读卡器相匹配,能够对MIFARE系列的卡进行操作(Deka card reader program, matched with D8 card reader, can operate MIFARE series cards)
- 2020-11-18 12:12:44下载
- 积分:1
-
lcd12864控制时钟,可以定时温度显示等功能
lcd12864控制时钟,可以定时温度显示等功能-lcd12864 controlled clock, temperature display and other functions can be regularly
- 2022-05-17 03:58:26下载
- 积分:1
-
JS网页软键盘示例下载
JS网页软键盘示例下载,用在网页上的虚拟键盘效果,在一些安全支付场合中很有必要软键盘的功能,本JS虚拟键盘来自国外JavaScript达人所创作,兼容性良好,软键盘操作舒服,在IE8下完美运行。
- 2022-05-18 13:02:00下载
- 积分: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
-
1
说明: LiCl比热,空气比热,空气焓,程序,用于溶液除湿系统设计,运行计算(Specific heat data of LiCl and air)
- 2018-02-05 20:11:18下载
- 积分:1