搜索结果
找到约 12,167 项符合
Mp-a 的查询结果
Java书籍 Describe the differences between the Java Swing to SWT. Give a complex example to explain how to tra
Describe the differences between the Java Swing to SWT. Give a complex example to explain how to transform the Swing codes to SWT code.
Delphi控件源码 "我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句
"我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。
压缩解压 This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huf
This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a pro ...
Java编程 This a JavaBean application, which contains 4 beans. In this package, there are 4 files: cexchange
This a JavaBean application, which contains 4 beans. In this package, there are 4 files:
cexchange.jar(ready to load into BeanBuilder),
readme.txt,
currencyData.txt(data file),
screenshot.jpg(linking beans)
通讯编程文档 A URN Namespace of Object Identifiers
A URN Namespace of Object Identifiers
中间件编程 this is a sample .mainly for the beginner
this is a sample .mainly for the beginner
人工智能/神经网络 人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic sy
人工智能中模糊逻辑算法
FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support.
It supports all commonly used shape functions and hedges, with full support for the various types of Aggregation, Correlation, Alphacut, Composition, De ...
人工智能/神经网络 this is a program about TSP
this is a program about TSP
系统设计方案 This application note describes a method for developing block-oriented I/O device drivers for appli
This application note describes a method for developing block-oriented I/O device drivers
for applications that use the DSP/BIOS real-time kernel and includes examples that run
with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and
TMS320C6711 DSP Starter Kits (DSKs). The device dri ...
数学计算 函数模板T max(T a, T b, T c),使之实现对任何类型数
函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,short,long,float,double)调用此函数模板。