搜索结果
找到约 620 项符合
any 的查询结果
按分类筛选
- 全部分类
- Java编程 (36)
- 其他 (35)
- 书籍 (31)
- 单片机开发 (30)
- matlab例程 (28)
- 其他书籍 (26)
- 单片机编程 (24)
- 微处理器开发 (20)
- 技术资料 (16)
- 数学计算 (15)
- 压缩解压 (15)
- VHDL/FPGA/Verilog (14)
- 可编程逻辑 (13)
- Linux/Unix编程 (13)
- 人工智能/神经网络 (13)
- 汇编语言 (11)
- 通讯编程文档 (11)
- 加密解密 (11)
- 嵌入式/单片机编程 (11)
- 模拟电子 (10)
- 其他嵌入式/单片机内容 (10)
- VC书籍 (10)
- 数据结构 (9)
- 其他行业 (9)
- Internet/网络编程 (9)
- Delphi控件源码 (9)
- 软件设计/软件工程 (8)
- 教程资料 (7)
- 驱动编程 (7)
- 软件工程 (7)
- 数值算法/人工智能 (7)
- 网络 (6)
- 文章/文档 (6)
- 编译器/解释器 (6)
- 电子书籍 (6)
- 其他数据库 (6)
- 通讯/手机编程 (6)
- 电源技术 (5)
- 游戏 (5)
- 嵌入式Linux (5)
- 无线通信 (4)
- Java书籍 (4)
- 操作系统开发 (4)
- GPS编程 (4)
- 书籍源码 (4)
- J2ME (4)
- JavaScript (4)
- DSP编程 (3)
- Windows CE (3)
- 文件格式 (3)
- 系统设计方案 (3)
- ARM (2)
- Windows Mobile (2)
- SQL Server (2)
- Symbian (2)
- FlashMX/Flex源码 (2)
- VxWorks (2)
- 手机短信编程 (2)
- Jsp/Servlet (2)
- MySQL数据库 (2)
- 源码 (2)
- uCOS编程 (1)
- 资料/手册 (1)
- 多媒体处理 (1)
- allegro (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- Applet (1)
- Delphi/CppBuilder (1)
- 技术管理 (1)
- uCOS (1)
- TAPI编程 (1)
- 电子政务应用 (1)
- 并行计算 (1)
- 数据库系统 (1)
- 中间件编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- CA认证 (1)
- USB编程 (1)
- Ajax (1)
- 酒店行业 (1)
- Windows编程 (1)
- 源码/资料 (1)
- 实用工具 (1)
- Matlab (1)
- 接口技术 (1)
- 软件 (1)
- 电路图 (1)
- 笔记 (1)
- VIP专区 (1)
其他 this file is leverage algorithm written in matlab as m-file and tested in matlab.so anyone can ue th
this file is leverage algorithm written in matlab as m-file and tested in matlab.so anyone can ue this algorithm and any bug can be reported
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. 
TDictionary represents a generic collection of key-value pairs. 
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...
源码/资料 SharpPcap c#抓包实现时时获取网卡信息
SharpPcap c#抓包实现时时获取网卡信息
SharpPcap tutorial: a step by step guide to using SharpPcap
The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together w ...
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 ...
实用工具 mp3录制工具
老牌MP3录制工具。
Introduction
============
MP3 Sound Recorder(MP3 Recorder) is a program that can record mp3 from any available sound source directly without costing any other disk space. With a simple and intuitionistic interface, you can record your sound easily and quickly.
Matlab Matlab 画三维立体图形
Matlab 画三维立体图形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.  &nbs ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
*                                             uC/TCP-IP V2
*       ...
源码 批处理感知器算法
批处理感知器算法的代码matlab
w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3;
    1,0.9,1.2;1,5.0,6.4;1,3.9,4.0];
w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0;
    1,2.5,-6.1;1,8.4,3.7;1,4.1,-2.2];
w3=[1,-3.0,-2. ...
源码 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]; ...
软件 简单的计算器
// 学生管理.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]; ...