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
Laoen 加密器 V1.0,可对任意类型文件进行加(解)密,操作十分简便。文件加(解)密速度极快。是学习加密技术不可多得的入门范本。LaoenED V1.0 for DOS小巧精干,完全可以作为DOS扩充的外部命令使用(拷贝至c:\windows\Command or c:\dos)。 本次发布的Laoen加密器V1.0有2个版本(DOS/Windows): 版本 文件 大小 编译平台 1、LaoenED V1.0 for DOS LaoenED.com 10.5k Turbo C 2.0 2、LaoenED V1.0 for DOS LaoenED.exe 25k Turbo C 2.0 3、LaoenED V1.0 for Windows LaoenED.exe 240k Visual C++ 6.0 这两个版本完全兼容,可以相互交替加(解)密。让你充分体会C/C++的异同。本软件包含密码查看器LookPW.exe,需要者请直接与作者联系(slq_07@sina.com/beetle@jt.yn ). Laoen 加密器 (袖珍型) 1.0 版,为一纯绿色免费软件。您可以任意复制、传播。谢谢使用! ~O~
上传时间: 2016-02-29
上传用户:tzl1975
本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于软件使用的老手,此篇或已足以让您掌握Visual C++整合环境。工具的使用虽然谈不上学问,但在视觉化软件开发过程中扮演极重角色,切莫小觑它。 第三篇介绍application framework的观念,以及MFC骨干程序,所谓骨干程序,是指Visual C++的工具AppWizard所产生出来的程序码。当然,AppWizard会根据你的选项做出不同的程序码,我所据以解说的,是大众化选项下的产品。 第四篇以微软公司附于Visual C++光碟片上的一个范例程序Scribble为主轴,一步一步加上新的功能。并在其间深入介绍Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术。这些技术正是其他书籍最缺乏的部分。此篇之最后数章则脱离Scribble程序,另成一格。 本书内含光盘一片,书中所有原始码与可执行文件尽在其中。
上传时间: 2016-03-03
上传用户:Ants
S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_Command(uchar Command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)
标签: void write_LCD_Command write_LCD_data LCD_BUSY
上传时间: 2016-03-17
上传用户:独孤求源
The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing Command-line arguments
标签: scheduling algorithm implement to
上传时间: 2013-11-27
上传用户:Late_Li
我对mo安装目录下VB的MoView例子的frmIdentify窗体修改,其中添加 了1个label空件组(10个),1个text控件组(10个),2个Command(Edit 、Save)按钮,要实现的功能是对读入的图形文件的相关记录的指定字段的 属性值,并能保存,用了Recordset对象的Edit函数、Update函数,
标签: frmIdentify MoView 目录 修改
上传时间: 2016-04-28
上传用户:as275944189
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users. Platform: unix, linux, windows. compilation Command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtpr <port number> (<relay server>)
标签: relay smtp correctly protocol
上传时间: 2014-01-01
上传用户:jhksyghr
Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab Command window for more informations.
标签: Compression compression collection different
上传时间: 2016-05-11
上传用户:磊子226
手机地址薄程序,包含disploy, screen, form, alert blist, textbox, Command的应用 ,仅供学习
上传时间: 2016-05-12
上传用户:lanwei
The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT Command interface. Unfortunately the API was not published officially by Microsoft. Instead more high level API s were published that should be sufficient for developers. Again, unfortunately they are not sufficient. For example the API for receiving notification of incoming SMS messages is arranged for exclusively for one application per type of SMS. Apparently this will be improved upon in Pocket PC 2003. Another area is the availablity of a true AT Command modem interface to interact with the GSM modem directly, which is also absent.
标签: especially Interface for developed
上传时间: 2013-12-02
上传用户:wff