搜索结果

找到约 351 项符合 Create 的查询结果

按分类筛选

显示更多分类

其他书籍 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 ...
https://www.eeworm.com/dl/542/437432.html
下载: 45
查看: 1059

编译器/解释器 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
https://www.eeworm.com/dl/628/438008.html
下载: 79
查看: 1104

其他 < 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" >
https://www.eeworm.com/dl/534/442710.html
下载: 189
查看: 1116

汇编语言 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 ...
https://www.eeworm.com/dl/644/449856.html
下载: 122
查看: 1057

单片机开发 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 ...
https://www.eeworm.com/dl/648/454113.html
下载: 161
查看: 1060

文件格式 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 * ...
https://www.eeworm.com/dl/639/454385.html
下载: 41
查看: 1050

并行计算 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 ...
https://www.eeworm.com/dl/694/460251.html
下载: 157
查看: 1044

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.
https://www.eeworm.com/dl/633/466287.html
下载: 165
查看: 1065

软件设计/软件工程 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.
https://www.eeworm.com/dl/684/466979.html
下载: 87
查看: 1034

数据结构 三: 针对带表头结点的单链表

三: 针对带表头结点的单链表,试编写下列函数。 (1) 定位函数Locate:在单链表中寻找第i个结点。若找到,则函数返回第i个结点的地址;若找不到,则函数返回NULL。 (2) 求最大值函数max:通过一趟遍历在单链表中确定值最大的结点。 (3) 统计函数number:统计单链表中具有给定值x的所有元素。 (4) 建立函数create:根据一维 ...
https://www.eeworm.com/dl/654/467528.html
下载: 24
查看: 1133