-
sparesMatrix
稀疏矩阵三元组表的实现,包含三元组表矩阵的快速转置,快速乘法,矩阵加法(Sparse matrix triples table implementation, including triples fast matrix transpose, fast multiplication, matrix addition)
- 2013-11-13 21:13:53下载
- 积分:1
-
dnlm
三星2440CPU下WIN MOBILE系统的PCMCIA驱动程序代码!()
- 2018-06-10 06:23:54下载
- 积分:1
-
DouglasPeuckerDataCompress
说明: Open编写道格拉斯普克压缩算法,算法简单(OpenGL Douglas)
- 2010-04-14 22:26:31下载
- 积分:1
-
光敏传感器控制呼吸灯的明暗程度
光敏传感器的使用,使用STM32单片机,控制灯的亮的程度。(The use of photosensitive sensors, the use of STM32 microcontroller, control the brightness of the light.)
- 2020-07-02 00:00:07下载
- 积分:1
-
JmailSample
This a one page form example that saves the form results to a text file, then sends an email to the customer and one to the site owner. Very handy. Fully customizable form fields and messages. Good for customer service form(3KB
- 2004-07-08 14:46:57下载
- 积分:1
-
ATMEGA32ceshi
TFT数据显示,彩色条纹刷屏,数据输入显示(TFT display data, color stripes scraper, data input display)
- 2011-10-19 07:15:15下载
- 积分:1
-
打印机的通信工具PFT
与打印机的通信工具,文件传输工具,也可做渗透打印机。( PJL File Transfer
command line interface to PJLlib functionality )
- 2020-07-17 10:38:48下载
- 积分:1
-
C# timer应用范例:左右飘动的窗体
C# 创建一个飘动的窗体,左右飘动,主要是对Timer的控制,基本的原理是:窗体的左上角横坐标随着timer1不断加一,窗体的左上角横坐标随着timer2不断减一,这个过程由Timer控制,因此你要写出一个循环,来控制Timer不停变化,比如timer不断加一:
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 630)
{
timer1.Enabled = false;
timer2.Enabled = true;
}
以上代码的执行我们放入到private void timer1_Tick私有函数中,运行程序后即运行该函数。
- 2023-03-26 23:00:04下载
- 积分:1
-
02-histogramme
License Plate Recognition or LPR is an image-processing technology used to identify vehicles by their license plates. This technology is used in various applications involving security, traffic, law enforcement, public safety and transportation sectors. It mainly uses software code that enables computer systems to read automatically the registration number (license number) of vehicles digital pictures.
- 2016-04-19 02:26:11下载
- 积分:1
-
lcd1602
字符型1602LCD接口实验AT89S51(Character 1602LCD interface experiment, displayed on the LCD)
- 2013-12-30 22:00:53下载
- 积分:1