-
dsjsq
说明: 频率计程序,用计周期的个数来实现。程序有些繁琐希望有高手来简化和修改(Cymometer procedures, with the number of cycles of dollars to achieve. Some hope that the cumbersome procedure with a master changes to simplify and)
- 2006-03-26 11:31:00下载
- 积分:1
-
38810-210
3GPP TR 38.810 v2.1.0
- 2020-07-17 15:28:49下载
- 积分:1
-
Python实现HMM模型完美版
Python实现HMM算法完美版 代码全集(Python realize HMM algorithm perfect edition code complete works)
- 2021-03-19 18:09:18下载
- 积分:1
-
#2D_voronoi建立及使用方法
matlab画出vonoroi图,利用PS、Hypemesh导入Abaqus生成Vonoroi模型(Matlab draws a vonoroi diagram, use PS, Hypemesh to generate Vonoroi model in Abaqus)
- 2020-08-24 09:18:15下载
- 积分:1
-
单个谐波源谐波潮流(2009.2.1)
说明: 整流桥各次谐波拟合,通过公式推导得出各次谐波公式,与实际进行对比(Each harmonic of the rectifier bridge is fitted, and the formula of each harmonic is derived through the formula, which is compared with the actual situation)
- 2019-11-02 17:05:41下载
- 积分:1
-
sy4
本程序实现了带时分秒的数字时钟设计,并能在实物接线上验证,取得了优秀的实验成绩!(This program realizes the design of the digital clock with time and seconds, and it can be verified on the physical wiring, and has achieved excellent experimental results.)
- 2018-07-12 12:09:12下载
- 积分:1
-
定点热源-循环编程求解的高斯光斑
分析激光打孔温度场-高斯分布,定点热源-循环编程求解的高斯光斑(Analysis of temperature field in laser drilling - gaussian distribution, solved by the fixed point heat source - cycle of gaussian light spot)
- 2017-07-12 14:00:01下载
- 积分:1
-
10.1007%2Fs11071-017-3899-x
H无穷控制针对马尔科夫调变系统的非脆弱控制研究。(This paper gives attention to the issue of
nonfragile state estimation for a class of Markov jump
systems with repeated scalar nonlinearities and redundant
channels.)
- 2018-04-20 16:01:09下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
基于51单片机的电力载波通信开关电路的制作资料
说明: 基于51单片机的电力载波通信开关电路的制作资料(Making Data of Power Carrier Communication Switch Circuit Based on 51 Single Chip Microcomputer)
- 2019-04-08 13:04:09下载
- 积分:1