-
One can use the keyboard up and down about the movement of aircraft, and with co...
一个可以用键盘的上下左右移动的飞机,并且带有颜色-One can use the keyboard up and down about the movement of aircraft, and with color
- 2022-04-30 05:43:19下载
- 积分:1
-
类的测试程序告诉初学者如何更好的建立工程
类的测试程序告诉初学者如何更好的建立工程-kind of testing procedures tell beginners how to build a better project
- 2023-05-20 15:00:04下载
- 积分: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
-
HTML5 汉堡式弹出菜单示例
HTML5基于jQueryPopMenu插件的堡式弹出菜单示例,本菜单主要面向移动设备,比如手机浏览器,ipad、平板电脑等设备的浏览界面中,因节约屏幕空间,又很美观,当手触的时候才会显示出菜单内容,不操作时候,像个汉堡一样叠在屏幕角落,当然,如果你喜欢,你完全可以应用到你的网页中。
- 2022-04-12 10:36:31下载
- 积分:1
-
个人财务管理系统,但有一个模块尚未完成…
个人财务管理系统,不过还有一个模块没有完成,都是在控制台中完成的。
这是我第一个自己做的,希望大家多多指点!-Personal financial management system, but there is a module not yet been completed, are completed in the console. This is my first one to do their own, and I hope a lot of pointing everyone!
- 2022-03-26 12:58:23下载
- 积分:1
-
D3D Tile demo, very good presentation Tile
D3D Tile demo,很好的Tile演示-D3D Tile demo, very good presentation Tile
- 2023-08-08 19:45:03下载
- 积分:1
-
java games prepared by the 1000 block of Terry Avenue prepared by the 1000 block...
java编写的连连看游戏 java编写的连连看游戏 -java games prepared by the 1000 block of Terry Avenue prepared by the 1000 block of Terry Avenue java games prepared by the 1000 block of Terry Avenue java preparation of the 1000 block of Terry Avenue java games prepared by the 1000 block of Terry Avenue games java games prepared by the 1000 block of Terry Avenue
- 2022-07-24 04:56:20下载
- 积分:1
-
限制使用次数软件的制作关于限次软件的制作
限制使用次数软件的制作关于限次软件的制作-Restrictions on the Use of the number of software production limited time on the production of software
- 2022-04-25 05:19:20下载
- 积分:1
-
在本案例中所描述的源代码比300行的限制,我..
本例的源描述超过了演示版限制的300行,
如果您需要对其进行编译与模拟,请与北京理工大学
ASIC研究所联系,获取Talent系统的完全版本.
联系方法:
电话:010-68912434
信函:北京理工大学ASIC研究所 刘明业 教授收
邮编:100081-The source described in this case than the demo version of the 300 line limit, if you need to be compiled with the simulation, please contact ASIC Institute of Beijing Institute of Technology to obtain the complete version of Talent system. Contact: Tel :010-68912434 letter : Research Institute of Beijing Institute of Technology Professor Liu Mingye ASIC received Postcode: 100081
- 2022-03-01 18:13:32下载
- 积分:1
-
"工程师硬件使用手册"此书使你工作轻轻松松查询各种常用电子线路及电子元器件引脚符号!...
"工程师硬件使用手册"此书使你工作轻轻松松查询各种常用电子线路及电子元器件引脚符号!-"hardware engineers use manual," this book to make you work a light-hearted advice on various common electronic circuits and electronic devices yuan Symbol pieces pin!
- 2022-02-01 19:12:09下载
- 积分:1