搜索结果

找到约 873 项符合 DO-WHILE 的查询结果

微处理器开发 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart ...
https://www.eeworm.com/dl/655/409320.html
下载: 83
查看: 1063

Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
https://www.eeworm.com/dl/656/409784.html
下载: 27
查看: 1062

数学计算 cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates ba ...
https://www.eeworm.com/dl/641/410485.html
下载: 80
查看: 1054

Java编程 What I am trying to introduce here is a full fledged Java Instant messenger, which has all the featu

What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges ...
https://www.eeworm.com/dl/633/410868.html
下载: 97
查看: 1038

Java编程 All the tool for build a network able to reconize any shapes. Very complete, a good base for anythi

All the tool for build a network able to reconize any shapes. Very complete, a good base for anything you want to do whith acknowledge, and neural network
https://www.eeworm.com/dl/633/413630.html
下载: 57
查看: 1047

VHDL/FPGA/Verilog Very simple USB 1.1 PHY. Includes all the goodies: serial/parallel conversion, bit stuffing/unstuff

Very simple USB 1.1 PHY. Includes all the goodies: serial/parallel conversion, bit stuffing/unstuffing, NRZI encoding decoding. Uses a simplified UTMI interface. Currently doesn t do any error checking in the RX section [should probably check for bit unstuffing errors]. Otherwise complete and fully ...
https://www.eeworm.com/dl/663/414312.html
下载: 110
查看: 1078

VHDL/FPGA/Verilog MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programm

MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. The source code is just a single page and easily understood. ...
https://www.eeworm.com/dl/663/414314.html
下载: 102
查看: 1076

Internet/网络编程 C语言实现病毒源码 当含有病毒部分的程序被执行时

C语言实现病毒源码 当含有病毒部分的程序被执行时,首先进入病毒程序。它在磁盘上找扩展名为C的匹配文件,如果找到,查找是否有被传染过的标志“INFECTED”。如果有此标志,继续找其它的C文件,直至全部检查一遍。若没有这个标志,则 (1)在未被感染的C程序头部加入“INFECTED”已被传染标志。 (2)读取病毒文件的头文件 ...
https://www.eeworm.com/dl/620/416937.html
下载: 145
查看: 1044

数值算法/人工智能 FIR Filter Design This chapter treats the design of linear-phase FIR filters. The assignments are

FIR Filter Design This chapter treats the design of linear-phase FIR filters. The assignments are divided in two parts, the first part focuses on the design of FIR filters using the window design method while the second part focuses on design
https://www.eeworm.com/dl/518/417296.html
下载: 168
查看: 1089

通讯编程文档 The Kalman filter is a set of mathematical equations that provides an efficient computational [recu

The Kalman filter is a set of mathematical equations that provides an efficient computational [recursive] means to estimate the state of a process, in a way that minimizes the mean of the squared error. The filter is very powerful in several aspects: it supports estimations of past, present, and eve ...
https://www.eeworm.com/dl/646/417482.html
下载: 167
查看: 1048