搜索资源列表
Fatfs 0.8a
- FatFs的最新代码。版本0.8a R0.08a, Aug 16, 2010 Added f_getcwd(). (_FS_RPATH = 2) Added sector erase feature. (_USE_ERASE) Moved file lock semaphore table from fs object to the bss. Fixed a wrong directory entry is created on non-LFN cfg when t
file_lock
- LINUX文件锁示例 共享锁和排它锁应用实例 用于读写文件加锁-LINUX file lock example Shared locks and exclusive locks Application Lock for reading and writing files
java-share
- java 文件加锁 内存共享 利用共享内存或者socket通讯方式-Java file lock shared memory
RWLock
- 多线程下的文件读写加锁 -File accesss lock in multi-thread
lock
- 电子密码锁设计。含有asm文件,hex文件等-Design of electronic locks. Asm file contains, hex files
TheDigitalLock-InAmplifier
- The file is about lock-in amplifier and how it can apply to the use of our daily life
lockd
- Linux中关于远程文件锁定的支持的源代码 -source code of the remote file lock support on linux
file
- 电子密码锁源程序,系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能-Electron source locks, the system can achieve lock, the police overtime,超次lock, decrypt administrator, modify the user' s password locks the basic functions of
lock
- 用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
lock
- 电子密码锁 8086汇编语言编写 内附已编exe文件及编译连接软件masm5.0和link 要求: 实现方案,流程图(20分) 实现密码判断(15分) 实现密码更改(15分) 实现程序正常结束(5分) 实现非软件的准确延时(5分) 输入错误3次后自动结束程序(20分) 根据操作产生的不同结果配以不同的音效(20分) 基本实现前4项要求,再实现其它扩展要求,视难度加分。-8086 key-lock assembly language has bee
folderlock
- This VB program to lock and protect folder in windows directory
exp1
- 首先在linux下打开一个文件,然后将该文件上写入锁,并写入hello字符串。接着在解锁后再将该文件上读取锁,并读取刚才写好的内容。最后模拟多进程,同时读写一个文件时的情况。-First, open a file under linux, and then write lock on the file and write the string hello. Then, after unlocking the file lock on the read and write just to read
fcntl_write
- 该程序用来测试文件的写入锁,首先创建一个hello文件,之后对其上写入锁,最后释放写入锁。-The program used to write the test file lock, the first document to create a hello, and then write their locks, the final release into the lock.
lockfile
- A sample source program for showing how to lock a file in windows using win32 API.
filelock
- C++实现的UNIX文件锁操作类 在Linux下测试通过-C++ implementation of the UNIX file lock
win_rwlock
- window下,用于文件读写的线程读写锁-read and write file lock for windows
FileLock
- File Lock Program For Mobile
lock
- 屏幕分割,鼠标定位桌面的某个区域,文件复制,系统时间报时-Split screen, the mouse locate an area of the desktop, file copy, the system time timekeeping
LockedFolderV2-0
- 锁定目录的驱动+EXE源代码,是驱动不错的学习代码-Lock file drive+ EXE source code, is driving a good learning code
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b