-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1
-
simHijack
模拟网页劫持程序。通过两个线程并对应相应的方法进行劫持网页。(Analog page hijackers. By two threads corresponding to the appropriate method of hijacking web page.)
- 2012-06-29 20:35:50下载
- 积分:1
-
4
说明: matlab 中很实用的源代码4:.开启和闭合操
开启和闭合组合操作.形态学边界提取 (Practical source code of matlab)
- 2015-04-20 16:28:34下载
- 积分:1
-
sLinkList
说明: 项目任务
在单链表类中增加一个功能erase(x, y), 删除表中所有值在 [x, y] 之间的结点。假设链表中结点数值类型是整形,要求编程返回删除相应结点后的链表长度和链表元素。
输入描述
第一行输入链表List的结点元素值,元素之间用空格间隔,且均为int类型;
第二行输入为x和y,分别表示需要删除结点元素的最小值和最大值。
输出描述
第一行输出删除相应结点后链表的长度;
第二行输出删除相应结点后链表的所有元素,元素之间用空格间隔。若无剩余元素,输出null。(Project tasks
A function erase (x, y) is added to the class of single linked list to delete all nodes whose values are between [x, y]. Assuming that the numerical type of the node in the linked list is plastic, the program is required to return the length and elements of the linked list after deleting the corresponding nodes.
Enter a description
In the first line, enter the node element values of the linked list list, with spaces between the elements, and all of them are of type int;
In the second line, input X and y to indicate the minimum and maximum values of node elements to be deleted.
Output description
The first line outputs the length of the linked list after deleting the corresponding node;
The second line outputs all the elements of the linked list after deleting the corresponding nodes, with space between the elements. If there are no remaining elements, null is output.)
- 2020-11-04 16:54:25下载
- 积分:1
-
tightvnc完整源码,包含驱动
着个就不用介绍了,懂得人都懂,最新源码,包括了zlib等的源码,支持镜像驱动截屏,是研究远程抓屏的最佳工具。
- 2022-03-21 13:13:23下载
- 积分:1
-
Unity 粒子效果
unity中粒子系统的粒子,完整样例,来自unity官方指定用书第五章光盘自带例子。粒子特效能够为游戏增添交互与响应能力,它们擅长创造许多运动和撞击效果。粒子特效可用于创建魔法火球,漩涡状的空间传送门,或者将玩家的注意力引导到一个发光的宝箱。炫酷的视觉效果往往引人入胜。
- 2019-03-23下载
- 积分:1
-
inverse
O(n*logn)时间内的求逆序的算法控制台程序,算法实现效率较高。可迅速求出随即生成的数字的逆序数(O (n* logn) time algorithm for reverse console process, algorithm more efficient. Can be generated quickly obtained immediately reverse digit number)
- 2008-07-11 21:33:10下载
- 积分:1
-
WebGIS从基础到开发实践书中源代码
书中的源代码,每章都用给福利了,要的赶快下载,对应书中章节对比源代码能更好,更快的理解。
- 2023-06-18 00:20:07下载
- 积分:1
-
STM32 按键查询方式
key_up是静态变量,表示只分配一次,且只在第一次分配内存时初始化。也就是说第一次调用KEY_Scan时分配该变量并且设置为1,再次调用KEY_Scan时该变量仍保持上次函数调用后的值
- 2023-08-14 07:30:03下载
- 积分:1
-
WZX - 环岛 - 电磁
第十四届恩智浦智能车华北赛一等奖程序开源。(The 14th Enzhipu Smart Car North China Race first prize program open source.)
- 2020-12-20 09:49:09下载
- 积分:1