-
dwin-display
北京迪文智能液晶屏驱动程序及其范例,是开发智能串口液晶屏很好的资料。范例中有画点、划线、画圆以及图片下载存储等驱动。(Beijing Di Wenzhi to LCD driver and the example of the development of intelligent serial LCD screen very good information. Pictures in the sample point, line, draw a circle, and picture download storage drive.)
- 2010-07-01 13:46:55下载
- 积分:1
-
MSP430F5529实例程序
包括多个基本例程,ad,da,led,pwm(Intelligent tracking car)
- 2020-06-18 13:00:01下载
- 积分:1
-
3DMARK
工厂产线测试软件测试笔记本电脑的老化测试软件,VC编写(a programming )
- 2009-12-04 10:39:10下载
- 积分:1
-
udf_vel
udf的C源代码 fluent速度入口 速度函数为一个抛物线(C source code fluent udf velocity inlet velocity function is a parabola)
- 2014-09-26 22:00:42下载
- 积分:1
-
DS2431
DS2431读写主程序,DS2431是一款1024位1-Wire?EEPROM芯片,由四页存储区组成,每页256位。数据先被写入一个8字节暂存器中,经校验后复制到EEPROM存储器。该器件的特点是,四页存储区相互独立,可以单独进行写保护或进入EPROM仿真模式,在该模式下,所有位的状态只能从1变成0。DS2431通过一条1-Wire总线进行通信。通信采用了标准的1-Wire协议。每个器件都有不能更改的、唯一的64位ROM注册号,该注册号由工厂光刻写入芯片。在一个多点的1-Wire网络环境
- 2023-03-30 14:50:03下载
- 积分:1
-
lyap_r
计算癫痫脑电非线性动力学之一的lyapunov指数(calculated EEG epilepsy nonlinear dynamics, one of the lyapunov index)
- 2007-05-12 21:11:05下载
- 积分:1
-
C#实现图片中文识别成文本文字,已应用项目中
C#将图片里中文识别成文本文字,中文识别,.net 实现中文识别 支持*.bmp; *.jpg; *.gif; *.jpeg;*.png等图片格式上的中文,文字 识别 【核心代码】 public Form1() { InitializeComponent(); //ocr = new TesseractEngine("./tessdata", "eng", EngineMode.TesseractAndCube);//设置语言 英文 ocr = new TesseractEngine("./tessdata", "chi_sim");//设置语言 中文 // ocr = new TesseractEngine("./tessdata", "jpn");//设置语言 日语 } private void button1_Click(object sender, EventArgs e) { OpenFileDialog filename = new OpenFileDialog(); filename.Filter = "All files(*.*)|*.*|image files(*.bmp)|*.bmp; *.jpg; *.gif; *.jpeg;*.png"; filename.FilterIndex = 2; if (filename.ShowDialog() == DialogResult.OK) { Bitmap bit = new Bitmap(Image.FromFile(filename.FileName.ToString())); Page page = ocr.Process(bit); string str = page.GetText();//识别后的内容 page.Dispose(); pictureBox1.Image = bit; richTextBox1.AppendText(str); } } /// /// 图片颜色区分,剩下白色和黑色 /// /// ///
- 2020-04-24下载
- 积分:1
-
模拟智能灌溉
蓝桥杯单片机,模拟智能灌溉,亲测是对的!(Blue Bridge Cup MCU, simulate intelligent irrigation, pro-test is right!)
- 2019-07-10 23:48:07下载
- 积分:1
-
AutoURL_2.30_Setup
Auto UrlSEO Tool DOWNLOAD
- 2014-08-31 13:13:34下载
- 积分:1
-
optimize-
键是一种标准零件,通常用来实现轴与轮毂之间的周向固定以传递转矩,有的还能实现轴上零件的轴向固定或轴向滑动导向。在键连接设计时,间的高度和宽度根据轴的直径d选取,而键长L则根据轴上零件轮毂宽度B而定,通常L=B-(5—10)mm。键的尺寸确定后,再进行强度校核。而为了保证绝对安全,键的尺寸取值往往都趋于保守,所选键的尺寸大。本程序采用优化设计方法,在满足强度要求的前提下求出键的最小结构尺寸,证明键宽b和键高h的取值可以小于标准值。(Key is a standard part, often used to achieve between shaft and hub to transfer torque to a fixed week, and some can achieve a fixed axis or axial parts of the axial sliding direction. Key connection in the design, height and width between the shaft diameter d according to selection, and the bond length L is based on the width of the wheel shaft parts B and, typically L = B-(5-10) mm. Key size is confirmed, then strength check. In order to guarantee absolute security, key size values ??are often conservative, the size of the selected key to big. The program uses optimization methods to meet the strength requirements of the derived key premise of the minimum structure size, proved key width b and height h of the key values ??can be less than the standard value.)
- 2011-09-05 20:16:03下载
- 积分:1