搜索资源列表
AT77FP105-Datasheet
- Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor. It features a on-chip biometric engine performing enrollment verification and identification, an internal record cache of up to 25 records and a
tclcl[1].wiki
- 本文的主要目的是理解NS2的architecture, 了解NS2的基本原理. NS2采用了Tcl/C++分裂 的模型, 在这种模型中OTcl是处于比较关键的位置, NS2采用了Tcl的编程模式. 使用C++来编 写应用实例, 使用OTcl来操纵这些实例. 理解了OTcl就理解了NS2的框架. 本文先简述Tcl语言 的嵌入特性, 然后描述了NS2的应用场景, 进而分析NS2的架构, 以及实现该架构采用的技术-The main purpose of this paper is to u
yohlee
- this will describe how can you manipulate command control using another command control button.
2464135445874netsnmp
- retrieve information from an SNMP-capable device, either using single requests (snmpget, snmpgetnext), or multiple requests (snmpwalk, snmptable, snmpdelta). manipulate configuration information on an SNMP-capable device (snmpset).
2464135445874cmipsnmp
- retrieve information from an SNMP-capable device, either using single requests (snmpget, snmpgetnext), or multiple requests (snmpwalk, snmptable, snmpdelta). manipulate configuration information on an SNMP-capable device (snmpset).
Manipulating_Reg_in_C
- How to manipulate registers in C
moses
- 记录鼠标的操作,让您操作一次之后,即可操作任意次数!-Record mouse operation, allows you to manipulate time after, you can operate any number of times!
RG2
- Basic drawing tool. Work in progress, but easy tom manipulate and upgrade. Draw and fill circle, ellipse and rectangle.
Data.Structures.and.Algorithm.Analysis.in.Java.ra
- This book is about data structures and algorithms as used in computer programming. Data structures are ways in which data is arranged in your computer s memory (or stored on disk). Algorithms are the procedures a software program uses to manipulat
booking
- You can select the Brush Transform tool by clicking and holding the Gradient tool until the Brush Transform tool appears. When it does, select it. Basically, this tool allows you to transform the gradient brush, while the Gradient tool allows yo
hibernate
- hibernate原理:Hibernate 是一个开放源代码的对象关系映射框架,它对 JDBC 进行了轻量级的对象封装,使 Java 程序员可以随心所欲的使用对象编程思维来操纵数据库。-hibernate works: Hibernate is an open source object-relational mapping framework, it was lightweight JDBC object package so that Java programmers can use arb
Copy-of-Claytronics
- Claytronics,This introduces a new and yet to be properly explored branch of technology, The Programmable Matter. Programmable Matter is a technology that enables us to control and manipulate 3‐dimensional physical artifacts. It is a method which brin
BankSystem
- 一个强大而复杂的银行模拟程序 程序功能要求: 模拟一个持有若干银行账号的银行,银行帐户可以通过控制台窗口提供的一个简单用户界面来访问和操作。用户通过发出简单命令必须能: 开始指定由银行管理的账户数; 在指定帐户上存款; 从指定帐户上提款; 设置指定帐户的利率; 将利息加到所有帐户上; 计算帐户结算; 计算支付给每个帐户的利息; 计算每个帐户的利率; 结束模拟。-A powerful and complex banking simulation prog
CSharp--manipulate-EXCEL
- c#操作Excel文件的代码,可以直接拿来用减少大家的工作量-c# code to manipulate Excel files, can be directly used to reduce everyone' s workload
VB-warehouse-management-system
- 库存管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易操作易使用等特点。 经过分析如此情况,我决定使用微软公司的Visual Basic 6为开发工具,利用其提供的各种面向对象的开发工具,尤其是ADO,是能方便而简洁操纵数据库的智能化对象,短期内就可以开发出用户满意的可行系统。-The inventory management system
A_Formal_Model_and_Specification_Language_for_Pro
- Procedure calling conventions are used to provide uniform procedure- call interfaces. Applications, such as compilers and debuggers, which generate, or process procedures at the machinelanguage abstraction level require knowledge of the calling
CSharp.net_XML
- C#.net中如何操作XML(有实例和详解).doc-How to manipulate XML using C# and . Net
DragText
- android 系统,形成下拉列表,查看列表中的数据,对其进行操作-android system, the formation of the drop-down list to view the list of data, manipulate it
VBuseExcel
- VB6.0调用Excel制作任意表格,将报表的模板做好,如表头,相应的行高、列宽、字体、对齐调整好(事实上,这些也可以通过程序来实现,只是麻烦点。),然后利用VB程序来操纵Excel-The VB6.0 call Excel to create any form, report template well, such as the header, the corresponding row, column width, font, alignment adjustment (in fact, t
xmlfileOperate
- 对文件进行操作的java类,详细介绍增删改查操作。-Java class to manipulate files, detailing CRUD operations.