搜索资源列表
Markup90
- MarkUP ,用于VC环境下,读取和写入XMl文档文件。不错的程序,-MarkUP for VC environment, read and write XMl document file. Yes procedures,
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
c-curriculum-design
- 已知文本文件f1.txt中存放了某个省当年参加高考的1000个考生的数据(考号、姓名、性别和考试成绩),存放格式是每行存放一个考生的数据,每个数据之间用空格隔开。 假定当年该省的招生计划是:一类本科招生计划为10%;二类本科招生计划为15%;三类本科招生计划为20%;四类高职高专招生计划为25%。 请编写程序,实现以下功能: (1)划定各批次录取分数线,结果可屏幕显示,也可存入文件。 (2)能够统计各批次中男生,女生的录取比例。统计结果可屏幕显示,也可存入文件。 (3)确定每
AlargescaleWebsitearchitecturePPT
- 大规模网站架构 CAP原则 BASE策略 异步(MessageQueue) 数据库 数据的水平切分及垂直切分 数据库读写分离 避免分布式事务 反范式的数据库设计 负载均衡 DNS负载均衡 反向代理负载均衡 LVS 缓存 数据库缓存 服务器缓存/页面缓存/数据缓存/静态化 反向代理缓存 Session/Share Nothing Architecture架构 浏览器优化 浏览器缓存/CDN/小图片合并 分布式文件系统(
how_to_write_Makefile
- 如何编写Makefile文件技术文档,非常实用-How to write the Makefile file technical documentation, very useful
1985490pof2jed
- 用VHDL语言编写代码,生成,JED文件,用MAX+PLUSII编写,该软件实现转换-Using VHDL language code generation, JED file, with the MAX+ PLUSII write, the software conversion
latitude_c640
- This Dell Laptop Latitude C640 Model Bios File you Can directly write by epro programmer and use it.-This is Dell Laptop Latitude C640 Model Bios File you Can directly write by epro programmer and use it.
pic-parallel-port-programmer
- It is Parallel port PIC Programmer. You can write hex file to PIC flash using this programmer
lex_yacc.pdf
- A compiler or interptreter for a programminning language is often decomposed into two parts: Read the source program and discover its structure. Process this structure, e.g. to generate the target program. Lex and Yacc can generate program f
source
- 旅游网站设计实现,主要说明其主要要写的文件内容及格式-Tourism Site designed and implemented, mainly to explain the main contents of the file to write and format
filesystemdesign
- VC++ 编写实现文件文件系统设计,供初学者参考学习 -VC++ implementation file write file system design, the reference for beginners to learn
TestFileWrite11
- source code for a file write problem
vc-write-excel
- 建立vc工程,利用vc的ole技术,实现对excel的操作。-this code can use vc to write a excel file. and after finished the file, we can chang
How-to-read-and-write-file
- 对于MFC编程,此文档详细介绍了如何读和写文件,很清楚的说明。-For MFC program,this file introduce how to read and write file.
Read-and-write-for-MFC
- 对于MFC编程,文件读写很重要,也需要一定技巧,此文档有很好的介绍。-For MFC program,the reading and writing of file is very important.
Linux
- 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 -Design a simple two file system for Linux systems. To do the following: 1. Can be achieved followin
How-to-write-DSP-CMD
- 关于TMS320F28335应用程序中CMD文件的编写方法。-About how to write a CMD file to the TMS320F28335
java4
- 基于文件的简易记账程序,编写一个Java项目,实现一个简易的机遇文件的记账程序,主要功能有两部分:一为记录消费的相关信息,二为按照消费条目名称查询相关消费信息。-Based on a simple accounting program file, write a Java program to achieve a simple bookkeeping program files opportunities, the main function has two parts: one for the
modelsim-do-file
- exlain how to write a do_file for modelsim-explain how to write a do_file for modelsim
How-to-Write-makefile
- 介绍如何书写makefile。学习makefile多构建c++程序会有很大的帮助。-how to write make file