-
Driver_5kw_igbt_srm_12-07-23
5kW开关磁阻电机工程应用C源代码,主要用在采矿和电动汽车行业。(5kW switched reluctance motor engineering applications C source code, mainly used in the mining and electric vehicle industry.)
- 2016-08-22 19:32:42下载
- 积分:1
-
nas
从libnids得到TCP重组的数据,当libnids的状态为NIDS_JUST_EST时,表示TCP建立连接,在此时给TCP流增加一个flow_id用来标识此连接;当libnids的状态为NIDS_DATA时,表示接受数据,当有新的数据到达时,根据flow_id把数据push到相应的流表中,为之后的数据分析做准备。因此,可以在此框架上增加符合http协议的应用解析(Data TCP libnids restructuring, when libnids status to NIDS_JUST_EST, said the TCP connection is established, at the same time adds a flow_id to TCP flow is used to identify this connection When libnids status to NIDS_DATA, accepted data, when new data arrives, according to flow_id to push data to the corresponding flow table, prepare the way for after data analysis. Can be increased on this framework, therefore, in accordance with the application of the HTTP protocol parsing)
- 2015-02-02 17:44:36下载
- 积分:1
-
C++实现排序代码
说明: 这是一个基于C++语言的算法项目,能够实现简单排序(This is an algorithm project based on C + + language, which can realize simple sorting)
- 2019-11-30 15:58:34下载
- 积分:1
-
个人程序
独立按键控制舵机转动,两个舵机都可以用按键控制。(Independent keys control the rotation of the steering gear. Both steering gear can be controlled by keys.)
- 2020-06-21 06:40:02下载
- 积分:1
-
sunxinCPPPPT
VC++高级编程孙鑫全20讲PPT讲义,是学习C++的好工具(this is a PPT,about VC++)
- 2011-10-12 19:02:50下载
- 积分:1
-
SerialPort
基于VC实现的串口通信,可以实现串口的数据读取。(Based on the VC serial communications)
- 2013-11-25 10:57:22下载
- 积分:1
-
elastic-wave-forward-modeling
该程序可以实现弹性波正演模拟,同时模拟结果中可以将纵横波波场分离。(The program can achieve elastic wave forward modeling, simulation results can wave and S wave field separation.)
- 2020-12-02 17:09:25下载
- 积分:1
-
howtoprograminc
C++大学教程第三版里面的部分习题答案,自己写的,可以参考(My homework of some problems in C++ howtoprogramme, you can reference it)
- 2012-03-12 23:50:09下载
- 积分:1
-
Reporter
绘图 c# 绘制饼图 柱状图 折线图 只需很简单的调用即可 属性可以随意设置(C#)
- 2009-09-09 14:16:42下载
- 积分:1
-
exp6-4
4. 实现函数max(),来输出树中的最大值。
template <typename T>
tnode<T> *max(tnode<T> *t)
请参考第三题中计算树的深度算法,编写程序,调用max()显示整数树中的最大值。(4. To achieve function max (), to maximum output in the tree. template <typename T> tnode <T>* Max (tnode <T>* T) refer to the third question in the calculation of the depth of the tree algorithm, programming, call max () shows the maximum integer tree.)
- 2010-06-19 19:30:40下载
- 积分:1