-
LCD_12864_test
傻瓜式lcd12864显示驱动程序,全部包含在12864.h文件中(Fool lcd12864 display drivers, all files contained in the 12864.h)
- 2013-06-17 09:49:02下载
- 积分:1
-
Adaboost算法源码
Adaboost训练算法,主要是依据Friedman的1996年的论文实现,可以结合harr特征用来训练人脸检测的检测器,具体原理可参考论文或《统计学习方法》。
- 2022-03-25 19:26:50下载
- 积分:1
-
rc522代码模板
单片机+液晶显示时钟界面,密码修改 rc522移植代码
- 2022-09-02 14:20:03下载
- 积分:1
-
数据库查询程序示例:C# 获取客户表中指定城市的客户
C# 获取客户表中指定城市的客户,这是一个C# SQLSERVER结合的数据检索程序实例,用来查询满足指定条件的数据库数据,并显示出来。来看代码如下:
//获取客户表中指定城市的客户(使用存储过程返回行集合):
string MyCity = "London";
DataClasses1DataContext MyDataContext = new DataClasses1DataContext();
System.Data.Linq.ISingleResult MyRows = MyDataContext.MyCustomersByCity(MyCity);
string MyInfo = MyCity+"的客户包括:";
foreach (MyCustomersByCity_个结果 MyCustomer in MyRows)
{
MyInfo+="
客户ID:"+MyCustomer.CustomerID;
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
- 2022-07-11 07:44:24下载
- 积分:1
-
ns-allinone-2.33.tar
说明: ns2.33这是目前比较新的ns2版本,欢迎下载(ns2.33 This is relatively new ns2 version, welcome to download)
- 2008-12-02 10:50:25下载
- 积分:1
-
P4表贴LED屏程序资料STM32F103
LED显示汉字 彩色音乐频谱 32X64 P4 LED彩色屏 STM32音乐频谱 装饰LED(LED Display Chinese Character Color Music Spectrum 32X64 P4 LED Color Screen STM32 Music Spectrum Decorative LED)
- 2020-06-22 20:00:01下载
- 积分:1
-
家庭理财系统
用vs2015 c#+access2007语言写的,供大家学习
- 2022-09-05 06:50:03下载
- 积分:1
-
MyBitMapCompress
说明: 一个简单的32位位图压缩算法,基本思想是,扫描像素点,后面有雷同的就记下重复次数。(A simple 32-bit bitmap compression algorithm, the basic idea is to scan pixel, behind identical repetitions on the record.)
- 2010-04-13 22:43:43下载
- 积分:1
-
DataMatrix
DataMatrix(DM码)二维码编解码库及DEMO,包括DM码生成及识别(摄像头)(DataMatrix (DM code) two-dimensional code decoding library and DEMO, including the DM code generation and recognition (camera))
- 2010-11-26 22:01:07下载
- 积分:1
-
matcomplotshow
说明: 这是MATLAB和VC相互调用的例子,通过MATCOM来实现,所以想学习如果在VC中调用MATLAB函数的,可以学习一下(This is the MATLAB and examples of VC call each other by MATCOM to achieve, so if you want to learn to call MATLAB functions VC, you can learn about)
- 2011-02-17 05:07:53下载
- 积分:1