搜索结果
找到约 348 项符合
Current 的查询结果
按分类筛选
- 全部分类
- 技术资料 (66)
- 电源技术 (43)
- 书籍 (32)
- 单片机编程 (26)
- 模拟电子 (16)
- 其他 (11)
- matlab例程 (11)
- 其他书籍 (9)
- 传感与控制 (8)
- 可编程逻辑 (5)
- Java编程 (5)
- 其他嵌入式/单片机内容 (5)
- 学术论文 (4)
- 行业应用文档 (4)
- 电子书籍 (4)
- 单片机开发 (4)
- 文章/文档 (4)
- 系统设计方案 (4)
- DSP编程 (3)
- 数学计算 (3)
- 汇编语言 (3)
- 微处理器开发 (3)
- 软件工程 (3)
- 压缩解压 (3)
- 文件格式 (3)
- Linux/Unix编程 (3)
- 技术教程 (2)
- PCB相关 (2)
- 无线通信 (2)
- 技术书籍 (2)
- 工控技术 (2)
- 测试测量 (2)
- 驱动编程 (2)
- 数据结构 (2)
- 网络 (2)
- 嵌入式Linux (2)
- 人工智能/神经网络 (2)
- VC书籍 (2)
- 软件设计/软件工程 (2)
- GPS编程 (2)
- Internet/网络编程 (2)
- 源码 (2)
- 软件 (2)
- 其他 (2)
- 论文 (2)
- 资料/手册 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 仿真技术 (1)
- 嵌入式/单片机编程 (1)
- USB编程 (1)
- 通讯编程文档 (1)
- 邮电通讯系统 (1)
- Delphi控件源码 (1)
- 其他数据库 (1)
- 中间件编程 (1)
- Windows Mobile (1)
- VHDL/FPGA/Verilog (1)
- Jsp/Servlet (1)
- 多国语言处理 (1)
- *行业应用 (1)
- 行业发展研究 (1)
- Java书籍 (1)
- 技术管理 (1)
- MySQL数据库 (1)
- 百货/超市行业 (1)
- 数值算法/人工智能 (1)
- 手册 (1)
- 电路图 (1)
- VIP专区 (1)
GPS编程 This code outputs various NMEA strings to a com port. The code was originally used to test naviati
This code outputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new position.
Click on ...
其他 Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedile
Kullan&#305 lan baz&#305 matlab bilgileri
Matlabda kodlar mfile lara yaz&#305 l&#305 p kaydedilebilir. &#220 st menüden, file, new, mfile. Command windowa yazd&#305 klar&#305 n&#305 z&#305 kaydedemezsiniz. Yazd&#305 &#287 &#305 n&#305 z kodu &#231 al&#305 &#351 t&#305 rabilmeniz i&#231 in &#231 ...
百货/超市行业 online sales system of texttile mill was a project within which there was great opportunity for Lear
online sales system of texttile mill was a project within which there was great opportunity for Learning about Internet and E-commerce. As current era is the era of Communication, and Internet is becoming the vital source of communication and Information. Online sale system of fabrics is the require ...
Internet/网络编程 Demo Name: Main Author: Ted Rybicki Purpose: Sync up systems and workstations clock through
Demo Name: Main
Author: Ted Rybicki
Purpose: Sync up systems and workstations clock through firewalls with socks
support. NOTE: You will need to set Name field in IdSocksInfo1 to
your socks server for socks support to work correctly.
History:
Date: 27/10/2002 01 ...
电子书籍 The code for this article was written for version 1.0 of the Active Template Library (ATL). The cu
The code for this article was written for version 1.0 of the
Active Template Library (ATL). The current version of the code
(in SieveATL) was built with Visual C++ 6.0 and the ATL provided
with that compiler. It may be slightly different than the code
shown in the article.
The directory SieveMF ...
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
其他 本程序的开发环境为MATLAB6.5版本
本程序的开发环境为MATLAB6.5版本,所编程序须在此环境下运行。由于气动模型的离散性,且采用了许多工程计算经验公式和实验数据,所以在编程时会比较繁杂,为了使程序读起来方便清晰,在编制程序时采用了如下的思路:
考虑到程序的一般结构,这里将气动计算系统分为三大模块:输入模块、气动计算模块以及结果输出模块。考虑 ...
嵌入式Linux 最新的Host AP 新添加了许多pcmcia 的驱动
最新的Host AP 新添加了许多pcmcia 的驱动,Prism2/2.5/3 Atheros ar521x PrismGT FreeBSD 6-CURRENT 此驱动已经添加到了2.6.14内核中。
matlab例程 distmesh
matlab有限元网格划分程序
DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...