搜索结果
找到约 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)
SQL Server Run the SQL script given to you to create a Library database. Note that each row in the Book table d
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy. Thus, if the library carries three copies of the title "DBMS", there will be three rows in the Book table, one for each copy. Write the SQL statements to do the following against t ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
其他 Time Zone Editor This assignment is to create an interface for entering a time zone.
Time Zone Editor
This assignment is to create an interface for entering a time zone.
Linux/Unix编程 为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open
为LINUX设计一个简单的二级文件系统。要求做到以下几点:
1、 可以实现下列几条命令
Login 用户登录
Dir 列文件目录
Create 创建文件
Delete 删除文件
Open 打开文件
Close 关闭文件
Read 读文件
Write 写文件
2、列目录时要列出文件名、物理地址、保护码和文件长度。
3、源文件可以进行读写保护。 ...
单片机开发 AT89C2051 create 38KHZ /24MHZ crystal
AT89C2051 create 38KHZ /24MHZ crystal
其他 Run the SQL script given to you to create a Library database. Note that each row in the Book table d
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy.
文件格式 How to create PDF document file from Visual C++ using PDFDoc Scout library: "Hello, World!" example
How to create PDF document file from Visual C++ using PDFDoc Scout library: "Hello, World!" example
单片机开发 This sample is demostrating how to create an event in a DLL file and afterward how to call this even
This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
Java编程 The CGHMaker Hologram Construction Kit allows you to create your own holographic objects programmati
The CGHMaker Hologram Construction Kit allows you to create your own holographic objects programmatically in Java and without requiring any special tools beyond a simple text editor.
单片机开发 Simple line-oriented calculator program. The class can also be used to create other calculator pro
Simple line-oriented calculator program. The class
can also be used to create other calculator programs.