搜索资源列表
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我
java_Thread
- java线程的具体使用代码,包括Thread,Runable的具体使用。
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我
java_Thread
- java线程的具体使用代码,包括Thread,Runable的具体使用。-java thread specific use of code, including Thread, Runable the specific use.
Analysis
- 分析FFT,LPC等变换,对信号处理的经典算法进行分析-Descr iption and detailed explanation on Fourier Transform, some FFT, LPC etc. Runable project demonstrates DCT transform on continuous audio, show and edit audio source with different zooming
WDMSample
- WDMSample(Runable bacic sample Driver)
WindowsApplication1
- Basic .Net runable project
HW3_KEY_shah006
- Develop code to evaluate function calls, type casting and code flow algorithms for performance. Programming assignment 4 is exploring the use of Shared Memory (shm). // // This program configures the shm region
REMOVAL
- it is my first project last year about menu..system i save it in txt file. but it is as runable or executable program in turbo C++ 3.0. JUST open it in note pad then ("save as") removale.cpp.-it is my first project las
runable
- 最最基本的多线程程序,适用于大学的教学作业,方便好用-The most basic multi-threaded program, apply to a university teaching job, is easy to use! !
supermario
- 由德国3d游戏引擎 3d game studio 制作的超级玛丽。可运行。-This is a game demo made with 3dgs engine. It is runable
HttpUploader
- 上传文件类,继承Runable,实现Http方式上传文件,给定文件路径和上传地址即可-Upload file types, inheritance Runable, achieve Http way to upload files, given the path to the file and upload address can
camera
- main ImageView is can be runable
ThreadCreate
- 例子中包含了两种创建线程的方法:一种是创建用户自己的线程子类,另一种是在用户自己的类中实现Runable接口。线程优先级以及同步。 -Two examples are included to create threads: one is to create your own thread subclass, the other is a user interface to achieve Runable own class. Thr
java
- 多线程总结,有四种可供参考java中要想实现多线程,有两种手段,一种是 继续Thread类,另外一种是实现Runable接口-java multithreaded summary
Runnable_Thread
- Java Runable Thread,两个线程同时调用,实现简单的输出-Java Runnable Thread, two threads at the same time calls, simple output
spring
- 简单的spring例子,面向切面编程AOP。代码是可以运行-Simple spring example for aspect programming AOP. The code is runable
javaThread
- runable接口实现线程的demo,包含了java中runable接口的机制及并发实现,最简单的一个线程实现例程。(java thread implicate by runable inteface)
Delphi Nehe Lesson 5,6,7,8,9,10,12,13,14,32
- Nehe OpenGL Delphi 的学习笔记,自己编写可运行代码,含 exe 文件 含所有需要的库文件 有 5,6,7,8,9,10,12,13,14,32 课 的运行代码(Nehe OpenGL Delphi Learning Note. Runable Code,including exe file Contain all your need Lesson Coded : 5 6 7 8 9 10 12 13 14 and 32