-
matlab程序-电动汽车
充电站规划中考虑容量、燃料、配送要求等信息进行充电站的电源供给(Power supply of charging station considering capacity, fuel, distribution requirements and other information in planning of charging station)
- 2020-06-28 15:40:02下载
- 积分:1
-
C程序设计语言
说明: 本书是由C语言的设计者Brian W. Kernighan和Dennis M. Ritchie编写的一部介绍标准C语言及其程序设计方法的权wei性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。(This book is written by Brian W. Kernighan and Dennis M. Ritchie, the designers of C language. It is a classic authoritative work introducing standard C language and its programming methods. This paper comprehensively and systematically describes the characteristics of C language and the basic methods of program design, including basic concepts, types and expressions, control flow, function and program structure, pointer and array, structure, input and output, UNIX system interface, standard library and so on.)
- 2020-06-18 03:40:01下载
- 积分:1
-
ay882
DSmT证据推理的组合公式计算函数,小波包分析提取振动信号中的特征频率,多元数据分析的主分量分析投影。( Combination formula DSmT evidence reasoning calculation function, Wavelet packet analysis to extract vibration signal characteristic frequency, Principal component analysis of multivariate data analysis projection.)
- 2017-04-24 22:27:44下载
- 积分:1
-
在TC534
基于TC534的数据采集卡设计,格式为word,论文,看清楚下载,或许对你有帮助-The TC534-based data acquisition card design, the format for the word, papers, look at download, and perhaps help you
- 2022-02-28 13:17:12下载
- 积分:1
-
77_2017_TT-BTC
77_2017_TT-BTC viet nam
- 2017-10-16 11:05:37下载
- 积分:1
-
conlectioncontain
界面编程,编写类似VC++6 0左边控件,需要CJLibrary610库,或CJLibrary609库(Interface programming, write something like VC++6 0 left control, need CJLibrary610 library, or CJLibrary609 library)
- 2018-10-19 00:39:46下载
- 积分:1
-
WinDivert-1.4.3-Source
超好用的网络抓包框架(Windivert)
主要有以下功能:
1、捕获网络数据包
2、筛选/丢弃网络数据包
3、嗅探网络数据包
4、(重新) 注入网络数据包
5、修改网络数据包
主要有以下特点:可抓包,修改包(Windivert
The main functions are as follows:
1. Capturing Network Packets
2. Screening/Dropping Network Packets
3. Sniffing Network Packets
4. (Re) Injection of Network Packets
5. Modifying Network Packets
The main features are as follows: can grab the package, modify the package)
- 2019-01-21 13:58:35下载
- 积分:1
-
ASP.NET网络学籍管理netxujigl
ASP.NET网络学籍管理(ASP.NET expulsion network management)
- 2005-01-26 14:08:05下载
- 积分:1
-
Flash烟雾、黑烟升腾特效动画
Flash烟雾、黑烟升腾特效动画,一种浓烟滚滚的效果,黑色的烟雾在升腾,好像是爆炸后的烟雾效果,可用于有爆炸效果的Flash游戏中。注:烟雾效果的大小和多少取决于用户点击和移动鼠标的多少和速度,单击越多鼠标移动越快,烟雾越多。
- 2023-07-12 01:55:03下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1