-
date on the use of the classic C code
关于日期使用的经典C代码-date on the use of the classic C code
- 2022-02-20 07:15:59下载
- 积分:1
-
Delphi写的带树控菜单的软件界面源码
Delphi写的带树控菜单的软件界面源码,一个没有实质功能的软件界面,左侧是树形菜单,右侧是功能区,很适合编写一些Delphi信息系统时作为主界面使用,本源码在Delphi7下完美编译成功,界面如截图所示。
- 2022-03-05 16:06:19下载
- 积分:1
-
一个管理系统 用java作的,里面有struts。
一个管理系统 用java作的,里面有struts。-a management system for the use of java, there are struts.
- 2022-03-16 22:46:08下载
- 积分:1
-
ASN。1格式的编码解码的C++编程指南。
asn.1格式的编码解码的C++编程指南。-asn.1 format codec C++ Programming Guide.
- 2022-02-06 20:58:57下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。
上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。
兼容:ie6/...
在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。
上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。
兼容:ie6/7/8, firefox 3.5.5
后台支持下还兼容:opera 10.10, safari 4.0.4, chrome 3.0
asp版本使用Persits.Jpeg组件缩放图片,测试请先安装该组件。
-After studying the various preview method, in summary, wrote this program to share with you. The last write simple non-refresh file upload system, the initial aim is to achieve this image preview. Compatibility: ie6/7/8, firefox 3.5.5 is also compatible with the background support: opera 10.10, safari 4.0.4, chrome 3.0 asp version of the use of Persits.Jpeg component scaling picture, testing, install this component.
- 2022-03-24 00:03:49下载
- 积分:1
-
for wince freescale csi driver
for wince freescale csi driver
- 2022-01-21 21:48:37下载
- 积分:1
-
这是一个C#编写的拼图游戏,用户可以单击鼠标移动图片,成功就可...
这是一个C#编写的拼图游戏,用户可以单击鼠标移动图片,成功就可-This is a C# prepared pieces of the jigsaw, users can click of the mouse moving pictures, can be successful
- 2022-07-26 11:38:25下载
- 积分:1
-
介绍c语言的强劲手册,精典之作,适合初学者使用。
介绍c语言的强劲手册,精典之作,适合初学者使用。-introduced the strong language manual for the classic, suitable for beginners.
- 2022-01-31 04:06:00下载
- 积分:1
-
VC++获取DNS 子网掩码 IP地址等网络配置参数
VC++获取DNS 子网掩码 IP地址以及路由设置等网络配置参数,另外还可获取主机名、工作域、网卡MAC地址、默认网关以及是否使用IP路由等,编写网络相关软件时,这是一些必备的网络参数。程序运行截图如图所示。
- 2022-11-06 08:30:03下载
- 积分:1