搜索资源列表
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
Http
- 自己平时从网上搜集的http协议解析文档
MTK
- 文档内容: -》MTK软件架构 -》如何编译 -》开发目录结构解析 -》开发工具的了解 -》程序入口,程序导读 -》MMI的制作
DVDParse
- DVD数据解析系统的相关软件文档,包括需求分析、详细设计、测试文档及可执行程序
MTK_pintai
- 文档内容: -》MTK软件架构 -》如何编译 -》开发目录结构解析 -》开发工具的了解 -》程序入口,程序导读 -》MMI的制作
3DS文件解析
- 这份文档详细的介绍了3ds文件的格式和用法
IEEE1588解析
- 1588的协议文档
specforsi
- DVB-T对研发人员来将,就是处理PSI和SI的信息,实现搜台功能,实现EPG功能,这些功能的实现都是通过对PSI,和SI表格进行解析实现的。该文档详细描述了PSI,SI的格式-DVB-T on R & D personnel will, is to deal with PSI and SI information, to achieve search platform functionality to achieve EPG functions, these functions thr
uml
- 此word文档为关于uml建模的详尽解析,希望对大家在uml建模问题上提供很大的帮助-This word document on the UML for modeling the detailed analysis, I hope all of you in the UML modeling issues will provide a lot of help
iniparser3.0b.tar
- ini文件的解析文档,此是我写的文档,根据此文档即可写出解析文件的代码,熟练掌握。-ini file parsing document, this is my written document, in accordance with this document to parse the file to write the code, master.
cdesign
- 常见设计模式的解析和实现(C++)文档及源码-Analysis of common design patterns and the realization of (C++) files and source code
GNU_LD_Script_Explanation
- GNU LD脚本解析,在网上找到的,我做成了pdf文档,方便阅读-GNU LD scr ipt Explanation
si
- si文档中文版,做数字电视方面的程序员不可缺少的参考文档,包含si各个表的解析-si documents the Chinese version, so the number of television programmers indispensable reference documentation, including various forms of analytical si
MSXML_XML
- DOM解析将会把一个完整的XML文档读进来,生成一个结构树。这样会要把XML文档全部都加载到内存中。所以解析起来的速度会要慢一些。-DOM parsing will be a complete XML document to read in, generate a tree. This will make all XML documents loaded into memory. So, speed up analysis slower.
dpj
- c程序的解析帮助新人来学习c语言程序,这是个不错的文档-the c program help the new learner to study the c program
全国二级公共基础知识复习(解析版)大字体
- 关于考计算机二级的文档资料,是公共基础知识部分的,很全面。
101及104规约报文解析方法
- 一个介绍电网104规约比较详细的文档,有对报文的详细介绍(A detailed descr iption of the grid 104 protocol document)
ELF header
- ELF文档解析源码,读取ELF可执行文件中的代码段、数据段等(ELF document parse source code, read the code segment, data section in the ELF executable file, and so on)
GB28181技术文档
- GB28181技术文档,主要介绍GB28181的主要通信协议,以及通信原理和技术要求参数,各种通信流程和包的解析说明文档
CNN代码解析-matlab工具箱
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程