-
WorlistMaker
说明: Word list maker, generate dico
- 2020-03-10 03:51:57下载
- 积分:1
-
超级酷,1st
超级酷,1st-pay的在线支付生成器(绝对内部版本)。 虽然只有一个java语句和一个html的生成页面,但功能绝对强大。 自动化的支付接口生成,并且支持多种1st-pay的支付接口格式。吐血推荐,赶快下载-Super Cool, 1st-pay online payment generator (absolute internal version). Although only a java language and an html page generation, but absolutely powerful functions. Automated Generation of payment interface, and support for multiple 1st-pay payment interface format. Suggest to vomit blood, quickly download
- 2022-04-15 12:28:30下载
- 积分:1
-
永远碰不到的小球 Flash版
永远碰不到的小球 Flash版,因为你的鼠标无论移向哪里,小球都会躲着你,永远不会让你的鼠标碰触到它们,真的挺有意思,基于Flash ActionScript动作脚本编写而成的Flash特效。
- 2022-10-05 07:40:03下载
- 积分:1
-
现在广被认可的ncie考试的有关试题! 有兴趣的可以看看!...
现在广被认可的ncie考试的有关试题! 有兴趣的可以看看!-now widely recognized ncie examination of the papers! Interested parties can see!
- 2022-11-25 20:45:03下载
- 积分:1
-
双像空间前方交会(点投影系数法)
空间前方交会程序,采用点投影系数法,matlab代码,简单易读运行速度快!(Space intersection program, using point projection coefficient method, matlab code, easy to read, fast operation!)
- 2021-01-04 10:58:56下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
人力资源管理软件,是实现电子化人力资源的重要工具和平台。...
人力资源管理软件,是实现电子化人力资源的重要工具和平台。-Human resources management software, is the realization of e-an important tool for human resources and platforms.
- 2022-07-23 02:00:05下载
- 积分:1
-
6smanv2.0_P3
大气辐射传输模式6s英文说明书03,用于BRDF地表的子程序说明(6s atmospheric radiative transfer model instructions in English 03, the surface of the subroutine description for BRDF)
- 2010-09-27 15:01:14下载
- 积分:1
-
NLP-with-PyTorch-2018.tar
说明: Natural Language Processing with PyTorch 2018
- 2019-01-08 11:01:46下载
- 积分:1
-
全屏背景视频特效插件
说明: 一款移动友好的HTML5全屏背景视频特效插件(A Mobile Friendly HTML5 Full Screen Background Video Special Effect Plug-in)
- 2019-02-01 13:31:01下载
- 积分:1