Welcome![Sign In][Sign Up]
Location:
Search - page write

Search list

[Other resourcecn022921

Description: microchip公司的新产品源代码,该文件主要实现对EEPROM进行字节写入、页写入、读取操作。-Microchip company's new product source code, the main document for the byte EEPROM write, page write, read operations.
Platform: | Size: 18552 | Author: manmanren | Hits:

[SCMcn022921

Description: microchip公司的新产品源代码,该文件主要实现对EEPROM进行字节写入、页写入、读取操作。-Microchip company's new product source code, the main document for the byte EEPROM write, page write, read operations.
Platform: | Size: 18432 | Author: manmanren | Hits:

[Linux-Unixos2_VirtualMemory

Description: 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture has nothing to do with the general storage model is all Linux virtual memory to achieve the foundation, However, the realization of any particular are dependent on specific hardware platform. The exercises focus on the realization of i386. Introduced to explain the storage management process design. But will also learn details of code, code changes virtual memory system to detect the Page wrong frequency. In addition to the experimental system calls involved the relevant knowledge, including learning how to produce a system call and how the kernel through to add a new function in the kernel space thus Real User space is the right time/write.
Platform: | Size: 1037312 | Author: wanghui | Hits:

[SCM24LC65

Description: 〖说明〗24LC65 I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接VCC。 现缺页写、页读,和CRC校验程序。以下程序经过50台验证,批量的效果有待考 察。 为了安全起见,程序中很多NOP是冗余的,希望读者能进一步精简,但必须经过验 证。-Description〗 〖24LC65 I2C EEPROM byte read and write driver chip A0-A1-A2 to take VCC. Are missing pages to write, page read, and the CRC checksum procedure. Following procedure to verify through 50, the effect of volume to be inspected. For security purposes, many NOP process is redundant, I hope the reader can be further streamlined, but it must be verified.
Platform: | Size: 1024 | Author: felix | Hits:

[SCMtwi

Description: ATMEL TWI接口的EEPROM读写程序。支持8字节页写操作。支持32Kbit以上的大容量EEPROM。-ATMEL TWI interface EEPROM read and write procedures. Support for 8-byte page write operation. Support for more than 32 Kbit capacity EEPROM.
Platform: | Size: 1024 | Author: zts2k | Hits:

[SCMAT24C256application

Description: AT24C256是一个32Kflash的外部存储芯片,由I2C总线通信,它支持字节和页写入,可作为单片机系统扩展的存储芯片使用。本篇文章列举了一个例子,说明如何使用这类芯片和规划文件管理-AT24C256 is a 32Kflash external memory chips, by the I2C bus communications, it supports byte and page write, can be used as single-chip microcomputer system to expand the use of the memory chips. This article cited an example to illustrate how the use of such chips and planning document management
Platform: | Size: 52224 | Author: | Hits:

[SCMWRITE_PAGE1

Description: C51实现的采用USB1.1通信方式对FLASH进行写入的代码-C51 realize the adoption of USB1.1 means of communication to write to the FLASH code
Platform: | Size: 2048 | Author: 史斌斌 | Hits:

[Embeded-SCM Develop24c02andCRC

Description: AT24C02页写模式存取源码,提供高效CRC校验代码。-AT24C02-page write mode of access to source code, to provide efficient code CRC checksum.
Platform: | Size: 38912 | Author: jounee | Hits:

[SCMMSP430-AT45DB081B

Description: 基于MSP430F1611处理器的使用硬件SPI0控制闪存芯片AT45DB081B的代码,编写了底层命令和页写,读命令-MSP430F1611 processor based on the use of hardware SPI0 control AT45DB081B flash chip of the code, prepared the ground floor of orders and page write, read command
Platform: | Size: 4096 | Author: Lichar Chow | Hits:

[JSP/Javapage

Description: 最近项目要求实现新闻内容页无刷新分页,把自己写的页面正则分页拿出来和大家分享 js分页代码很好找,关键是常见的js分页代码没有匹配分页标记点即不拆开html标记的功能。 下面说说解决思路: 1.按字数分页,可设默认值,比如3000,那就是每页3000字 2.分页字数可变,受分页规则控制。 3.分页规则为正则匹配该页最后一个字,如果是中文或者中文全角符号则可以分页,如不是则增加该页分页字数继续匹配 -Recently, the project calls for news content page without refreshing page to write your own page is the page out and the U.S. share a very good look for js code page, the key is a common paging js code does not match the page that the tag point do not open the html tags function. Talk about ideas to solve the following: 1. By the word page can be set up default values, such as 3000, that is 2 per 3000 words. Paging word variable, subject to rules to control paging. 3. Paging rules are matching the page is the last word, if it is Chinese or Chinese-wide angle symbols can be paged, if not increased to match the page page words
Platform: | Size: 1024 | Author: | Hits:

[SCMi2c_pic_right

Description: ///*** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数组code从24LC02读出时采取自由读方式. //4, 采用4.00M晶体。 //5,采用软件I2C。 //二、硬件连接: //1, SDA------->23 pin.(当然你可以任意选择脚位) //2, SCL------->18 Pin.(当然你可以任意选择脚位) //3, PORTB----->数码管的段输出 //4, RD4,RD5,RC6,RC7------->数码管的位输出(数码管为共阴极) -///*******************// A description of the procedures:// 1, 24LC02 device address is 1010000R/W.// 2, write an array to take 24LC02 page write mode.// 3, the array read out the code from the 24LC02 to take a free read.// 4, using 4.00M crystal.// 5, using software I2C.// Second, the hardware to connect:// 1, SDA-------> 23 pin. (Of course, you can choose to pin)// 2, SCL-------> 18 Pin. (Of course You can choose pin)// 3, PORTB-----> digital tube output segment// 4, RD4, RD5, RC6, RC7-------> digital pipe-bit output (digital tube for a total of cathode)
Platform: | Size: 2048 | Author: lm | Hits:

[Software Engineering24c512

Description: AT24C512是ATMEL公司新近推出的具有I2C总线容量达512Kbit(64K×8)的E2PROM,该芯片的主要特性如下:存储容量为65536byte;与100kHz、400kHz、1MHzI2C总线兼容;100000次编程/擦写周期;单电源、读写电压为1.8V~5.5V;ESD保护电压>4kV;数据可保存40年;写保护功能,当WP为高电平时,进入写保护状态;CMOS低功耗技术,最大写入电流为3mA;128byte页写入缓存器;自动定时的写周期;具有8引脚DIP及20引脚SOIC封装等多种封装形式。-ATMEL Corporation AT24C512 is a newly launched I2C bus has a capacity of 512Kbit (64K × 8) of the E2PROM, the chip s main characteristics are as follows: storage capacity for 65536byte with 100kHz, 400kHz, 1MHzI2C Bus compatible 100000 times Programming/rub write cycle single-supply, read and write voltage of 1.8V ~ 5.5V ESD voltage protection> 4kV data can be stored for 40 years write-protect function, when WP is high when entering the write-protected status CMOS low-power technology, Maximum write current of 3mA 128byte page write buffer auto-timing write cycle with 8-pin DIP and 20-pin SOIC package and other packages.
Platform: | Size: 43008 | Author: zhangdi | Hits:

[JSP/Java1

Description: 一个用JAVA写的测算服务器响应速度的程序 - 应用-Used to write a JAVA server response time measurement procedures- Application
Platform: | Size: 2048 | Author: jiaoxiaofeng | Hits:

[Software Engineeringrej03c0325_r1ex24512axxs0ads

Description: R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM). They realize high speed, low power consumption and a high level of reliability by employing advanced MNOS memory technology and CMOS process and low voltage circuitry technology. They also have a 128-byte page programming function to make their write operation faster. Note: Renesas Technology鈥檚 serial EEPROM are authorized for using consumer applications such as cellular phone, camcorders, audio equipment. Therefore, please contact Renesas Technology鈥檚 sales office before using industrial applications such as automotive systems, embedded controllers, and meters
Platform: | Size: 197632 | Author: SAP | Hits:

[Windows DeveloppagePeel

Description: jquery写的翻页效果的代码 内含源码-TO USE THIS PLUGIN: 1. This plugin is designed to work with the jQuery framework, so download that. 2. Add <script type="text/javascript" src="jQuery.pagePeel.js"></script> to your header. 3. Add .pagePeel to the element you want the plugin to write the code below.
Platform: | Size: 1337344 | Author: qiang | Hits:

[VHDL-FPGA-VerilogNANDFLASH

Description: 用VHDL开发的NANDFLASH的读写程序,给出 NANDFLASH的时序正确的读写-NANDFLASH developed using VHDL to read and write the procedures, timing NANDFLASH give the correct reading and writing
Platform: | Size: 31744 | Author: mxc | Hits:

[JSP/Javapage

Description: 一个jsp翻页的小例子,写的很简单,请大家多多指教-Jsp page a small example of the very simple to write, please everyone exhibitions
Platform: | Size: 1904640 | Author: | Hits:

[Other Databasesgustbook

Description: 版权说明:版权属于dqe2008.com 特色:   1、界面采用欧试风格,设计唯美.   2、可调用留言,能做为评论模块用于其他系统的开发.   3、代码简洁,功能实用. 使用说明:   2、帐号密码以及一些参数在gustbook_Conn.asp中修改,用记事本打开,里面有注释。初始帐号密码都为:admin   3、如何调用评论? 先在要调用评论的页面写入:<!--#include file="gustbook_Conn.asp" -->和<!--#include file="gustbook_sub.asp" --> gustbook_Conn.asp为连接数据库文件,gustbook_sub.asp为函数文件。 再在要调用评论的地方写入:< Call DQE_gustbook(lanmu,bookNum,LeftNum,bookform,bookname) > 如:Call DQE_gustbook(0,4,25,1,"留言区") 详细参数说明: lanmu ------- 调用评论的栏目:容错默认为0 bookNum ------- 评论条数:容错默认为5 LeftNum ------- 显示标题最左边的字符数,默认40,一个汉字算两个字符 bookform ------- 是否显示发言表单, 默认0为不显示,1为显示,并自定义,容错默认为0 bookname ------- 显示在评论页面的标题:必须加双引号,如:"留言区" 初始帐号密码都为:admin 主页:index.asp -Copyright Note: the copyright belongs to dqe2008.com Characteristics: 1, interface test using the European style, design aesthetic. 2, can call the message, do as the comment module for other systems. 3, the code is simple and functional utility. Usage: 2, account password, as well as a number of parameters to modify gustbook_Conn.asp use Notepad to open, there are notes. Account for the initial password: admin 3, how to call the comment? Call first to comment on the page write :<!--# include file = "gustbook_Conn.asp"-> and <!--# include file = "gustbook_sub.asp"-> gustbook_Conn.asp database file for the connection, gustbook_sub.asp document for the function. And then call in to write reviews of places: < Call DQE_gustbook (lanmu, bookNum, LeftNum, bookform, bookname) > Such as: Call DQE_gustbook (0,4,25,1, "Message Area") Detailed parameter description: Call lanmu------- Comment section: fault tolerance defaults to 0 Article Comm
Platform: | Size: 82944 | Author: 8685313 | Hits:

[SCMDST80-write-Page-1

Description: //对DST80的第一页写入一个数据,(使用Selective Program Command) //对DST80的第八页写入数据-//Write the first page of a DST80 data (using the Selective Program Command)// on the eighth page write DST80
Platform: | Size: 3072 | Author: Jiang Nathan | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32-IIC-Page-Write

Description: STM32-iic页写,相信大多数工程师用到STM32的时候都遇到一个问题 那就是读写IIC 会卡死在while语句里,解决的办法有2个,1个是读写前再重映射一次IO口,另一个办法就是页写,我已经测试过 写入多少个都可以贴出来供大家分享-STM32-iic page write, I believe that most engineers use when they are experiencing an STM32 problem is that literacy IIC will get stuck in the while statement, the solution has two, one is to write once again before remapping IO port, and the other way is the page write, I have tested how many can be affixed to write out for everyone to share
Platform: | Size: 1024 | Author: chengwei | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net