Welcome![Sign In][Sign Up]
Location:
Search - file read GUI

Search list

[JSP/JavaGUI

Description: This example shows how to create a second window and also how to read and write from/to a text file .
Platform: | Size: 4663 | Author: eter | Hits:

[OS DevelopFIREDEV

Description: 一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
Platform: | Size: 1176157 | Author: 小小 | Hits:

[OS DevelopFIREDEV

Description: 一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
Platform: | Size: 1175552 | Author: 小小 | Hits:

[Audio programwavereader_matlab

Description: 提供GUI界面让用户能选择读取一个wav文件,并查看相关的信息,如采样率、比特深度 -provide GUI interface to let users can choose to read a wav file, and view relevant information, such as sampling rate, bit depth
Platform: | Size: 56320 | Author: 王嘉宁 | Hits:

[matlab339311-

Description: 一共有15个m文件,80几个函数,5000多行代码。包含了一般软件的几大块:界面、参数、算法、仿真、演示等。熟悉GUI的朋友感兴趣的问题都有所涉及:比如参数传递,多个界面的操作,m文件构造复杂界面,存取文件,多个axes,读取图片,显示图片-A total of 15 m paper, 80 in several functions, more than 5000 lines of code. Contains several large pieces of software in general: the interface, parameters, algorithms, simulation, presentation and so on. Familiar with the GUI of the Friend of interest issues are involved: for example, transmission parameters, the operation of a number of interface, m file structure is complicated interface, access to documents, multiple axes, to read pictures, show the picture
Platform: | Size: 362496 | Author: 鼻涕佛 | Hits:

[Windows Developlight

Description: VC下的GUI编程 WINDOWSAPI编程 从文件读取的走马灯程序 -GUI programming under VC programming WINDOWSAPI lantern from the file read process
Platform: | Size: 58368 | Author: xinxun | Hits:

[JSP/JavaGUI

Description: This example shows how to create a second window and also how to read and write from/to a text file .
Platform: | Size: 4096 | Author: eter | Hits:

[Graph Drawingcad

Description: 读取ato-cad的dxf格式的文件得到图中的点、直线、圆、椭圆、圆弧数并改变颜色然后生成新文件-Ato-cad to read the dxf file to be the point chart, line, round, oval, arc few and change color and then create a new document
Platform: | Size: 1024 | Author: zhang | Hits:

[matlabGUIchengjichaxun

Description: 用matlab gui做的一个成绩查询系统,可读txt,xls文件,并加入一些常见的功能。-Matlab gui to do with a query system performance, read txt, xls file, and add some common features.
Platform: | Size: 6144 | Author: 罗成 | Hits:

[OS Developuserkernelspace

Description: A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
Platform: | Size: 1024 | Author: harish | Hits:

[Windows Developsimulatesa6link3DPumaRobot

Description: The robot currently moves with kinematic control using direct input of joint angles and slider bars (GUI). Some inverse kinematics options are built in but not automated yet (a demo button). A random input is also provided and the robot animates between locations. There are just two files to use. The main program and the six 3D-links data file that is read in at start up. -The robot currently moves with kinematic control using direct input of joint angles and slider bars (GUI). Some inverse kinematics options are built in but not automated yet (a demo button). A random input is also provided and the robot animates between locations. There are just two files to use. The main program and the six 3D-links data file that is read in at start up.
Platform: | Size: 53248 | Author: Serena | Hits:

[Linux-Unixourdev_421318

Description: FS2410裸机系统EasySystem(包括s3c2410的几乎所有裸机驱动,各种实用裸机函数,GUI窗口系统,FAT16文件系统,BMP,WAV格式读写,俄罗斯方块游戏,图片浏览器等) -FS2410 bare-metal system EasySystem (including s3c2410 almost all the bare drive, a variety of practical barebone function, GUI window system, FAT16 file system, BMP, WAV format for read and write, Tetris games, picture viewer, etc.)
Platform: | Size: 3788800 | Author: 吴一凡 | Hits:

[File FormatNS2-trace

Description: manual of trace file in pdf format.. it guide us to read old trace file and also new trace file format-manual of trace file in pdf format.. it guide us to read old trace file and also new trace file format..
Platform: | Size: 178176 | Author: ismail | Hits:

[matlabDICOMDIR

Description: DICOMDIR Reader Matlab实现DICOMDIR读取 Matlab, Image Processing Toolbox 程序读取DICOMDIR文件,读取meta数据,生成三维矩阵。 相关知识 Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dicom series: [imaVOL, scaninfo, dcminfo] = loaddcm(loaddcmdir) -DICOMDIR Reader Matlab implementation DICOMDIR read Matlab, Image Processing Toolbox program reads DICOMDIR file, read the meta data to generate three-dimensional matrix. Knowledge Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dicom series: [imaVOL, scaninfo, dcminfo] = loaddcm (loaddcmdir)
Platform: | Size: 7168 | Author: 鲁冰 | Hits:

[matlabserialComm

Description: 主要是串口数据的收发! 写了一个GUI界面,包括一些常用的控件,文件的读写,出错的简单处理,弹出对话框等 可能还有一些错误,欢迎拍砖! 调试在matlab7.0.4上通过!-Mainly to send and receive serial data! Wrote a GUI interface, including some commonly used control, file read and write, a simple error handling, pop-up dialog boxes, etc. There may be some mistakes, please Paizhuan! Debugging in matlab7.0.4 adopted!
Platform: | Size: 10240 | Author: 罗飞 | Hits:

[matlabbrowse_score_xls

Description: Matlab GUI程序, 带文件名browse功能,可打开excel文件。使用了listbox,edit,button等控件。 从excel文件中读取信息,显示在姓名和成绩两个窗口中,且可以在姓名窗口点选一个或多个姓名来显示对比成绩; 其中提供了文件浏览窗口,可供选取文件。 本例针对成绩文件score.xls,结构是:姓名,语文,数学,英语若干成绩。-Matlab GUI program with the file name browse function, can open the excel file. Use the listbox, edit, button, etc. controls. Read information from the excel file, name and achievements displayed in two windows, and you can name one or more of the window click on the name to display the comparison results which provides a file browser window, select the files available. In this case for the results file score.xls, the structure is: name, language, mathematics, English some success.
Platform: | Size: 6144 | Author: lewis | Hits:

[matlabshili

Description: matlab gui, 包括了4个很好的例子: 1.具有多个坐标轴的GUI,主要学习控制哪一个坐标轴是绘图命令的对象和用编辑文本框读入输入的数。 2.列表框目录阅读器,主要学习获取路径,加载,打开文件 3.从列表框中存取工作区变量,学习把存在于基本工作区的变量名放进列表框,选择多项等 4.地址簿阅读器,这个比较综合,用得技术也比较多。包括打开,保存,修改mat文件,利用handles结构保存和重新调用共享数据。-matlab gui, including four very good example: 1. with multiple axes of GUI, the main learning control which axis is the object of drawing commands and edit the text boxes with the number of read input. 2. The list box directory reader, the main study to obtain the path, load, open the file 3. From the variable list box to access the work area, learning the basic work area exists in the variable names into the list box, select a number of other 4 . address book readers, the more integrated, more technology used. Including open, save, modify mat file, save and re-use handles structure called shared data.
Platform: | Size: 25600 | Author: lewis | Hits:

[matlabexcel

Description: MATLAB/GUI开发,实现excel文件的读取操作。-MATLAB/GUI development, achieving excel file read operation.
Platform: | Size: 7168 | Author: eagle | Hits:

[ICQ-IM-ChatmyQQ

Description: 项目描述: 该项目分为两个部分:服务器端和客户端。只有当服务器开启了服务用户 能登录并使用。用户正确登录以后,可以实现多人聊天,聊天记录可以保存到本地 没有帐号的用户可以注册帐号,服务器端可以看到注册用户的信息以及在线用户的信息 运用技术: 此项目运用了J2SE所学的知识点,涉及到了文件读写、图像界面GUI的开 发、多线程与集合Hashmap的结合运用等 -Project Description: The project is divided into two parts: server and client. Only when the server opens the service user Can log in and use. Users registered correctly, you can achieve more than chat, chats can be saved to the local accounts users can sign up account, the server side you can see the information of registered users and online users Use of technology: This project is the use of the J2SE knowledge related to the opening of the file read and write, the graphical interface GUI Hair, combined with the use of multi-threaded collection Hashmap
Platform: | Size: 3113984 | Author: 仅此 | Hits:

[GUI Developread

Description: GUI界面,edit text 读入数据文件,GUI界面,edit text 读入数据文件-GUI interface, edit text read into the data file, the GUI interface, edit text read into the data file
Platform: | Size: 4096 | Author: 陈烨 | Hits:
« 12 3 4 »

CodeBus www.codebus.net