-
Solve the mobile richtextbox scroll bar, so that the default cursor in the last...
解决了richtextbox的滚动条移动问题,使光标默认处于最最后一行。-Solve the mobile richtextbox scroll bar, so that the default cursor in the last line.
- 2022-06-16 04:36:52下载
- 积分:1
-
船舶号码识别,图像识别,视觉处理
脱机字符识别 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数字
- 2022-10-06 16:40:03下载
- 积分:1
-
线性表
说明: 某软件公司年初有n名员工,每名员工有姓名、职务、工号等属性,现在该公司还有共m次操作,分别对应了员工的入职、离职、查询。现在请把所有员工建立一个线性表,建立离职、入职、查询函数,当有员工离职或入职时,修改线性表,并且根据输出格式中的要求输出。(A software company has n employees at the beginning of the year. Each employee has the attributes of name, job, job number, etc. now the company has a total of M operations, which correspond to the entry, resignation and query of employees respectively. Now, please create a linear table for all employees and create resignation, enrollment and query functions. When an employee leaves or enters, modify the linear table and output according to the requirements in the output format.)
- 2021-03-26 17:39:13下载
- 积分:1
-
TM1640驱动程序
【实例简介】
TM1640驱动程序
- 2021-07-27 00:31:00下载
- 积分:1
-
原代码,自写,谢谢
本文内容及源代码只能作为学习参考用,转载请注明本声明blog.csdn.net/t163ang。搞图形学的童鞋经常需要用斯坦福三维模型来做实验的,模型ply文件下载地址:http://www.cc.gatech.edu/projects/large_models/index.html 及 http://graphics.stanford.edu/data/ 因此需要将ply文件解析出来,并在opengl渲染,以下提供我的源代码:
- 2022-03-02 00:16:55下载
- 积分:1
-
MatrixManip
this code is a matrix with 4 operation
- 2011-06-23 17:56:38下载
- 积分:1
-
TMP75数据手册
zigebee 自己从网上查到的数据手册 方便下载
#include"iocc2530.h"
#include"uart.h"
#include"clock.h"
/*管脚定义是
SDA定义为P0.7
SCL定义为P0.6 */
//#define SCL P0_6
//#define SDA P0_7
#define TRUE 1
#define FALSE 0 //错误提示,全局变量
#define SlaveAddress 0x90 //定义器件在IIC总线中的从地址,根据SA0地址引脚不同修改
#define SET_SDA_OUT P0DIR |= 0x8c;
#define SET_SDA_IN P0DIR &= ~0x8c;
#define SET_SCL_OUT P0DIR |= 0x4c;
#define SCL_H() P0DIR |= 0x40; P0_6 = 1;
#define SCL_L() P0DIR |= 0x40; P0_6 = 0;
#define SDA_H() P0DIR |= 0x80;P0_7 = 1;
#define SDA_L() P0DIR |
- 2022-10-15 21:25:08下载
- 积分:1
-
MAX262
MAX262是一款可程控滤波芯片,该是它的英文数据手册.(MAX262 is a programmable filter chip, which is its data sheet in English.)
- 2007-08-14 16:32:01下载
- 积分:1
-
c++写的webserver 很基础 大家可以
c++写的webserver 很基础 大家可以-c write webserver very foundation we can s
- 2022-01-28 02:09:42下载
- 积分:1
-
基于STM32F407的AD7616代码
本代码是基于stm32f407和ad7616的设计,代码可移植性好,亲测可用 实验器材: 探索者STM32F4开发板 实验目的: 学习RS485总线的使用. 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4) 5,串口2(波特率:9600,连接在PA2/PA3)
- 2020-01-08下载
- 积分:1