Welcome![Sign In][Sign Up]
Location:
Search - ListFile

Search list

[JSP/JavaMediaPlayer(java)

Description: MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
Platform: | Size: 8425 | Author: benson | Hits:

[GUI DevelopListFile

Description: 本程序采用listctrl控件,能随意改变每一栏的字体大小,能随便改变每一栏的字体颜色以及每一栏的背景颜色,颜色可自由设定(R,G,B),同时整个栏全屏显示,对学习修改控件属性有很大的用处。-the procedures used listctrl controls, can randomly change each column font size, can easily change the font of each column and each column color of the background color scheme, the freedom to set (R, G, B), while the entire column in full-screen, right to amend the Control study attributes great useless.
Platform: | Size: 48362 | Author: 陈辉 | Hits:

[File Operatefilelist

Description: 我自己写的文件列表程序,可以将一个目录下的文件名列表输出到一个文本文件中。-my own list of documents written procedures can be a directory under the file name to a list of the output text file.
Platform: | Size: 76800 | Author: 月舞 | Hits:

[GUI DevelopListFile

Description: 本程序采用listctrl控件,能随意改变每一栏的字体大小,能随便改变每一栏的字体颜色以及每一栏的背景颜色,颜色可自由设定(R,G,B),同时整个栏全屏显示,对学习修改控件属性有很大的用处。-the procedures used listctrl controls, can randomly change each column font size, can easily change the font of each column and each column color of the background color scheme, the freedom to set (R, G, B), while the entire column in full-screen, right to amend the Control study attributes great useless.
Platform: | Size: 48128 | Author: 陈辉 | Hits:

[JSP/JavaMediaPlayer(java)

Description: MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Platform: | Size: 8192 | Author: benson | Hits:

[File OperatelistFile

Description: 枚举指定目录下的文件 按特定格式的时间format-enumerate files of the specified directory
Platform: | Size: 7168 | Author: 木易 | Hits:

[File OperateListFile

Description: MFC 编程实现 列表显示文件名称的例子,是<<Visual C++程序模块集锦>> 这本书里面的例子,需要的可以下载参考下-MFC Programming list shows the file name of the example is the < <Visual C++程序模块集锦> > The book inside the case, you can download the information required under! ! !
Platform: | Size: 28672 | Author: | Hits:

[File OperateListFile

Description: 显示主目录下的文件,简单易懂,常可帮助做一些查询-Showing your home directory files, easy to understand, can often help to make some inquiries
Platform: | Size: 33792 | Author: 王帅 | Hits:

[File Operatelistfile

Description: 基于c++builder开发的文件管理程序,实现文件显示、拖拽等功能-C++ builder based document management program development, implementation file shows, drag and drop functions
Platform: | Size: 712704 | Author: 马亮 | Hits:

[Linux-Unixfilelist

Description: 基于文件实现列表功能,便于列表长时间存储及查找-file list
Platform: | Size: 4096 | Author: zhangjunning | Hits:

[androidFileSelector

Description: private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") // 允许选择文件(File) 还是目录(Folder) 还是都可以(All) i.putExtra("Pattern", "\\.(wma|mp3|mid|wav)$") // 文件名必须匹配的正则表达式 try{ startActivityForResult(i,0) }catch(Exception ex){ Toast t =Toast.makeText(this, "请安装文件选择器", 1000) t.setGravity(Gravity.CENTER, 0, 0) t.show() } } protected void onActivityResult(int requestCode, int resultCode, Intent data) { if(resultCode==Activity.RESULT_OK){ ArrayList<String> listFile = data.getStringArrayListExtra("Result") //处理选中的文件.... }-file select this is file select
Platform: | Size: 43008 | Author: gz | Hits:

[JSP/JavaListFile

Description: 基于JAVA的用File类进行文件信息的输出-JAVA-based output file with the File class
Platform: | Size: 3072 | Author: 何远波 | Hits:

[JSP/JavalistFile

Description: 这个事一个文件的 是将数据库里面的内容读取出来显示到jsp页面中-This thing is a file to read out the contents of the database inside the display to jsp page
Platform: | Size: 5120 | Author: wxp | Hits:

[JSP/Javalistfile

Description: 获取指定文件夹下的所有文件的列表,快捷方便,列表的格式可以自定义-Get a list of all the files in a specified folder, fast and convenient, the format of the list can customize
Platform: | Size: 2048 | Author: 王漫 | Hits:

[File Formatlistfile

Description: listfile to mpq archive this is long many big listfile. // more more more more more words.
Platform: | Size: 1763328 | Author: Digrimm | Hits:

[Embeded LinuxlistFile

Description: 获取服务器文件列表-Get server list file. . . . . . . . . . . . . . . . . .
Platform: | Size: 4096 | Author: xyb | Hits:

[File OperatelistFile

Description: 利用Matlab批量处理文件的程序,处理(如读取完文件后,可以将文件移入备份文件)读入的文件数据可以进行需要的处理。绝对原创。自己在实际项目中编写的部分程序。-Batch file processing using Matlab procedures, treatment (such as reading the file, you can move files to the backup file) reads the file data can be required for processing. Absolutely original. I have written some of the program in the actual project.
Platform: | Size: 1024 | Author: ccting | Hits:

[TreeViewListFile

Description: MFC 实现的本地文件以及文件夹轮训列表,适用于初学者对于vc的控件研究以及对于文件API的熟悉使用-MFC to achieve local files and folders rotation list, for beginners as well as for the control study vc familiar with the API for file
Platform: | Size: 1887232 | Author: fhy | Hits:

CodeBus www.codebus.net