搜索结果
找到约 903 项符合
stRing-include 的查询结果
可编程逻辑 UART 4 UART参考设计,Xilinx提供VHDL代码
UART 4 UART参考设计,Xilinx提供VHDL代码 uart_vhdl
This zip file contains the following folders:
 \vhdl_source  -- Source VHDL files:
     uart.vhd  - top level file
     txmit.vhd - transmit portion of uart
 &nb ...
设计相关 Arduino学习笔记3_连接HMC5883L三轴电子罗盘传感器
用途:测量地磁方向,测量物体静止时候的方向,测量传感器周围磁力线的方向。注意,测量地磁时候容易受到周围磁场影响,主芯片HMC5883 三轴磁阻传感器特点(抄自网上):
1,数字量输出:I2C 数字量输出接口,设计使用非常方便。
2,尺寸小: 3x3x0.9mm LCC 封装,适合大规模量产使用。
3,精度高:1-2 度,内置12 位A ...
数据库系统 项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration S
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include
Java编程 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java
1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的 ...
Linux/Unix编程 libpcap is a system-independent interface for user-level packet capture. libpcap provides a portable
libpcap is a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.
游戏 赫赫大名的 OGRE 游戏引擎
赫赫大名的 OGRE 游戏引擎,游戏编程高手特别是游戏引擎高手的最好教材,开源代码,不看是你的损失。VC.NET编译交顺利,遇到编译错误时添加相应INCLUDE文件,直到通过为止。VC++ 6.0未试过,估计问题较多,祝你好运。
数据库系统 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["Conne ...
数据库系统 《ASP网站QQ在线咨询插件》 作者:国子(参考腾讯技术文档编写) QQ:895731 演示网址:http://www.wubaidu.com 转载请完整保留此说明文档,谢谢 使用方法: 将所有文件拷
《ASP网站QQ在线咨询插件》 作者:国子(参考腾讯技术文档编写) QQ:895731 演示网址:http://www.wubaidu.com 转载请完整保留此说明文档,谢谢 使用方法: 将所有文件拷贝到网站目录,使用include方法将本文件包含到index.asp中,即在index.asp的最后添加一行<!--#include file="ask-qq.asp"--> 添加客服QQ方法: 修改as ...
Internet/网络编程 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do s, phone calls), content management, forum, bookmarks, wiki
Internet/网络编程 软件测试:一个编译器测试软件
软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...