-
1602vD
建立单片机控制系统,研发需要的产品上面需要更完美的展现。(Establishment of MCU control system, research and development needs of the above products need to be more perfect show.)
- 2012-06-08 09:06:48下载
- 积分:1
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分:1
-
实验3 按键输入实验
说明: this is a program key test
- 2019-05-13 10:28:05下载
- 积分:1
-
用C#实现SQLite 数据库 建表、插入、查询等操作(含SQLite for ADO.Net的配置过程以及安装包)
首先需要: 1、打开压缩包中_Lib文件夹下的 SQLite-1.0.66.0-setup.exe文件(ADO.NET provider for the SQLite database engine). 然后安装。 2、安装完毕后 打开项目 测试即可。 其中包含了 SQLite数据库的基本操作,可直接拿来使用。 SQLite数据库注意事项: 1、在新建SQLite数据库的时候,可直接右键新建记事本后 将记事本的后缀直接改成 .db后缀即可使用。 2、SQLite新建表字段的时候 无须考虑类型,如下: 假设我们要建一个名叫film的资料表,只要键入以下指令就可以了: create table film(title, length, year, starring); 这样我们就建立了一个名叫film的资料表,里面有name、length、year、starring四个字段。 这个create table指令的语法为: create table table_name(field1, field2, field3, ...); table_name是资料表的名称,fieldx则是字段的名字。sqlite3与许多SQL数据库软件不同的是,它不在乎字段属于哪一种资料型态:sqlite3的字段可以储存任何东西:文字、数字、大量文字(blub),它会在适时自动转换。
- 2012-12-13下载
- 积分:1
-
neuro
很好的一个文件,希望对大家能有更大的帮助(A very good document, in the hope that everyone can have a greater help)
- 2008-07-24 19:34:45下载
- 积分:1
-
Arduino-Bluetooth-control-a-car
基于Arduino的蓝牙控制小车,利用手机蓝牙,控制电机的正反转等功能。(Based on the Arduino bluetooth control the car, mobile phone bluetooth, control motor and reversing, and other functions.)
- 2015-07-18 17:02:57下载
- 积分:1
-
uCos操作系统的移植
uCos操作系统的移植,该程序注释了一些关键部分,大大简便了代码的理解程度。
- 2022-06-02 04:55:08下载
- 积分:1
-
fetion-CSharp-source
移动飞行源代码,程序能够调通,加载到VS可以运行。(Mobile Flight source code, the program can be transferred through, loaded into the VS can run.)
- 2013-10-23 15:31:52下载
- 积分:1
-
ZLGnet-guider
周立功的zigbee模块资料,可自动联网,zigbee协议,支持多级互联(ZLG the the zigbee module information, automatic networking, zigbee protocol to support multi-level interconnect)
- 2013-01-11 14:26:32下载
- 积分:1
-
C++多线程编程实战 姜佑译
这是一本关于C++语言多线程编程方面的专业书籍,介绍多线程相关的知识。(C++ multithread programming)
- 2018-04-30 19:18:34下载
- 积分:1