-
图书管理系统
这个是我之前做的一个小东西,希望可以帮到有需要的人,C++做的,没有太多价值,不喜勿喷,。就这样吧,不知道可以不可以凑够50个字,但是觉得可以用。
- 2022-02-06 07:07:54下载
- 积分:1
-
8051 flash 程序编写源码
ifdef __FLASH_ISP__ /* typedef unsigned int FLADDR; void FLASH_ByteWrite (FLADDR addr, char byte); unsigned char FLASH_ByteRead (FLADDR addr); void FLASH_PageErase (FLADDR addr); void FLASH_Write (FLADDR dest, char *src, unsigned numbytes); char * FLASH_Read (char *dest, FLADDR src, unsigned numbytes); */ void FLASH_ByteWrite (FLADDR addr, char byte) { bit EA_SAVE = EA; // preserve EA char xdata * data pwrite; // FLASH write pointer EA = 0; // disable interrupts #ifdef __NULL_VDM0
- 2022-03-06 19:00:52下载
- 积分:1
-
12
说明: CAD用的 一个小程序 多线程序 谢谢大家的关注(CAD program with a small multi-line program Thank you for your attention)
- 2011-08-19 15:49:03下载
- 积分:1
-
eg1_IndependentProject_GPIO
说明: DSP28335芯片通用输入输出模块案例程序(some case codes about GPIO of DSP28335)
- 2020-06-22 20:00:01下载
- 积分:1
-
c5
说明: 问题描述:字符序列的子序列是指从给定字符序列中随意地(不一定连续)去掉若干个字符(可能一个也不去掉)后所形成的字符序列。令给定的字符序列X=“x0,x1,…,xm-1”,序列Y=“y0,y1,…,yk-1”是X的子序列,存在X的一个严格递增下标序列<i0,i1,…,ik-1>,使得对所有的j=0,1,…,k-1,有xij=yj。例如,X=“ABCBDAB”,Y=“BCDB”是X的一个子序列。 (Problem Description: character sequence is the sequence of a given sequence of characters from arbitrarily (not necessarily consecutive) to remove a number of characters (perhaps a not removed) after the formation of character sequence. So that a given character sequence X = " x0, x1, ..., xm-1" , the sequence Y = " y0, y1, ..., yk-1" is a sequence of X, X, there is a strictly increasing sequence subscript <i0,i1,…,ik-1> So for all j = 0,1, ..., k-1, with xij = yj. For example, X = " ABCBDAB" , Y = " BCDB" is a sequence of X.)
- 2011-09-22 21:55:38下载
- 积分:1
-
CannycPP
c 实现 canny算子(c realize canny )
- 2016-04-11 15:44:07下载
- 积分:1
-
MFC-huitu
MFC 绘图功能及函数介绍,希望有一定的帮助(MFC drawing function and function introduction, hope to have the certain USES)
- 2014-11-17 13:53:32下载
- 积分:1
-
悬浮球+sinD
说明: 风洞悬浮球程序
本程序来源于正点原子例程
芯片为STM32F103ZET6
超声波测距模块SR04
ILI9341主控的320*240液晶屏
程序使用超声波测距模块SR04测量透明亚克力管子内风洞悬浮乒乓球的位置,
输出给ILI9341主控的320*240液晶屏上,在屏幕上画出球的位置曲线。
可通过串口1输入修改PID参数以及悬浮球目标位置(Translate by GOOGLE from Chinese
Wind tunnel suspension ball program
This program is derived from the punctual atomic routine
The chip is STM32F103ZET6
Ultrasonic ranging module SR04
320 * 240 LCD screen controlled by ILI9341
The program uses the ultrasonic ranging module SR04 to measure the position of suspended table tennis in a wind tunnel in a transparent acrylic tube.
Output the position to the LCD screen with 320 * 240 resolution, and draw the position curve of the ball on the screen.
Can modify PID parameters and hoverball target position through serial port 1 input)
- 2020-01-02 09:24:10下载
- 积分:1
-
ucMultiIfacesSupport(3).pdf.tar
Multi interface implementation document for NS-2 for ad hoc network
- 2009-03-26 05:28:28下载
- 积分:1
-
3.3
数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间(data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space)
- 2006-12-03 21:16:10下载
- 积分:1