搜索结果
找到约 76 项符合
store 的查询结果
按分类筛选
- 全部分类
- Java编程 (10)
- 其他 (7)
- 单片机编程 (4)
- 单片机开发 (4)
- 软件设计/软件工程 (3)
- 其他数据库 (3)
- VHDL/FPGA/Verilog (3)
- 数据库系统 (2)
- Applet (2)
- 数学计算 (2)
- 微处理器开发 (2)
- Jsp/Servlet (2)
- SQL Server (2)
- *行业应用 (2)
- J2ME (2)
- 书籍 (2)
- Internet/网络编程 (1)
- 家庭/个人应用 (1)
- 百货/超市行业 (1)
- 文件格式 (1)
- 网络 (1)
- VC书籍 (1)
- 人工智能/神经网络 (1)
- 操作系统开发 (1)
- 汇编语言 (1)
- CA认证 (1)
- 嵌入式/单片机编程 (1)
- 技术管理 (1)
- 压缩解压 (1)
- FlashMX/Flex源码 (1)
- JavaScript (1)
- 系统设计方案 (1)
- Java书籍 (1)
- Linux/Unix编程 (1)
- Delphi控件源码 (1)
- C/C++语言编程 (1)
- 源码 (1)
- 软件 (1)
- 技术资料 (1)
- VIP专区 (1)
VC书籍 The first edition of this book ranks among the small (very small) number of books that I credit with
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues ...
人工智能/神经网络 This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation deve
This manual describes how to run the Matlab&reg Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/vonzuben/lnunes/demo.zip
The tour is self- ...
微处理器开发 CBUF.LIB OVERVIEW: The circular buffers here are standard rotating FIFO buffers. THey are c
CBUF.LIB
OVERVIEW: The circular buffers here are standard rotating FIFO buffers.
THey are currently used by the RS232 serial library to store
incoming and outgoing data, but they are general purpose.
单片机开发 SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network proto
SimpliciTI&#8482 -1.0.3.exe for CC11xx and CC25xx
SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talk ...
单片机开发 SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed
SimpliciTI&#8482 -1.0.4.exe for CC2430
SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking direct ...
Jsp/Servlet Class CatalogGUI lets the user display the product details of every product in the gourmet coffee st
Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
VHDL/FPGA/Verilog 使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG
使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG,一个堆栈寄存器STACK。存储器寻址粒度为字节。数据存储以32位字对准。采用32位定长指令格式,采用Load/Store结构,ALU指令采用三地址格式。支持有符号和无符号整数加、减、乘、除运算,并支持浮点数 ...
SQL Server SQLite is a small, fast, embeddable database. What makes it popular is the combination of the databa
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databas ...
数据库系统 数据库exercise4作业,JSP
数据库exercise4作业,JSP,E-Store电子图书添加、删除、查看
Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...