-
该文件夹给出802.11a仿真源程序,推荐参考
该文件夹给出802.11a仿真源程序,推荐参考-The folder is 802.11a simulation program, recommended reference
- 2022-06-20 19:04:21下载
- 积分:1
-
压缩包中的例子用非常浅显易懂的方式指明如何使用select,以及select的使用范围...
压缩包中的例子用非常浅显易懂的方式指明如何使用select,以及select的使用范围-compressed using the example of a very simple and easy way, how to use select, and the use of select
- 2023-01-07 11:00:03下载
- 积分:1
-
VbXPMenuAPI Microsoft Office XP 菜单
模拟 Microsoft Office XP 菜单,VbXPMenuAPI测试版。还淡入淡变关闭效果的VB仿Windows XP 风格菜单,现在很多程序员希望其菜单能够转换成 MS Office XP 和 VS .NET 风格,VbXPMenuAPI就是这样一个动态库,它能使VB程序员仅通过几行代码就轻而易举地实现这些流行菜单。
除MS Office XP 和 VS .NET 风格菜单外,它还封闭了一些实用的API以供调用,例如关闭计算机、球形提示ToolTip、获取用户名等。以下为VbXPMenuAPI菜单相关介绍:
功能:1、支持SDI、MDI窗口的XP效果;
2、支持系统菜单的XP效果;
3、支持XP风格与Office2000风格实时转换;
不足:1、对MDI窗口的系统菜单XP效果在没有最大化时支持不好;
2、对MDI窗口还不能添加图标;
- 2022-04-29 14:04:38下载
- 积分:1
-
一个物流单据管理模块,主要运用ADO对象操纵数据库的技术。...
一个物流单据管理模块,主要运用ADO对象操纵数据库的技术。-a logistics document management module, the main use ADO object manipulation of database technology.
- 2023-08-30 03:50:03下载
- 积分:1
-
for many computer enthusiasts, not often can be installed with a computer, throu...
对许多电脑爱好者来说,并不是常常有计算机可以安装,其实通过日常的一些维护,你也可以学到许多DIY知识。我们在这里介绍一下,常用的一些简单的维护办法,希望能引起大家注意,制定出自己的电脑维护方案。-for many computer enthusiasts, not often can be installed with a computer, through some routine maintenance, you can learn a lot of DIY knowledge. We are here to tell us, usually some simple maintenance of way that can arouse the attention of Members to develop its own computer maintenance program.
- 2023-07-07 11:10:03下载
- 积分:1
-
VC++正则表达式 有穷自动机实例
一个VC++正则表达式 有穷自动机实例源码,请输入正则式( 注意对单个输入有*操作的时候要有$合成,比如求0*,要有($0)* ): 。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。
1.状态的集合({}内的为nfa中的状态)
2.输入符号集合
3.关系
4.开始状态
- 2022-05-15 19:13:14下载
- 积分:1
-
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。...
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
- 2022-08-17 11:49:03下载
- 积分: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
-
首次上传,说明内容。我想学习一下给网站的资料,日后编得代码,再上传补上。抱歉!...
首次上传,说明内容。我想学习一下给网站的资料,日后编得代码,再上传补上。抱歉!-From the first time to illustrate the content. I want to learn about the information to the site, the future provision of a code, and then upload onto the list. Sorry!
- 2022-11-04 10:20:03下载
- 积分:1
-
用matlab编写的music程序,希望对大家有用
用matlab编写的music程序,希望对大家有用-using Matlab music prepared by the procedures in the hope that it may be useful for
- 2023-01-01 07:00:11下载
- 积分:1