-
POS_Print
超市收银系统,后台,前台,小票打印,钱箱控制。pos机操控.(Supermarket cash register system, the background, foreground, small ticket printing, box control. POS machine control.)
- 2012-04-21 11:01:08下载
- 积分:1
-
LCD12864 MSP430F5529打点程序
LCD12864 MSP430F5529打点程序 亲测可用#include
#define uchar unsigned char
#define CS1 P2OUT |= BIT0 //串行LCD宏定义
#define CS0 P2OUT &=~BIT0
#define SID1 P2OUT |= BIT6
#define SID0 P2OUT &=~BIT6
#define SCLK1 P2OUT |= BIT2
#define SCLK0 P2OUT &=~BIT2
#define RST1 P2OUT |= BIT3
#define RST0 P2OUT &=~BIT3
//#define PSB0 P2OUT |= BIT4
//#define PSB1 P2OUT &=~BIT4
//函数声明
void InitSys();
void delay_ms(unsigned int);
void display_strings(void);
void displaydot(unsigned char x0,unsigned char y0 );
void lcdinit(void);
void clrgdram(void);
void write_com(unsigned char);
void write_data(unsigned char);
void sendbyte(unsigned char);
uchar ReadByte(void);
uchar Read_dos(uchar mode);
int flag=1;
unsigned char row1[]={""};
unsig
- 2022-04-21 23:44:47下载
- 积分:1
-
feedforward_pid.m
带前馈的PID算法,MATLAB语言编写,仿真效果不错。(With feed-forward PID algorithm, MATLAB language, simulation results are good.)
- 2009-12-08 09:58:53下载
- 积分:1
-
stm32+ads1298
基于stm32对ads1298进行读取,用于心电前端采集
- 2022-01-28 14:12:55下载
- 积分:1
-
PortScanner
多线程端口扫描,《小小黑客之路》第五章 警报,遭到扫描源码,案例为端口扫描器,可以扫描对应网段内所有机器是否开启及打开的端口号。(Multithreaded port scanning, " Little hackers Road" Chapter alarm was scanning source case port scanner, you can scan the machine is turned on, and open the port number corresponding network segment.)
- 2012-11-13 13:54:19下载
- 积分:1
-
c 语言 hello Word
Hello World 中文意思是『你好,世界』。因为《The C Programming Language》中使用它做为第一个演示程序,非常著名,所以后来的程序员在学习编程或进行设备调试时延续了这一习惯。
中文名你好,世界外文名Hello, World!创造者
- 2022-07-16 20:55:32下载
- 积分:1
-
DarkChannelPrior
目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
- 2017-01-20 14:10:32下载
- 积分:1
-
UnixShell4osDesign
Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。
本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用
户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命
令(比如cd,详见要实现的命令),以及输入输出重定向等功能。(Unix shell is unix order to explain procedures to enable users to a friendly manner operational procedures and the enforcement of the order. The courses require students to design the linux under orders to write an interpretation of procedures, Ksh most basic functions. : Allows users to enter an executable program and the name of its command line parameters, the implementation of this procedure. Simultaneously part of the internal commands (such as cd, details to be achieved in order), and redirect input and output functions.)
- 2007-05-15 20:45:30下载
- 积分:1
-
循环队列的实现
实现循环扩容队列
- 2022-03-03 18:28:19下载
- 积分:1
-
NS3-LTE-(1)
NS3实现tap bridge连接的两用户和一服务器的仿真。用户和服务器都基于树莓派2.真实数据传输通过NS3仿真器。(NS3 for simulation and a two-user server tap bridge connected. User and server-based Raspberry Pi 2. The actual data transmission via NS3 emulator.)
- 2016-11-15 22:25:32下载
- 积分:1