搜索结果
找到约 12,542 项符合
A.J 的查询结果
按分类筛选
- 全部分类
- 数据结构 (13)
- 其他书籍 (10)
- matlab例程 (9)
- Java编程 (8)
- 源码 (7)
- 人工智能/神经网络 (6)
- 数学计算 (6)
- 单片机编程 (6)
- 技术资料 (6)
- VC书籍 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (5)
- 其他 (4)
- 电子书籍 (4)
- 书籍源码 (4)
- 模拟电子 (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- 交通/航空行业 (2)
- 网络 (2)
- 编译器/解释器 (2)
- VHDL/FPGA/Verilog (2)
- 书籍 (2)
- VIP专区 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 电源技术 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 加密解密 (1)
- 文章/文档 (1)
- 软件工程 (1)
- Java书籍 (1)
- J2ME (1)
- 单片机开发 (1)
- 中间件编程 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- GPS编程 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- SQL Server (1)
- 系统设计方案 (1)
- 无线通信 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 教材/考试/认证 (1)
- 软件 (1)
- 其他 (1)
单片机开发 本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动
本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动,采集40路模拟通道的数据,并以数据文件的形式存储在硬盘上,生成文本文件
编译器/解释器 词法分析程序
词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf("%d",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }
数学计算 This is a program that will let you calculate roots with the Quadratic formula (including complex ro
This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
压缩解压 UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a c ...
其他 apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 199
apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 1993).<br> * Other than the standard apriori algorithm, this program enable to find<br> * apriori all relation.
其他数据库 This program is the database application that display datasets and add, delete, edit a dataset.
This program is the database application that display datasets and add, delete, edit a dataset.
其他书籍 PCCTS这个经典词法语法分析器的使用手册。学习编译原理必须。 A Language Translation Using PCCTS and C
PCCTS这个经典词法语法分析器的使用手册。学习编译原理必须。 A Language Translation Using PCCTS and C