-
3.4 Java2d_3d
说明: 计算机图形学相关资料 Java 2d/ 3d(Computer Graphics Related Data Java 2d/3d)
- 2020-06-15 22:22:58下载
- 积分:1
-
BrainNetViewer_20150807
这个资料可以画出基于一个头型的脑网络连接图(This can draw based on a head type network connection of the brain)
- 2020-12-03 21:19:24下载
- 积分: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
-
a card game set the source, contains many of the basic c
一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用-a card game set the source, contains many of the basic c-c language
- 2022-08-22 12:10:32下载
- 积分:1
-
字符编码简介:ASCII,Unicode,UTF
字符编码简介:ASCII,Unicode,UTF-8,GB2312 -About character encoding: ASCII, Unicode, UTF-8, GB2312
- 2022-01-31 15:55:38下载
- 积分:1
-
sdram control for K4S641632K_4 , can be used for Image processing , it is just a...
于对Tk提供的控件及其众多的属性不熟悉,边用边学边查书既不系统又费力;二来是由于没有下功夫学习、参考现成的例子(深入地学习一个由经验丰富的开发人员创建的Tcl程序,可以起到事半功倍的效果,获得许多宝贵的编-sdram control for K4S641632K_4 , can be used for Image processing , it is just a simple one which can be just used for test and study. let us day day up, good good study
- 2022-01-25 20:13:13下载
- 积分:1
-
Yaw Rate and Lateral Acceleration Sensor_
说明: 利用车辆模型预估横摆角速度和横向加速度,并与传感器对比(Yaw Rate and Lateral Acceleration Sensor
Plausibilisation in an Active Front Steering
Vehicle)
- 2020-02-27 10:46:41下载
- 积分:1
-
the_infrared_communication_protocol
说明: 有关红外线通讯的详细协议,有助于熟悉该协议(Details of the infrared communication protocol, help to familiarize themselves with the agreement)
- 2010-04-08 17:10:58下载
- 积分:1
-
对于单个高斯概率密度函数的输出整理-yuyin
说明: 对于单个高斯概率密度函数的输出整理,仅供参考(Output Finishing of Single Gauss Probability Density Function)
- 2020-06-22 06:00:01下载
- 积分:1
-
实现的二级倒立摆H无穷输出反馈控制,用的是MATLAB里的自带函数,基于LMI算法...
实现的二级倒立摆H无穷输出反馈控制,用的是MATLAB里的自带函数,基于LMI算法-To achieve double inverted pendulum H infinity output feedback control, using a MATLAB built-inside the function, based on LMI algorithm
- 2022-01-22 08:11:49下载
- 积分:1