搜索结果
找到约 1,248 项符合
How 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (134)
- 其他 (76)
- 单片机开发 (72)
- Java编程 (61)
- VC书籍 (44)
- Java书籍 (42)
- 软件设计/软件工程 (38)
- 软件工程 (37)
- 书籍 (37)
- 电子书籍 (34)
- Linux/Unix编程 (32)
- matlab例程 (28)
- 微处理器开发 (25)
- 文章/文档 (25)
- 汇编语言 (24)
- 单片机编程 (20)
- 驱动编程 (19)
- 模拟电子 (18)
- 可编程逻辑 (17)
- 人工智能/神经网络 (17)
- 教程资料 (16)
- 系统设计方案 (16)
- 嵌入式/单片机编程 (15)
- 行业发展研究 (15)
- Delphi控件源码 (15)
- USB编程 (14)
- 其他嵌入式/单片机内容 (14)
- 技术资料 (14)
- VHDL/FPGA/Verilog (13)
- 书籍源码 (12)
- 操作系统开发 (12)
- 通讯/手机编程 (11)
- 数学计算 (11)
- 通讯编程文档 (11)
- 电源技术 (10)
- 文件格式 (10)
- Symbian (10)
- DSP编程 (10)
- *行业应用 (8)
- Windows Mobile (8)
- 技术管理 (8)
- 加密解密 (7)
- 游戏 (7)
- 数值算法/人工智能 (7)
- VIP专区 (7)
- 无线通信 (6)
- Windows CE (6)
- 邮电通讯系统 (6)
- SQL Server (6)
- 压缩解压 (6)
- 编译器/解释器 (6)
- Internet/网络编程 (6)
- 嵌入式综合 (5)
- Applet (5)
- 串口编程 (5)
- 其他数据库 (5)
- JavaScript (5)
- Jsp/Servlet (5)
- MacOS编程 (5)
- 测试测量 (4)
- 数据结构 (4)
- GPS编程 (4)
- 其他行业 (4)
- FlashMX/Flex源码 (4)
- 认证考试资料 (4)
- RFID编程 (3)
- 数据库系统 (3)
- 编辑器/阅读器 (3)
- 手机短信编程 (3)
- J2ME (3)
- 行业应用文档 (2)
- 通信网络 (2)
- 传感与控制 (2)
- C/C++语言编程 (2)
- 磁盘编程 (2)
- 3G开发 (2)
- 手机彩信(MMS)编程 (2)
- 嵌入式Linux (2)
- 网络 (2)
- 技术教程 (2)
- PCB图/BOM单/原理图 (1)
- 实用工具 (1)
- 资料/手册 (1)
- 教程资料 (1)
- allegro (1)
- PCB相关 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 工控技术 (1)
- 电子元器件应用 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 源码/资料 (1)
- 金融证券系统 (1)
- 家庭/个人应用 (1)
- 语音压缩 (1)
- BREW编程 (1)
- 电子政务应用 (1)
- 中间件编程 (1)
- Modem编程 (1)
Windows Mobile This code will be useful to you if you have tried using ADOCE, but never got anything to work. It is
This code will be useful to you if you have tried using ADOCE, but never got anything to work. It is not meant to be integrated into any application, but rather it should be used for demonstrative purposes. It clearly shows the basics of how to use the technology.
Windows Mobile Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded
Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* simple one illustrating how to instantiate th ...
Java编程 A windows BMP file is a common image format that Java does not handle. While BMP images are used onl
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endi ...
人工智能/神经网络 This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. Th
This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. The example shows how one can use the utility to estamate the parameters of a simple linear discrete time system.
驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and ...
其他 The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to de
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
其他书籍 This article is a very simple introduction writing a Windows Form application for the Microsoft.NET
This article is a very simple introduction writing a Windows Form application for the
Microsoft.NET framework using C#. The sample application demonstrates how to create and
layout controls on a simple form and the handling of mouse click events. The application
displays a form showing attributes of ...
GPS编程 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho
This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is
to show the use of the new object editing capabilities in MapX Ver 3.51. The program show how
to perform functions such as adding a new layer adding lines and
points, and editing a layers data.
游戏 随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuff
随机性发生器、冒泡分类和混洗一组12张牌的演示程序。
Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times. ...
人工智能/神经网络 this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this
this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this tar also include some testfiles and config file and a readme which describes how to run this program.