xajax is an open source PHP libary for building Web-based Ajax applications. This wiki is a community-edited effort to generate information about and documentation for the xajax project. The base documentation and starter tutorials were written by the xajax authors, but please feel free to contribute to the discussion tabs for each page. Also, you are encouraged to add to the Tips and Tricks section with your own special xajax discoveries.
标签: applications Web-based building communit
上传时间: 2015-11-20
上传用户:2404
在做一个单片机系统时,常常会遇到这样那样的数据采集,在这些被采集的数据中, 大部分可以通过我们的I/O 口扩展接口电路直接得到,由于51 单片机大部分不带AD 转换 器,所以模拟量的采集就必须靠A/D或V/F 实现。下现我们就来了解一下AD0809与51 单 片机的接口及其程序设计。
标签: 单片机系统
上传时间: 2015-12-09
上传用户:古谷仁美
本程序基于约瑟夫森结的RSJ模型,对无微波辐照和微波辐照下约瑟夫森结的特性进行了数值计算求解,其中有微波辐照的RSJ模型求解采用了四阶龙格库塔方程函数,两种情况都给出了I-V特性曲线图(程序包中也附带),展现了量子化电压台阶。
上传时间: 2015-12-12
上传用户:gxrui1991
采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统,主旨在在Internet上构建多个虚拟教室,营造师生互动的网络环境。 她比传统教室教学更为生动活泼,可以为学员提供时间上更灵活,没有地域限制,更高效率、更省费用的培训课程。如果你有在线培训业务,如果你想拓展在线培训业务,烁空将助你一臂之力! V 1.91 改进记录 [07/6/17 发布] 01,新增冲值卡模块,培训商可自行印制冲值卡发售,学员可自助开通课室(感谢商业用户esedu.cn提出) 02,新增课室排序功能(感谢商业用户vihome.com.cn提出) 03,新增章节标题Tips提示功能,避免标题过长时无法看全 04,修正删除课室时不自动删除相关表的BUG(感谢商业用户cg286.com提出) 05,修正MediaPlayer版本11无法正常播放的BUG 06,新增对Flv视频格式的支持(感谢商业用户body-expert.com和zlke.com提出) 07,将修改密码功能独立分离,方便整合其它系统的用户资料 08,新增全屏观看视频功能(感谢商业用户class.cixicy.com提出) 09,将用户修改密码功能单独分离,可方便整合其它系统 10,新增教程防下载功能(有效针对迅雷、FlashGet和超级旋风) 11,新增教程列表JS调用功能
上传时间: 2015-12-19
上传用户:dsgkjgkjg
图的遍历中,因为图的任一顶点都可能与其余的顶点相邻接,所以在访问了某个顶点之后,可能沿着某条路径搜索之后又回到该顶点上。为了避免同一顶点被访问多次,在遍历图的过程中必须记下每个已访问过的顶点。深度优先搜索从图的某个顶v点出发,访问此顶点,然后依次从v的未被访问的邻接点出发深度优先遍历图。遍历图的过程实质上是对每个顶点查找其邻接点的过程。其耗费的时间则取决于所采用的存储结构。
标签:
上传时间: 2014-01-11
上传用户:lacsx
This is a collection of m-files I created to complete a research project into the DC components of various encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found useful in the scope of the project and supplement the generating m-files.
标签: collection components complete research
上传时间: 2015-12-24
上传用户:lnnn30
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解
标签: decomposition SVD sigular value
上传时间: 2013-12-14
上传用户:大融融rr
《为Windows Vista编写安全的代码》,2007年出版 Providing developers with first-hand insights into design decisions and practical advice for solving real-world security issues, this authoritative guide urges developers to write more secure code on the Vista platform to support a growing customer base. Table of Contents Writing Secure Code for Windows Vista Foreword Introduction Chapter 1 - Code Quality Chapter 2 - User Account Control, Tokens, and Integrity Levels Chapter 3 - Buffer Overrun Defenses Chapter 4 - Networking Defenses Chapter 5 - Creating Secure and Resilient Chapter 6 - Internet Explorer 7 Defenses Chapter 7 - Cryptographic Enhancements Chapter 8 - Authentication and Authorization Chapter 9 - Miscellaneous Defenses and Security-Related Technologies Index List of Figures List of Tables List of Sidebars
上传时间: 2016-01-07
上传用户:zxc23456789
radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.
标签: Radius implementation connect radius
上传时间: 2013-12-12
上传用户:坏天使kk
自己编写的USB_CCID类设备驱动程序,对于需要开发USB_CCID类设备的朋友非常有帮助. 使用说明:该程序是利用DriverStudio驱动程序开发包开发的USB_CCID类设备驱动程序,在Visual C++环境下编译通过.
标签: USB_CCID DriverStudio 程序 设备驱动
上传时间: 2016-01-11
上传用户:1159797854