搜索结果
找到约 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)
其他书籍 This gorgeous, full-color book will guide you through the complete design process, from getting insp
This gorgeous, full-color book will guide you through the complete design process, from getting inspiration and sketching ideas out, through to choosing a color scheme, designing the layout, and selecting effective imagery.
Throughout, the focus is on simple and practical techniques that anyone can ...
编译器/解释器 C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our proj
C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language.
The latest file releases
其他 < content="Hello,sik" Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath
<
content="Hello,sik"
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../fckeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "550"
oFCKeditor.Height = "400"
oFCKeditor.Value = content
oFCKeditor.Create "Content"
>
汇编语言 This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system
This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorp ...
单片机开发 Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. T
Electronics Design Checklist
C) 2003 Hank Wallace
This is a checklist for electronics designers. The idea is for engineers and technicians to
share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that ...
文件格式 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will create a directory called klt and place all the files there
3. Compile and run the code
* ...
并行计算 This control is another extension to the now standard and widely used ListView control. I have inclu
This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header. This implementation eliminates all of the work of ...
Java编程 JXMLEditor is a XML editor developed in Java which is based on the Xerces Java parser. The goal of t
JXMLEditor is a XML editor developed in Java which is based on the Xerces Java parser. The goal of this editor is to offer some features (tree view, drag & drop, syntax colorizing) to create XML documents easily. Also available as Eclipse Plugin.
软件设计/软件工程 Algorithms for programmers This draft is intended to turn into a book about selected algorithms. Th
Algorithms for programmers
This draft is intended to turn into a book about selected algorithms. The audience in mind are programmers
who are interested in the treated algorithms and actually want to have/create working and
reasonably optimized code.
数据结构 三: 针对带表头结点的单链表
三: 针对带表头结点的单链表,试编写下列函数。
(1) 定位函数Locate:在单链表中寻找第i个结点。若找到,则函数返回第i个结点的地址;若找不到,则函数返回NULL。
(2) 求最大值函数max:通过一趟遍历在单链表中确定值最大的结点。
(3) 统计函数number:统计单链表中具有给定值x的所有元素。
(4) 建立函数create:根据一维 ...