搜索:Java+File
找到约 10,000 项符合「Java+File」的查询结果
结果 10,000
按分类筛选
- 全部
- Java编程 (9754)
- Java书籍 (2048)
- Applet (669)
- 其他 (529)
- Jsp/Servlet (504)
- 技术资料 (376)
- 游戏 (371)
- 电子书籍 (304)
- JavaScript (264)
- 软件设计/软件工程 (235)
- J2ME (233)
- 书籍源码 (192)
- 文章/文档 (191)
- 加密解密 (180)
- 人工智能/神经网络 (170)
- 其他书籍 (133)
- 编译器/解释器 (131)
- 教育系统应用 (119)
- Internet/网络编程 (115)
- 数据结构 (105)
- 数学计算 (92)
- Ajax (92)
- 文件格式 (89)
- 压缩解压 (86)
- matlab例程 (86)
- Linux/Unix编程 (76)
- 通讯/手机编程 (63)
- 单片机开发 (63)
- 通讯编程文档 (61)
- 源码 (58)
- 编辑器/阅读器 (53)
- 手机短信编程 (51)
- 企业管理 (50)
- 其他嵌入式/单片机内容 (49)
- 数据库系统 (47)
- 汇编语言 (47)
- 嵌入式/单片机编程 (47)
- 数值算法/人工智能 (44)
- 系统设计方案 (43)
- 网络 (42)
- 其他行业 (41)
- 微处理器开发 (39)
- 操作系统开发 (37)
- SQL Server (37)
- 其他数据库 (35)
- 中间件编程 (34)
- *行业应用 (33)
- 技术管理 (33)
- 多国语言处理 (29)
- 驱动编程 (27)
- MySQL数据库 (27)
- VHDL/FPGA/Verilog (26)
- VC书籍 (25)
- 软件工程 (24)
- Oracle数据库 (23)
- 行业发展研究 (23)
- 串口编程 (22)
- Delphi控件源码 (20)
- Windows CE (19)
- 家庭/个人应用 (18)
- 源码/资料 (17)
- CA认证 (17)
- 电子政务应用 (17)
- OA系统 (16)
- 3G开发 (15)
- 嵌入式Linux (14)
- FlashMX/Flex源码 (14)
- DSP编程 (13)
- 手机WAP编程 (12)
- 酒店行业 (12)
- 手机彩信(MMS)编程 (12)
- 书籍 (12)
- C/C++语言编程 (11)
- 技术书籍 (11)
- 百货/超市行业 (11)
- 人物传记/成功经验 (11)
- 金融证券系统 (10)
- 邮电通讯系统 (10)
- 技术教程 (9)
- 交通/航空行业 (9)
- GPS编程 (8)
- 认证考试资料 (8)
- USB编程 (7)
- VIP专区 (7)
- 磁盘编程 (6)
- STL (6)
- 医药行业 (6)
- 论文 (6)
- 计算机相关 (5)
- Modem编程 (5)
- 语音压缩 (5)
- VxWorks (5)
- Windows Mobile (5)
- MTK (5)
- 教程 (5)
- 手册 (5)
- 笔记 (5)
- 其他 (5)
- 嵌入式综合 (4)
- 生物技术 (4)
https://www.eeworm.com/dl/640/315676.html
CA认证
DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if
DESProcess
FILE *mfp,*cfp
int ttch=0,xorRes,ttbitdiff=0
char mch,cch
float bdiff=0
if((mfp=fopen(mfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
if((cfp=fopen(cfile,"r"))==NULL)
{cout<<"Cannot open the file to compare"<<endl }
else
{
while(!feo ...
https://www.eeworm.com/dl/646/455505.html
通讯编程文档
In this file you can find the rayleigh fading channel. you can use matlab to open it.
In this file you can find the rayleigh fading channel. you can use matlab to open it.
https://www.eeworm.com/dl/696/457175.html
Jsp/Servlet
Servlet prog to update database on some transaction..database(mbd file) is also given..Prev prog sho
Servlet prog to update database on some transaction..database(mbd file) is also given..Prev prog should also been have put in the same dir as before..sorry for inconvienience
https://www.eeworm.com/dl/646/460420.html
通讯编程文档
The file is a tutorial introduction to Decimation, one of the sample rate conversion processes. It c
The file is a tutorial introduction to Decimation, one of the sample rate conversion processes. It contains detailed basic exposition of the process and a design example to introduce the beginner to the concept.
https://www.eeworm.com/dl/617/461284.html
压缩解压
Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and th
Implementation for Lempel-Ziv code.
Encoder and decoder are separated. The input is a file and the output is written in another file.
https://www.eeworm.com/dl/639/463161.html
文件格式
This is the Analog chip design file that will useful to those in mixed signal IC design
This is the Analog chip design file that will useful to those in mixed signal IC design
https://www.eeworm.com/dl/519/463889.html
加密解密
Algorithm Festel. Programs read from file to array byte[]. key block = 64 data block = 128 if use
Algorithm Festel.
Programs read from file to array byte[].
key block = 64
data block = 128 if use classis Festel
data block = 256 if use modification Festel
https://www.eeworm.com/dl/684/463922.html
软件设计/软件工程
ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a
ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a radix-4 algorithm. This implementation demonstrates that results similar to hand-coded HDL can be achieved
using the C language, and without using a low-level style of C code.
https://www.eeworm.com/dl/665/467012.html
matlab例程
语音识别的matlab实现 不过是p-file 可以运行
语音识别的matlab实现
不过是p-file
可以运行
https://www.eeworm.com/dl/665/470900.html
matlab例程
This M-File imports data from binary *.dat files, created with PSpice 6.0 (DOS), 9.1 (Student), and
This M-File imports data from binary *.dat files, created with PSpice 6.0 (DOS), 9.1 (Student), and 10.0.3. If you are using newer versions of PSpice, you might need to adjust the code.