-
电工技术是个大高等学校开设的一门必修课,此课件涵盖了电工技术所有重难点,亦适用于考研所用...
电工技术是个大高等学校开设的一门必修课,此课件涵盖了电工技术所有重难点,亦适用于考研所用-Electric technology is the big institutions of higher learning set up a compulsory subject, the courseware covers all the heavy Electrotechnical difficulties, also applies to used PubMed
- 2022-04-27 10:25:24下载
- 积分:1
-
reserence__library
一个用VB编写的图书馆管理系统源码,仅供参考,推荐给大家(A library management system source code, written in VB is for reference only, to recommend to you)
- 2017-06-14 08:21:53下载
- 积分:1
-
socket communication process, from the client to send a number of characters in...
socket通讯程序,从客户端发送若干字符后在在服务器端接收-socket communication process, from the client to send a number of characters in the server side to receive
- 2022-06-15 01:32:47下载
- 积分:1
-
keywords
关键字排名查询工具,根据输入的关键字和网址,查询是在各大搜索中的排名。(Keyword Position Query Tool)
- 2010-01-23 23:31:08下载
- 积分:1
-
YPFZ102 Time-Series Prediction using ANFIS
说明: 此文件为基于ANFIS的时间序列预测的源代码,可直接运行,方便修改使用(This file is the source code of time series prediction based on ANFIS, which can be run directly and is convenient for modification and use)
- 2019-12-31 11:22:19下载
- 积分: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
-
Biology--612517Edit__0061Applet_558
源码Biology 612517Edit__0061Applet_558是一个不错的源码,用来学习参考会是一个不错的选择(Source Biology- 612517 edit__0061applet_558 is a good source code, is used to study the reference would be a good choice)
- 2017-02-28 13:14:23下载
- 积分:1
-
~SEO studio 2016 (Code Canyon)
This is a remake of the original SEO Studio from 2013-2015.
Version 1.0.0
Tested on PHP 5.4, 5.6, 7
- 2017-11-03 16:37:19下载
- 积分:1
-
平滑字体控件
版 本:
文件大小:388.445Kb
软件语言:简体中文
授权方式:免费版
相关链接:程序演示...
平滑字体控件
版 本:
文件大小:388.445Kb
软件语言:简体中文
授权方式:免费版
相关链接:程序演示
-font smoothing controls version : File Size : 388.445Kb software Language : English license : free version Related Links : The process demonstration
- 2022-01-26 05:23:19下载
- 积分:1
-
python实现VRPTW求解禁忌搜索算法
采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
- 2020-12-20 14:39:08下载
- 积分:1