-
大富翁离线浏览器源码
大富翁离线浏览器源码-Monopoly offline browser source code
- 2022-03-21 05:15:20下载
- 积分: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
-
gaHBVbSrPXGhKr
说明: 经典调度算法,包括轮询。比例公平。最大C/I等(Classic scheduling algorithm, including polling. Fair proportion. Maximum C / I, etc)
- 2021-04-07 19:18:37下载
- 积分:1
-
MATLAB代码水印的DCT
Matlab Code for watermarking in DCT
- 2023-07-13 18:40:04下载
- 积分:1
-
hing_v32
毕设内容,高光谱图像基本处理,模拟数据分析处理的过程,包括主成分分析、因子分析、贝叶斯分析。( Complete set content, basic hyperspectral image processing, Analog data analysis processing, Including principal component analysis, factor analysis, Bayesian analysis.)
- 2017-03-06 17:01:30下载
- 积分:1
-
zxing
说明: 打印条码类 通用pdf打印和二维码打印 一维码打印等(Printing Bar Code Generic PDF Printing and Two-Dimensional Code Printing, One-Dimensional Code Printing, etc.)
- 2020-06-17 15:20:12下载
- 积分:1
-
贪吃蛇升级版2.0,比之前的版本增加了双人对战模式!并加入了减速宝物,我找到的又一个很好的网络游戏源码,还不赶快下...
贪吃蛇升级版2.0,比之前的版本增加了双人对战模式!并加入了减速宝物,我找到的又一个很好的网络游戏源码,还不赶快下-Snake upgraded version 2.0, the version before a double screen mode! And to add a deceleration treasures, I also found a good source of online games, Upshot under!
- 2022-09-09 06:50:03下载
- 积分:1
-
BSR
说明: Contour Detection and Hierarchical Image Segmentation
轮廓检测与层次图像分割(Contour Detection and Hierarchical Image Segmentation)
- 2019-03-28 09:29:00下载
- 积分:1
-
deta
说明: 提供一个功能非常完善的系统托盘类,该类可以实现以下功能:任务栏重建后托盘图标自动添加;托盘图标可以动态改变,(Provides a fully functional system pallet class, this class can achieve the following functions: the taskbar reconstruction of the tray icon automatically added, pallet icon can be dynamically changed,)
- 2018-12-24 00:06:34下载
- 积分:1
-
ToolBarCode
Fully featured toolbar for VB6 (minor rework required for VB5). Includes assorted toolbutton styles and toolbar styles, dozens of properties and lots more. Fully customisable, right down to the colours of the buttons and toolbar. Buttons can be hidden, enabled, added or removed, both at design and run times. Check states, button states and group states. Mouse over and down pictures, button captions and caption alignments. Horizontal and vertical support. This is fully ownerdrawn, and does not use a single picturebox! As much as possible, API graphic methods are used to speed up process.
- 2010-02-17 18:34:18下载
- 积分:1