-
数据装载监控程序
数据装载监控程序-data loading control procedures
- 2022-01-26 08:03:04下载
- 积分:1
-
understanding_and_applying_machine_vision_0824789
Perhaps because no important information is represented in absolute brightness
values in the visual environment, the visual system has confined its
processing almost exclusively to differences – spatial and temporal contrasts.
Recording from neurons along the visual pathways shows that the cells have
structured receptive fields – defined angular positions in the visual field where
they respond to the stimulation.
- 2010-08-23 10:25:58下载
- 积分:1
-
ACOPOSinverter_P84_Communication_Parameters
HCT-Designer Software Manual _en
- 2019-07-03 19:34:09下载
- 积分: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
-
设计文件
这里有很详细的元器件封装,可以方便大家绘制自己的PCB,简单快捷,而且十分的好用。(Here is a very detailed package of components, you can easily draw your own PCB, simple and fast, and very useful.)
- 2018-12-28 16:25:19下载
- 积分:1
-
1新高考模式下的选课排课问题分析
说明: 新高考模式下的选课排课问题分析matlab完整代码(Matlab Complete Code for Course Selection and Course Scheduling Problem Analysis under the New College Entrance Examination Mode)
- 2020-11-04 20:59:52下载
- 积分:1
-
jsp Video Guide, maintain the previous courses. We have to do it quickly under.
jsp视频教程,接续上次的课程。大家要下就快点。-jsp Video Guide, maintain the previous courses. We have to do it quickly under.
- 2022-11-18 09:15:04下载
- 积分:1
-
matlab克里金插值kriging
克里斯经matlab代码啊啊啊啊啊啊啊啊(thew awtqtw wqrqwasffq qwfrqwfqwftqwtf)
- 2018-07-26 10:55:03下载
- 积分:1
-
超市进销存管理系统
超市进销存管理系统应该具有以下功能:
l 前台销售结帐。
l 基本信息管理。
l 基本信息查询。
l 日结查询。
l 超市小票打印。
- 2023-03-11 06:15:05下载
- 积分:1
-
这是一个“迷宫”,迷你游戏,移动键盘控制。环境…
这是一个“迷宫”小游戏,键盘控制移动。执行环境为 TC 3.0。-This is a "labyrinth" mini games, mobile keyboard control. The environment for the implementation of TC 3.0.
- 2023-04-10 11:35:03下载
- 积分:1