搜索资源列表
eplan
- E战机是我花了几个月做的一个简单飞机游戏引擎,目前它支持,自定义资源,自定义单位,编辑关卡等功能! 因为我不是很懂OpenGL所以目前本游戏~还是使用gui绘图~ 对CPU的~要求比较高~ 而且~OpenGL的纹理不是支持任何尺寸的图片~ 文件说明 Reslist.gam 游戏资源文件 游戏所需要的图片资源都在这里定义~ 目前它还是以文本形式保存的 WAV.txt 游戏声音资源文件~ 游戏里面用到的声音都在这里~ 也是文本保存 UnitX.txt 单位定义文件 所有游戏
UDiskDemoFullCode
- 这是我自己写的一段程序,用的是周立功的smartarm开发板,一个任务能从U盘里读取mylove.bmp文件并显示在屏幕上,读取的是RGB565格式的bmp,有一个任务是读取u盘里readme.txt文档并显示在屏幕,不支持中文,完整的usb host stack 代码,文档中带有ZLG/FS ZLG/gui ZLG/USB
txtFILECUT
- txt文件分割器gui版,哈哈,我闲暇时编的一个小程序,功能还是很好使的
guichengjichaxun.rar
- 用matlab gui做的一个成绩查询系统,可读txt,xls文件,并加入一些常见的功能。,Matlab gui to do with a query system performance, read txt, xls file, and add some common features.
TSP-PSO.rar
- 用混合粒子群算法求解TSP问题,自带gui界面,共有9中算法,可解决各种TSP问题,效果不错。,Using hybrid particle swarm algorithm to solve TSP problems, bring their own gui interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results.
spsnip_gui
- This a gui that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the gui without much hassle (see instruction
matlab.spsnip_gui
- This a gui that manages DSP analysis functions for wav-files [especially speech signals]. Two functions [plotps.m and spect.m] are included for starters. You may write your own functions and integrate that into the gui without much hassle [see instru
Matlab_listbox_Axes
- I ve made an aplication in matlab using gui, where you can load an image(.jpg) and a file (.txt).
uigetfiles2
- A simple gui to select multiple files from multiple folders. Author:Brian Keats , please read the .txt files before using.
score-lookup-gui
- 可以查询多种格式的文件。输入姓名,即可得到相应的成绩。内附写有成绩的文件txt,xls,xlsx。-Can query a variety of formats. Enter the name, you can obtain the corresponding results. Written document containing results.
gui-example2_scores-checking-system
- 本文件为MATLAB gui设计简单例程,包括两个源文件(.m和.fig),还有可供查询的文本文件和Exel表格。其功能为查询txt及Exel文件格式的学生成绩。-This document is designed to be simple routines MATLAB gui, including the two source files (. M and. Fig), there is a text file and available for query Exel form. txt,
MATLAB_gui
- Matlab gui编程技巧有关gui实时显示的问题怎么直接将一段.txt格式导到MATLAB中-Matlab gui programming skills issues related to how real-time display gui directly to the section. txt format in the guide to MATLAB
RDF_gui
- 输入的影像可以是一个复杂的形象contaning点,纹理,缺陷等图形用户界面可以让用户手动识别中心,动态更新和纪念中心。标志着该中心可以在整个图像或它的一部分。一旦所有这些中心鉴定,RDF是由程序计算和策划,并包含一个txt文件保存中心的名单。-The input image can be a complicated image contaning dots, textures, defects etc. The gui lets the user manually identify the c
txt
- 此程序是利用matlab gui进行编写的对txt的读取与保存,客观形象,是以后进行复杂编程的基础,对新学者有着较大的帮助!-This program is written using matlab gui to read txt and preservation of the objective image, is the basis for future complex programming, the new scholars with greater help!
chengjichaxun-gui
- 自己编程的matlab成绩查询系统,能实现对.txt以及.xls等多种文件格式的读取,并通过mcc命令转化为可执行文件。压缩包内含所有源码。-Own programming matlab query system can achieve right. Reading txt and. Xls and other file formats, and through the mcc command into an executable file. Archive contains all the s
gui
- 使用C#将txt文件中的点绘成图像,有投影变换,但没有解决各线之间相连的问题-txt file using C# to the point plotted picture, there is a projective transformation, but does not solve the problems connected between the lines
copy-txt
- copy鼠标焦点处文本,使用windows api-copy txt for windows gui
串口测试
- 串口发送数据的matlab的gui程序,读取一个需要发送的txt文件,通过串口发送出去。(using serial port to send data based on matlab gui .Reading a txt file to send out through the serial port .)
txt_kml_conversion
- 将经纬度格式的txt文件转为google earth能够显示的kml文件。(To convert the txt file with latitude and longitude to the KML file that Google earth can show)
point_cloud
- 用经典的pca k邻域方法估计点云法向量的程序,带有matlab gui,使用matlab 2016b编译运行成功,输入点云最好为列向量的txt文件,gui中内置了点云显示模块以及生成的点云法向量显示,并且可以输出法向量到txt文件中。(The program of estimating point cloud vector with the classical PCA K neighborhood method, with Matlab gui, uses MATLAB 2016b to co