虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

bo-Blog

  • 扫描PCI设备的演示程序

    扫描PCI设备的演示程序,在DOS下的DJGPP下完成,对学习PCI的底层开发将有很大帮助,相关文章介绍请参考:http://hengch.blog.163.com/blog/static/10780067200822893345451/

    标签: PCI 设备 程序

    上传时间: 2017-03-04

    上传用户:zhengjian

  • Emlog 是 every memory log 的简写

    Emlog 是 every memory log 的简写,意即:点滴记忆。 是一个功能强大的私人网络发布平台(personal publishing platform) ,或者直接叫做个人博客(blog)。致力于为你提供高效、稳定,但在使用上又极其简单的博客服务。

    标签: memory Emlog every log

    上传时间: 2013-12-28

    上传用户:wfl_yy

  • matlab c++ 联合编程简单示例

    matlab c++ 联合编程简单示例,具体过程可以参照我的blog:http://blog.csdn.net/owldestiny/archive/2009/03/07/3966340.aspx

    标签: matlab 编程

    上传时间: 2017-04-07

    上传用户:zhangzhenyu

  •  个人博客系统  9.1 系统总体设计  9.1.1 系统功能描述  9.1.2 系统功能模块划分  9.2 数据库设计  9.3 系统底层设计  9.3.1 Web.config  9

     个人博客系统  9.1 系统总体设计  9.1.1 系统功能描述  9.1.2 系统功能模块划分  9.2 数据库设计  9.3 系统底层设计  9.3.1 Web.config  9.3.2 Blog基本设置类  9.3.3 多语言支持  9.3.4 系统辅助类  9.3.5 设置网站风格类  9.4 数据访问层设计  9.5 业务逻辑层设计  9.6 表示层设计  9.6.1 前台显示设计  9.6.2 后台系统管理 

    标签: config 9.1 9.2

    上传时间: 2014-01-02

    上传用户:懒龙1988

  • android程式开发及调试新手入门

    android程式开发及调试新手入门,自己的经验总结,多图,大家可以参考,希望您能得到一些帮助。有任何关于Android开发的问题以及关于此文档中遇到的问题欢迎通过mail的方式与笔者联系,我的mail是mercury002@gmail.com,个人blog:http://www.51wince.com,欢迎大家发邮件给我并光顾我的个人blog。

    标签: android 程式 调试

    上传时间: 2014-01-17

    上传用户:金宜

  • et框架由于拥有CLR提供的丰富库支持

    et框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。其中MD5算法返回Int的ToString字串。返回数字字母型结果的算法参见之前Blog文章

    标签: CLR

    上传时间: 2013-12-01

    上传用户:1079836864

  • QQ2440V3开发板的LED控制

    QQ2440V3开发板的LED控制,一般的ARM9开发板都没LCD驱动的。文件中有加载的步骤。具体可访问我的博客http://blog.csdn.net/cy757

    标签: 2440V 2440 LED QQ

    上传时间: 2017-06-12

    上传用户:asdfasdfd

  • 台湾嵌入式牛哥Jserv的RTOS作品

    台湾嵌入式牛哥Jserv的RTOS作品,内部已实现PXA250的实例移植。希望对要了解RTOS工作原理的朋友有用,强烈推荐。http://blog.linux.org.tw/~jserv/archives/002082.html

    标签: Jserv RTOS 嵌入式

    上传时间: 2014-11-26

    上传用户:1583060504

  • 包括电子政务系统的架构设计、工作流引擎的设计与开发、工作流图形定义工具的设计与开发等

    包括电子政务系统的架构设计、工作流引擎的设计与开发、工作流图形定义工具的设计与开发等,并详细介绍了系统的C#源代码。更多内容更新请参考作者的技术博客:http://blog.sina.com.cn/xianhuameng

    标签: 电子政务系统 架构设计 工作流引擎 图形

    上传时间: 2014-11-29

    上传用户:ruan2570406

  • Two scripts are included here. 1. convsys.m - combines the state space representation of two syst

    Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.

    标签: representation included combines scripts

    上传时间: 2017-07-25

    上传用户:semi1981