搜索结果
找到约 154 项符合
author 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (16)
- Java编程 (13)
- 数据结构 (10)
- VC书籍 (8)
- 其他 (8)
- VHDL/FPGA/Verilog (7)
- 单片机开发 (6)
- matlab例程 (6)
- 书籍 (5)
- 电子书籍 (4)
- 软件设计/软件工程 (4)
- 汇编语言 (3)
- 软件工程 (3)
- 人工智能/神经网络 (3)
- 网络 (3)
- 书籍源码 (3)
- 教育系统应用 (3)
- 数值算法/人工智能 (3)
- Delphi控件源码 (3)
- Internet/网络编程 (3)
- 驱动编程 (2)
- 压缩解压 (2)
- 编辑器/阅读器 (2)
- 文章/文档 (2)
- 其他嵌入式/单片机内容 (2)
- Linux/Unix编程 (2)
- 行业发展研究 (2)
- 数学计算 (2)
- 微处理器开发 (2)
- DSP编程 (2)
- 加密解密 (2)
- 通讯/手机编程 (2)
- 源码 (2)
- 教程资料 (1)
- 电源技术 (1)
- 技术书籍 (1)
- GPS编程 (1)
- 语音压缩 (1)
- 医药行业 (1)
- 数据库系统 (1)
- Modem编程 (1)
- 其他数据库 (1)
- 文件格式 (1)
- Java书籍 (1)
- 3G开发 (1)
- 单片机编程 (1)
- 技术资料 (1)
加密解密 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s
基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale de Robert Sedgewick and Kevin Wayne.Copyright ? 2004 * pris sur le site http ...
matlab例程 《Fuzzy Relational Calculus Toolbox, Rel.1.01》The toolbox provides functions and original algorithms
《Fuzzy Relational Calculus Toolbox, Rel.1.01》The toolbox provides functions and original algorithms for solving direct and inverse problems.
Author: Yordan Kyosev & Ketty Peeva
GPS编程 *西门子6688上使用 * konGPS.java * * Implementation of konGPS for Siemens SL45i * * Copyright (C) 2002
*西门子6688上使用
* konGPS.java
*
* Implementation of konGPS for Siemens SL45i
*
* Copyright (C) 2002-2003 by KoncaOnLine (http://www.konca.com).
*
* Author: Konca Fung (konca@tom.com)
*
* This program may be distributed according to the terms of the GNU
* General Public License, version 2 or (at yo ...
其他 是一个dsp程序
是一个dsp程序,FileName: ex10.asm *
* Description: 滤波器实验 *
* Copyright(C) SanZhi Electronic, Author Zpin
其他 This a program which can read information from a web server. * @version 1.0 2000/01/01 * @auth
This a program which can read information from a web server.
* @version 1.0 2000/01/01
* @author jdeveloper
驱动编程 W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Sup
W2kPrintDrvSample
Feature
=======
* Support two page directions, portrait and landscape
* Support just one page size, A4
* Support two resolutions, 200 x 200 and 100 x 100 dpi
* Support two color mode, color(24bpp) and monochrom
* Support halftoning in monochromatic mode
* Support color identi ...
医药行业 This file came from Planet-Source-Code.com...the home millions of lines of source code You can view
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58860&lngWId=1
The author may have retained certain copyrights to this code...please ob ...
人工智能/神经网络 使用pso求最小化一函數 matlab程式碼
使用pso求最小化一函數
matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!!
一起學習matlab和各種optimize methods
最小化:(x-15)^2+(y-20)^2
The swarm matrix is
swarm(index, [location, velocity, best position, best value], [x, y components or the value component])
Autho ...
VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template ...
Java编程 This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the bes
This program is using Genetic Algorithm to solve the Travlling
Salesman Problem. It gives the best path route within a specified
time.
usage: java Evolver <seconds> <city file> <config file>
Author: Liu Yang