-
jquery YoxView网页图片展示、多级菜单插件
jquery YoxView网页图片展示、多级菜单插件以及安装调试说明文件,例子没有找到,不过有详细的安装说明,来自国外的网页图片幻灯片插件,在网页上快速实现图片展示、图片切换和焦点图一类的特效。
- 2022-07-26 00:31:05下载
- 积分:1
-
Topology-Generator
实现拓扑生成,平台为VC++6.0,自己编写的,可用(Achieve topology generation, platform VC++6.0, and I have written, can be used)
- 2013-03-29 19:57:09下载
- 积分:1
-
潮流计算分析中期检查
说明: 潮流计算,电力系统分析使用,用于分析潮流,完成各个节点计算(power flow calculation)
- 2019-04-04 11:08:20下载
- 积分:1
-
sy
说明: 轴承寿命预测,数据预处理时,需要特征提取进行时域变换,比如均方根、峭度、幅值等等。(Time domain transformation)
- 2021-03-29 15:59:10下载
- 积分:1
-
经典算法prony算法仿真ofdm系统程序
经典算法prony算法仿真ofdm系统程序,可用于估计ofdm系统存在的频偏(this is matlab code for prony signal processing method. (The classic algorithm matlab procedures, can be used to estimate the frequency offset in OFDM system))
- 2018-05-12 15:57:45下载
- 积分:1
-
H5 3D全景
基于three.js的3d全景实例,一张图片即可实现(Three.js based 3D panorama instance, a picture can be realized.)
- 2020-11-26 14:29:32下载
- 积分:1
-
RapidIO-3.1-Specification
说明: RapidIO-3.1-Specification,用于rapido的规范的解读,可以更加深入的了解rapido的整个架构。(RapidIO-3.1-Specification, which is used to interpret the specifications of rapido, can provide a deeper understanding of the overall framework of rapido.)
- 2020-06-23 04:40:02下载
- 积分: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
-
DSP2407 c编程用来实现一个基本的调试程序
DSP2407 c编程用来实现一个基本的调试程序-wheel c programming used to achieve a basic debugging procedures
- 2022-05-31 08:33:47下载
- 积分:1
-
C++开发的。农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃...
C++开发的。农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。
-C development. Farmers across the river. A farmer with a wolf, a goat and some vegetables across the river. Only a river boat, the boat is too small to install under the farmer and his thing. Unattended circumstances, the wolf to Qiyang, the sheep to the meal, ask the farmers how to make three things safely across the river.
- 2022-06-01 15:13:42下载
- 积分:1