-
采用美国adi公司的bf系列,基于bf533的ez
采用美国adi公司的bf系列,基于bf533的ez-kit平台的tft液晶屏显示图像功能的代码-Adoption of the United States adi
- 2022-02-12 19:55:15下载
- 积分:1
-
用于油藏数值模拟中的非均值场,即可以改变渗透率变异系数,渗透率级差,可用于eclipse、VIP、cmg中皆可使用,本程序的例子是共有7个层,所以输入数据有7个...
用于油藏数值模拟中的非均值场,即可以改变渗透率变异系数,渗透率级差,可用于eclipse、VIP、cmg中皆可使用,本程序的例子是共有7个层,所以输入数据有7个层的原始渗透率场。-Reservoir simulation for the non-mean field, that can change the permeability coefficient of variation, differential permeability, can be used in eclipse, VIP, cmg in can be used, examples of this procedure is a total of seven layers, so there is input data the original seven-story market penetration.
- 2022-03-22 19:37:03下载
- 积分:1
-
对于ArcObject VBA开发
vba for arcobject 开发-VBA development for arcobject
- 2023-01-23 21:55:04下载
- 积分:1
-
这是我改造并完整屏幕取词程序的过程中完成的文档,它将取词放在文件中。而不是直接显示出来。里面探讨了有关屏幕取词的几乎所有方面的内容。...
这是我改造并完整屏幕取词程序的过程中完成的文档,它将取词放在文件中。而不是直接显示出来。里面探讨了有关屏幕取词的几乎所有方面的内容。- This will be I transforms and the complete screen takes the
documents which the word procedure in the process completes, it will
take the word to put in the document. But is not directly
demonstrates. Inside discussed the related screen to take the word the
nearly all aspects content.
- 2022-03-25 19:31:13下载
- 积分:1
-
分水岭算法的演示程序
分水岭算法的演示程序
分水岭算法的演示程序
分水岭算法的演示程序
-watershed algorithm Demonstration Program watershed algorithm Demonstration Program
- 2022-03-09 15:16:05下载
- 积分: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
-
等离子技术WKB方法的文章。等离子体隐身技术的WKB方法
等离子技术WKB方法的文章。等离子体隐身技术的WKB方法-Plasma technology WKB method article. Plasma stealth technology WKB method
- 2022-09-06 13:45:02下载
- 积分:1
-
对数据序列进行灰度预测,返回绝对误差以及根据用户需求可以任意选取预测的数目。...
对数据序列进行灰度预测,返回绝对误差以及根据用户需求可以任意选取预测的数目。-Gray predicted sequence of data to return the absolute error and can be arbitrarily selected according to user demand forecast amount.
- 2022-01-26 05:45:54下载
- 积分:1
-
VC++键盘HOOK监测键位变化
VC++键盘HOOK监测键位变化,运行本程序后,当用户在敲击键盘的时候,按动键盘上的任意键,程序都会监测到,并弹出用户所敲击键的字符,如示例截图所示,敲击了Y键。本程序退出时需要通过任务管理器强制关闭。
- 2022-04-13 11:03:07下载
- 积分:1
-
学习WPF的好东西,看后可以了解.net语言如何和WPF联系上。
学习WPF的好东西,看后可以了解.net语言如何和WPF联系上。-WPF learning good things, after the watch can understand. Net languages and how to contact WPF.
- 2022-12-27 05:20:03下载
- 积分:1