搜索结果
找到约 351 项符合
Create 的查询结果
按分类筛选
- 全部分类
- Java编程 (40)
- 其他书籍 (23)
- 其他 (19)
- Java书籍 (13)
- Delphi控件源码 (12)
- Linux/Unix编程 (12)
- 软件设计/软件工程 (11)
- VC书籍 (11)
- 单片机开发 (10)
- 驱动编程 (9)
- 书籍 (9)
- 电子书籍 (7)
- 行业发展研究 (7)
- 技术资料 (7)
- 单片机编程 (6)
- Internet/网络编程 (6)
- 文章/文档 (6)
- SQL Server (6)
- 数据结构 (6)
- 嵌入式综合 (5)
- 可编程逻辑 (4)
- 数值算法/人工智能 (4)
- 其他行业 (4)
- matlab例程 (4)
- Symbian (4)
- 操作系统开发 (4)
- 人工智能/神经网络 (4)
- DSP编程 (4)
- JavaScript (4)
- 编辑器/阅读器 (4)
- 游戏 (3)
- 文件格式 (3)
- Ajax (3)
- 汇编语言 (3)
- 网络 (3)
- 其他数据库 (3)
- MySQL数据库 (3)
- VHDL/FPGA/Verilog (3)
- 模拟电子 (2)
- 电源技术 (2)
- 教程资料 (2)
- 其他嵌入式/单片机内容 (2)
- 压缩解压 (2)
- 中间件编程 (2)
- 串口编程 (2)
- 数学计算 (2)
- Jsp/Servlet (2)
- Windows CE (2)
- 通讯/手机编程 (2)
- Windows Mobile (2)
- J2ME (2)
- 软件工程 (2)
- 加密解密 (2)
- 手机短信编程 (2)
- 源码 (2)
- 软件 (2)
- 源码/资料 (1)
- 手机WAP编程 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- 人物传记/成功经验 (1)
- SCSI/ASPI (1)
- Oracle数据库 (1)
- 数据库系统 (1)
- 通讯编程文档 (1)
- Applet (1)
- 嵌入式/单片机编程 (1)
- 企业管理 (1)
- 磁盘编程 (1)
- FlashMX/Flex源码 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 并行计算 (1)
- 教育系统应用 (1)
- 系统设计方案 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- C/C++语言编程 (1)
- Windows编程 (1)
- Matlab (1)
- 电路图 (1)
- VIP专区 (1)
电子书籍 Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natu
Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natural choice for web services development. It s the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web ser ...
网络 Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on
Atheros Communications
AR6001 WLAN Driver for SDIO installation Read Me
March 26,2007
(based on k14 fw1.1)
Windows CE Embedded CE 6.0 driver installation.
1. Unzip the installation file onto your system (called installation directory below)
2. Create an OS design or open an existing OS design in ...
Java编程 Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program shou
Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to t ...
文章/文档 The DSKs or eZdspTM LF2407 and the DMC1500 make up a table top motor development system which allow
The DSKs or eZdspTM LF2407 and the DMC1500 make up a table top motor
development system which allows engineers and software developers to evaluate
certain characteristics of the TMS320F240, TMS320F243, and TMS320LF2407 DSPs
to determine if the processor meets the designers application requirements. ...
Java编程 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2
实现基本的购物车功能。
eclipse+sqlserver2005
1.主要强调了购物车的业务逻辑。
2,利用javabean封装。比较适合jsp初学者。
3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。
数据库建立
create database shop_db
go
use shop_db
go
create table t_sp
(
s_id int identity(1,1) primary key,
s_name varchar(2 ...
Delphi控件源码 EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 1. DataServiceEhLibADO.pas 第40行
EhLib 4.2.16 中文汉化版 (Faceker.com 修改版)
1. DataService\EhLibADO.pas
第40行,ADODataSetDriverName函数:
原:Result := MSACCESS
现:Result := MSSQL
功能:字符串、日期界定符匹配(STFilter.Local=False情况下)
2.Common\EhLibConsts.pas
功能:常数汉化
3.Common\DBGridEhFindDlgs.pas\dfm
A、 ...
手机短信编程 The smspdulib library is intended for more transparent interaction with SMS PDU. This thought over h
The smspdulib library is intended for more transparent interaction with SMS PDU. This thought over hierarchy of classes will allow you to create new classes for other types of short messages using the realized base functionality.
At present, the following types of short messages are supported: sta ...
SQL Server /*** ***建立数据库*** *** */ /*建立数据库wagemanage
/*** ***建立数据库*** *** */
/*建立数据库wagemanage,并定义物理存储路径*/
CREATE DATABASE wagemanage
ON PRIMARY
(NAME= wagemanage ,
FILENAME= D:wagemanage_MDF.mdf )
GO
/******************建立基本表*******************/
/*建立员工基本表*/
电子书籍 BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that th
BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse:
Get the most out of the built-in applications
Take control of em ...
数据结构 C# ArrayList C++模仿版
C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。
效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete