搜索资源列表
h2andh8control
- h2 and h-infinite control code
PtInPolygon
- 测试点是否落在多边形内,其中包括多边形内岛的判断。此文件使用时必须包含shapefil.h, openshp.c, 和opendbf.c等shape lib中的文件。
GoHT[8.0ALL]
- File: fw.c Contents: Firmware frameworks task dispatcher and device request parser File: FX2.h Contents: EZ-USB FX2 constants, macros, datatypes, globals, and library function prototypes. File: FX2regs.h Contents: EZ-USB FX2 register decl
h248
- h.248源代码,基于voip(h323)中iad的源代码,陆续会传。
z-h
- 用vb6开发的为计算道路等线状,圆和直线计算坐标的程式
pid_cotrol
- #include <stdio.h> #include<math.h> void pid_init() void pid_tune() void pid_setinteg() void pid_bumpless() float pid_calc() void main()
segy-read
- 读取Segy格式地震数据的类SegyReader, 在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用. 另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上.
SegyReader_C++_QT3
- 本代码提供读取Segy格式地震数据的SegyReader类(C++) 在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用. 另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上. ===sr.exe的执行需要QT3.3.4的dll文件(因文件较大故未加入,需要者安装QT3.3.4或与本人联系),在主界面上执行菜单 File -> Open,选择提供的te
视频卡sdk开发包
- MediaTransmit.lib MediaTransmit.h MediaTransmit.dll MPG4C32.DLL Sa7134Capture.lib Sa7134Capture.dll Sa7134Capture.h
H-MVIP与 ST-BUS双向通信解决方案
- 为满足高密度多厂商集成协议(H-MVIP)和串行电信总线(ST-BUS)在通信领域中的应用需求,提出两者之间的双向通信解决方案。 采用状态机结合硬件描述语言的设计方式,在现场可编程门阵列上实现整个方案,包括同步、接收、缓存、总线生成与转换、监测等模块。 实验结果证明了该方案的可行性。
50
- 单戗堤截流图解法计算程序使用帮助 操作步骤: 一:输入分流能力数据文本文件 文件格式为上游水位,下泄流量 请查看示范文件XL.txt 二:选择计算类型 计算类型有单值计算和自动计算 若选择单值计算,则设置龙口口门宽度 若选择自动计算,则设置龙口口门宽度变化范围 三:设置计算参数 这些参数在程序右下部,请根据工程实际进行输入 四:计算及绘图 选择开始计算,计算结果会呈现在程序界面上 计算后选择绘制曲线
H_bridge
- H桥控制的simulink仿真模型,可以作为直流电机控制系统设计的参考模型-H-bridge control of the simulink simulation model can serve as a DC motor control system design reference model
matlabzaidianzidechengxu
- 基于C++的实现H.264压缩格式的数字水印嵌入的源代码-Based on C++ implementation of H.264 compression format of the digital watermark embedded in the source code
anologclk
- anolog clock made in graphicla enviourment , a very good eample of basics of graphic.h
4x4x4ss
- led cube 4x4 with C include bit.h, you can search bit.h here
CSpreadSheet
- visual studio 2005下正常运行的CSpreadSheet.h-visual studio 2005 under normal operation CSpreadSheet.h
bcd
- 大平壁非稳态导热计算,大平壁的初始温度为t0 ,两侧面向温度为tf的介质散热,表面传热系数为h。计算平壁中的温度场。-Ohira wall unsteady heat conduction calculation.Ohira initial temperature of the wall as t0, tf both sides oriented temperatures for dielectric cooling , the surface heat transfer coefficient
infin
- h infinity controller code
Eyrolles_Programmer_En_Langage_C__Claude_Delannoy
- Learning images with hidden Markov models (HMM) is a difficult problem, especially because of the important volume of data to be learned by the H-Learning images with hidden Markov models (HMM) is a difficult problem, especially because of the
time-type
- 定义如下时间类TimeType,要求完成各个成员函数,并写主函数进行验证。 class TimeType{ int h,m,s public: TimeType(int h0=0,m0=0,s0=0) //构造函数 void increSec(int sec) //增加若干秒 void increMin(int min) //增加若干分钟 void increHou(int hou) //增加若干小时 bool equal(TimeType t2)