虫虫首页|资源下载|资源专辑|精品软件
登录|注册

lock

  • Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP

    Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP) Flash Memory – Endurance: 1000 Write/Erase Cycles • 4.0V to 5.5V Operating Range • Fully Static Operation: 0 Hz to 33 MHz • Three-level Program Memory lock • 256 x 8-bit Internal RAM • 32 Programmable I/O Lines • Three 16-bit Timer/Counters • Eight Interrupt Sources • Full Duplex UART Serial Channel • Low-power Idle and Power-down Modes • Interrupt Recovery from Power-down Mode • Watchdog Timer • Dual Data Pointer • Power-off Flag

    标签: 8226 Programmable Compatible In-System

    上传时间: 2015-06-27

    上传用户:dianxin61

  • Open Source for the Enterprise Open source software is changing the world of Information Technolo

    Open Source for the Enterprise Open source software is changing the world of Information Technology. But making it work for your company is far more complicated than simply installing a copy of Linux. If you are serious about using open source to cut costs, accelerate development, and reduce vendor lock-in, you must institutionalize skills and create new ways of working. You must understand how open source is different from commercial software and what responsibilities and risks it brings. Open Source for the Enterprise is a sober guide to putting open source to work in the modern IT department.

    标签: Open Information Enterprise the

    上传时间: 2013-12-26

    上传用户:R50974

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_lock_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    标签: C. hamsterdb structure database

    上传时间: 2013-12-10

    上传用户:LouieWu

  • 学会对文件的记录锁定

    学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 执行命令cc lock.c –o lock.out Chmod +x lock.out ./lock.out

    标签: 记录

    上传时间: 2016-01-04

    上传用户:亚亚娟娟123

  • If you have programming experience and a familiarity with C--the dominant language in embedded syste

    If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, detect enemy aircraft, and pilot UAVs. Communication satellites, deep-space probes, and many medical instruments would have been nearly impossible to create without embedded software.

    标签: familiarity programming experience dominant

    上传时间: 2013-12-11

    上传用户:362279997

  • 键盘过滤驱动源码

    键盘过滤驱动源码,本例子是过滤了Caps lock键,修改成了Ctrl键.

    标签: 键盘 过滤驱动 源码

    上传时间: 2016-09-30

    上传用户:epson850

  • SD卡驱动 SD_CARD_TIMEOUT 当一个SD卡的操作超出时限

    SD卡驱动 SD_CARD_TIMEOUT 当一个SD卡的操作超出时限,将导致返回错误和该标记被置位 SD_CARD_EXIST 当卡槽内插入了合适的卡体,不管是什么卡,都会使该位被设置; SD_CARD_WRITE_PROTECT 当卡体的写保护开关被 lock 时,则该位被设置; SD_CARD_READY 当卡槽内的卡被正确识别,并可以随时访问时,则该位被设置; SD_CARD_DOOR_CLOSE 当卡槽的门(产品外壳上的挡板开关)关闭时,则该位被设置; SD_CARD_IS_SD 当卡槽内插入的是 SD 卡时,则该位被设置。 SD_CARD_IS_MMC 当卡槽内插入的是 MMC 卡时,则该位被设置; 注意:不要使用 0x80,免得和整数作逻辑运算时被误为负数。

    标签: SD_CARD_TIMEOUT SD卡 驱动 操作

    上传时间: 2014-01-09

    上传用户:稀世之宝039

  • BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that th

    BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse: Get the most out of the built-in applications Take control of email with filters, searches, and more Rev up your mobile gaming--whether you re an arcade addict or poker pro Browse the web, chat over IM, and keep up with news and weblogs Work with office documents, spell check your messages, and send faxes Become more secure, lock down your BlackBerry and stash secure information somewhere safe Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS) Create web sites that look great on a BlackBerry Develop and deploy BlackBerry applications

    标签: BlackBerry computing enhance mobile

    上传时间: 2016-12-07

    上传用户:GavinNeko

  • MTK加密字库读手机密码的好平台

    MTK加密字库读手机密码的好平台,只要打开平台手机开机自动联机点SHOW PHONE lock 即可读出手机密码

    标签: MTK 加密 字库 手机

    上传时间: 2013-12-18

    上传用户:康郎

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    标签: user-space can drivers perform

    上传时间: 2013-12-31

    上传用户:saharawalker