The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
Introduction to DirectShow: Basic & important concepts related to DirectShow. Through this guide, the reader could build his/her own 1st DirectShow application with furthermore much detailed ideas/thinkings.
标签: DirectShow Introduction important concepts
上传时间: 2014-07-26
上传用户:龙飞艇
ASP开发指南,里面的西很不错的哟.This book is for anyone who wants to learn about using .NET for web interface design. Beginner or hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going through this book from cover to cover. However, more seasoned .NET professionals, especially if they tend to steer away from the GUI of their projects, can also pick up a thing or two by focusing on certain chapters that appeal to them. This book is meant to take a reader from the beginning of a project to the completion of the interface design. Along the way, concepts are illustrated to show how the different pieces play together. So, anyone who really wants to understand the concepts presented in this book will be able to do so by reading the entire thing. However, this book should also serve as a good reference after you have read it or, in some cases, in place of reading it.
标签: for interface anyone about
上传时间: 2016-02-16
上传用户:sjyy1001
LIN_InitNode_C161xx.h preconfiguration for C161xx LIN_InitNode_C164xx.h preconfiguration for C164xx For usage in a project the file has to be renamed to LIN_InitNode.h
标签: preconfiguration LIN_InitNode_C 161 for
上传时间: 2014-01-10
上传用户:wmwai1314
小区物业管理系统 运行环境:DELPHI7.0和SQL Server2000 1、将文件DATA里的数据库XQ附加到SQL Server2000企业管理器中,用户名为SA,密 码为空。 2、打开DELPHI7.0 运行Project1.exe,运行快捷键ctrl+F12,打开adodm-->XQconn -->build-->填写指定的用户名和密码
上传时间: 2014-01-10
上传用户:363186
.\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 projects .\cpp\internet\bcb3 C++Builder version 3 projects .\cpp\internet\bcb4 C++Builder version 4 projects .\cpp\internet\bcb5 C++Builder version 5 projects .\cpp\internet\bcb6 C++Builder version 6 projects .\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.dcr) .\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components .\Delphi1 Automated build for Delphi 1. Not for beginners. .\Delphi2 Automated build for Delphi 2. Not for beginners. .\Delphi3 Automated build for Delphi 3. Not for beginners. .\bcb1 Automated build for Bcb 1. Not for beginners.
标签: Delphi delphiinternet applications cppinternet
上传时间: 2014-01-12
上传用户:star_in_rain
Application Note Abstract The unique configuration of the PSoC® switched capacitor blocks allows construction of a programmable bipolar current source. A detailed explanation of this function is provided demonstrating how to build a programmable current source using a couple basic PSoC User Modules.
标签: configuration Application capacitor Abstract
上传时间: 2013-12-30
上传用户:zgu489
PDE introdution.let u konw hot to use the PDE to reliace in programe.I t is usful to anyone who wannto use PDE in project.
标签: introdution PDE to programe
上传时间: 2014-11-27
上传用户:tianyi223
This Strategic Information Systems Plan (SISP) documents a Strategic Data Model developed for the Kwangju Bank (KJB) in Kwangju, South Korea. Project Plans have been defined for early delivery of priority databases and application systems to support KJB management information needs.
标签: Strategic Information documents developed
上传时间: 2016-03-08
上传用户:whenfly
通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > Bitmap --- > IDB_PRT ( copy to current project ) 4.Menu --- > open --- > prt_demo.rc --- > Dialog --- > IDD_PRT ( copy to current project ) 5.Add: #include <prt.h> 6.Add member function : int GetRow(PRTROW *pRow) 7.Add code into OnPrt and GetRow
上传时间: 2014-02-11
上传用户:dongqiangqiang