-
1xy7z
模块化并联有源电力滤波器Modular Parallel Active Power Filter(Modular Parallel Active Power Filter)
- 2012-04-09 22:31:42下载
- 积分:1
-
C# 读写excel word(不用安装office)
1, 有Vs2008 ,VS2010实例代码2,不需要安装office,不用com来调用了,免去了很多麻烦,调用office有时存在版本兼容问题,还要重新安装office很麻烦3. 能够读取,生成,excel, word,功能真的很强大
- 2020-12-04下载
- 积分:1
-
Effective_C++2e
说明: 非常经典的C++书籍。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Very classic C + + books. The book introduces 55 guidelines, each of which describes a way to write better c + +.)
- 2020-12-28 20:49:49下载
- 积分:1
-
5438timer
msp430单片机最新的产品MSP430F5438内部定时计数器的操作的示例程序(MSP430 Singlechip latest Product MSP430F5438 the operation of the internal timer counter examples of procedures)
- 2009-02-06 14:13:33下载
- 积分:1
-
AllAbtRebasing
This article explains the need for Rebasing a DLL to improve performance during application startup using more than one DLL. It covers how to change compiler settings to rebase a DLL and also the use of /FIXED switch in rebasing.
- 2005-11-10 12:31:16下载
- 积分:1
-
如何UDF计算轴向,切向,径向的速度分量
计算内部面上的质量流量及最大温度
计算每次喷射的平均路径长度
非定常求解器的自动迭代...
如何UDF计算轴向,切向,径向的速度分量
计算内部面上的质量流量及最大温度
计算每次喷射的平均路径长度
非定常求解器的自动迭代
-How to calculate UDF axial, tangential and radial component of the calculation speed of the internal surface of the mass flow rate and maximum temperature calculated for each injection, the average path length of unsteady automatic iterative solver
- 2022-03-24 02:39:46下载
- 积分:1
-
mut-PID-by-PSO
pso优化多目标pid 分数(optsim1,pid pso)
- 2021-01-01 21:48:58下载
- 积分:1
-
本代码实现的功能是利用Visual C#开发一个媒体播放器
本代码实现的功能是利用Visual C#开发一个媒体播放器-source implementation of this function is to use Visual C# development of a media player
- 2022-04-19 20:54:23下载
- 积分:1
-
sliding
说明: 求出sliding window的最大最小值(n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves rightwards by one position. Following is an example:
The array is [1 3-1-3 5 3 6 7], and k is 3.
Window position Minimum value Maximum value
[1 3 -1]-3 5 3 6 7 -1 3
1 [3 -1 -3] 5 3 6 7 -3 3
1 3 [-1 -3 5] 3 6 7 -3 5
1 3 -1 [-3 5 3] 6 7 -3 5
1 3 -1 -3 [5 3 6] 7 3 6
1 3 -1 -3 5 [3 6 7] 3 7
Your task is to determine the maximum and minimum values in the sliding window at each position. )
- 2011-04-03 19:25:46下载
- 积分:1
-
socket实现client和SERVER通信
在Windows平台下实现客户端与服务端通信,使用VS2013作为开发工具,采用SocketAPI(Implement client-server communication on Windows platform, use VS2013 as development tool, adopt SocketAPI)
- 2019-05-25 14:30:13下载
- 积分:1