搜索资源列表
UDF全过程(标记了)
- FLUENT User Defined Function and It’s Application.(It is a really good material about fluent user defined function and application.)
多项式加法 线性表
- 我们经常遇到两多项式相加的情况,在这里,我们就需要用程序来模拟实现把两个多项式相加到一起。首先,我们会有两个多项式,每个多项式是独立的一行,每个多项式由系数、幂数这样的多个整数对来表示。 如多项式2x20- x17+ 5x9- 7x7+ 16x5+ 10x4 + 22x2- 15 对应的表达式为:2 20 -1 17 5 9 - 7 7 16 5 10 4 22 2 -15 0。 为了标记每行多项式的结束,在表达式后面加上了一个幂数为负数的整数对。 同时输入表达式的幂数大小顺序是随机
WPF、SilverLight、XAML新技术文档
- XAML是eXtensible Application Markup Language的英文缩写,相应的中文名称为可扩展应用程序标记语言(XAML is the abbreviation of eXtensible Application Markup Language, and the corresponding Chinese name is extensible Application Markup Language)
desktop
- 配置迅雷的图标显示效果,增强迅雷、标记迅雷下载(Configuration icon display)
KEPServerEX-Manual(2017)zh-cn
- KEPServerEX接口和连接、访问管理菜单、基本组件、标记管理、通信管理、设计项目(KEPServerEX interface and connection, access management menu, basic components, tag management, communication management, design project)
Qt4.8.6toHI3536
- Qt4.8.6移植到海思HI3536 按步骤完成、QT源码下载、Makefile修改、源代码修改、代码编译、移植、测试等过程,重点红色标记,亲自操作,成功移植;(Qt4.8.6 was transplanted to Hass HI3536 According to the steps to complete, QT source code download, Makefile modification, source code modification, code compilation,
帧差法
- 帧差分法实现视频运动的检测,能够标记处检测的轮廓(Frame difference method realizes the detection of video motion, and can detect the outline at the mark.)
linecache
- 用labelimg工具进行标记后,用该程序可以从对应的xml文件中选出所需要的部分,以便于后续处理(Take the specific information from the xml file generated by 'labelimg'.)
深入理解Net-SNMP 张春强
- 全书一共15章,分为3个部分:基础篇(第1~6章)介绍了网络管理框架、简单网络管理协议、抽象语法标记、管理信息结构、管理信息库、传输编码,以及Net-SNMP的概念、特点、工具集、mib2c、安全机制、TRAPs、支持的开发模式;实战篇(第7~11章)详细讲解了Net-SNMP的功能和使用、管理端的应用开发,以及2个综合性的案例;高级篇(第12~15章)讲解了代码的重构与优化、测试与调试、免维护的思路等。