搜索资源列表
carlengding
- 汽车租赁管理系统 随着汽车工业的发展和汽车的普及,汽车租赁成为近年来兴起的一个新兴行业。使用汽车租赁管理系统可以规范企业的管理和经营行为,减少企业的经营成本,提高工作效率。 后台数据库使用SQL Server,前台开发工具使用Visual Basic。术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-car rental management system with the development of
wlan-circut
- 一种新型的无线网卡的设计,包含电路原理图,符合802.1b/g的规范-a noval wlan circut design
multiboot0.6-spec-en-and-ch
- Multiboot规范主要面向x86架构的PC,目标是自由的32位操作系统,即面向 Linux、FreeBSD、NetBSD、Mach和VSTa这些自由操作系统设计的。通过此规范可实现一个可以从各种位置(软盘、硬盘或网络)载入OS映像的引导程序。 -The purpose of Multiboot specification is for the x86 architecture, the goal is for free 32-bit operating system, including
Grounding_design_guide_book_gangwan
- 文章主要对硬件系统,单板设计,终端设备等接地设计方法规范进行指导说明-This paper mainly on the hardware systems, single board design, grounding design method of terminal equipment such as specifications for the guidance note
md5
- md5 计算的类 从设计规范和功能来说都比较完善-md5 building class
Ethernet_Interface_Design
- 以太网通信接口电路设计规范,包括物理层接口和MAC层的接口设计-Ethernet communication interface circuit design
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
Computer_software_design_c_source_codes_issued
- 计算机c软件设计源代码编稿软件设计规范Computer software design c source codes issued-Computer software design c source code is issued on software design Computer software design c source codes issued
Standard_software_engineering_design_process
- Standard software engineering design process软件工程开发设计流程规范-Standard software engineering design process of software engineering development and design process specification
Software-design
- 软件设计规范,不可多得的资料,值得一看。-Software design, rare materials, worth a visit.
de
- 安全工程的设计规范,介绍常用的加密算法和密钥使用,是初学者较好的参考资料-Safety engineering design specifications, commonly used in the encryption algorithm and key used is a good reference for beginners
high-speed4RF.pdf
- 高速RF电路pcb设计规范,网上找的,很经典的,英文的。- PCB
Gmpk
- 实现密钥的安全控制和管理是整个应用系统安全的关键,《密钥管理系统》设计遵循《中国金融集成电路(IC)卡规范(1.0)》和《银行IC卡联合试点密钥管理系统总体方案》,整个系统遵循以下设计原则:-Achieve key security control and management of the entire application system security key, " Key management system" designed to follow the "
LINUX-experiment-senior-article-qt
- 本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
PCB-rules
- 我公司内部的PCB设计规范,供工程师参考,双层板及四层板设计规范首选。-the rules about PCB designed in my company
1
- 根据国密规范,使用标准C语言设计与实现SM2算法-ECC alg
Textcode
- 文本编程的源程序,具有示范教学作用,设计基本的文本编程的内容,代码编写规范,适合初学者使用。-Text programming source, has a demonstration teaching role, the basic design of the text content of programming, coding standards, suitable for beginners to use.
HOOK-KEYBOARD
- 键盘钩子实例代码,学习参考使用非常好,文档规范化做的很好,代码模块化设计!-Keyboard hook example code, using very good learning reference document standardization doing well, the code modular design!
2014220303020_yang_lab3
- 1。学习所提供的表达式语法的LR分析 了解calc1。L,calc1。Y,calc2。L,Y calc2。 在Eclipse中创建项目并试运行calc3。L,Y calc3。 2。为学习提供lrgram.txt语法 它与rdgram.txt比较 三.学习和了解makefile文件(可选) 4。写的lrgram LR解析器 (1)解析器生成AST。 野牛的规范文件:lrparser。Y Flex的规范文件:lrlex。l AST相关代码:AST和AST (2)其他功能(如主)