-
迭代器模式1
说明: 使用编写服务器与客户端界面并用Socket实现通信。(The interface between server and client is written and the communication is realized with Socket.)
- 2020-06-24 19:20:02下载
- 积分:1
-
UX的常用命令以及系统管理技巧.是迅速提高操作熟练度的好帮手....
HP-UX的常用命令以及系统管理技巧.是迅速提高操作熟练度的好帮手.-HP-UX commands and system management skills. Yes rapidly enhance operational proficiency good helper.
- 2022-11-18 17:55:03下载
- 积分:1
-
这个程序包里有3个部分:直播服务器,接收端插件,接收端例子。详细内容看文档。...
这个程序包里有3个部分:直播服务器,接收端插件,接收端例子。详细内容看文档。-this procedure bundle of three parts : a live server, plug-in receiver, the receiver example. Detailed contents of files.
- 2023-01-10 20:05:04下载
- 积分:1
-
shaolei
基于python的扫雷小游戏,不需要安装其他库(Minesweeper game based on python.)
- 2018-08-25 12:07:26下载
- 积分:1
-
MapX开发人员指南是一本详细介绍mapx原理、功能、函数等的实用书籍...
MapX开发人员指南是一本详细介绍mapx原理、功能、函数等的实用书籍-MapX Developer
- 2022-07-18 08:58:41下载
- 积分:1
-
说明:一个用于压缩、解压ZIP文件的类库,使用方便、快捷,有源代码。编译的时候要注意路径设置。如果你想在自己的程序中加入ZIP功能的话,赶快下载一个吧!...
说明:一个用于压缩、解压ZIP文件的类库,使用方便、快捷,有源代码。编译的时候要注意路径设置。如果你想在自己的程序中加入ZIP功能的话,赶快下载一个吧! -: one for compression, decompression of ZIP document library, easy to use, fast, active code. Compile time to pay attention to routing. If you wish to own procedures to add ZIP function can be quickly downloaded a!
- 2023-02-23 09:00:03下载
- 积分:1
-
anjian_xd
说明: Verilog实现按键消抖,工程,已下板验证通过。(Verilog achieves keystroke jitter elimination. The project has been validated on the lower board.)
- 2020-06-19 10:40:02下载
- 积分:1
-
VB建立三角形网,继续土方量计算等!能连接到Auto cad
VB建立三角形网,继续土方量计算等!能连接到Auto cad-triangular VB established networks continue earthwork calculations! Can be connected to the Auto marker
- 2022-02-07 09:10:01下载
- 积分: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
-
one shooting small game, including games and source code, for the preparation of...
一款射击小游戏,包含游戏与源码,对编写大的设计游戏可能有帮助,谢谢参考研究-one shooting small game, including games and source code, for the preparation of the big game design might be helpful, thank reference research
- 2023-03-16 18:05:04下载
- 积分:1