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

Search list

[Other resourceembests3c2410ADC

Description: 1、Embest S3CEB2410驱动例程源代码,缺省使用Embest PowerICE仿真器调试(使用Embest JTAG仿真器其他型号民的用户只需修改调试设备即可); 2、实验时,请把S3CEB2410文件夹拷贝到实验目录:EmbestIDE\\Examples\\Samsung\\S3CEB2410;单个操作实验例程必须拷贝到实验目录或深度相同的EmbestIDE例程目录下(如EmbestIDE\\Examples\\Samsung\\MyDir)使用 3、如果拷贝工程到非IDE实验目录下,请修改工程配置中使用..\\..\\..\\定义的设置为IDE安装目录(如C:\\EmbestIDE)。
Platform: | Size: 5124 | Author: wqm | Hits:

[OtherMyDir

Description: 以前写的一个类似于DOS Dir命令的程序,可供学习DOS编程者参考(TC2.0编译)。
Platform: | Size: 3410 | Author: MikeJing | Hits:

[SCMembests3c2410ADC

Description: 1、Embest S3CEB2410驱动例程源代码,缺省使用Embest PowerICE仿真器调试(使用Embest JTAG仿真器其他型号民的用户只需修改调试设备即可); 2、实验时,请把S3CEB2410文件夹拷贝到实验目录:EmbestIDE\Examples\Samsung\S3CEB2410;单个操作实验例程必须拷贝到实验目录或深度相同的EmbestIDE例程目录下(如EmbestIDE\Examples\Samsung\MyDir)使用 3、如果拷贝工程到非IDE实验目录下,请修改工程配置中使用..\..\..\定义的设置为IDE安装目录(如C:\EmbestIDE)。 -1, Embest S3CEB2410 driver routines source code, use the default debug emulator Embest PowerICE (Embest JTAG emulator to use other models people s user can only amend the debugging equipment) 2, experiment, please copy the folder to S3CEB2410 Experimental directory: EmbestIDEExamplesSamsungS3CEB2410 single experimental routine operations must be copied to the experimental directory, or the depth of the same directory EmbestIDE routines (such as EmbestIDEExamplesSamsungMyDir) 3, if the copies of works to non-IDE experiment directory, modify the project configuration to use ... ... the definition is set to IDE installation directory (eg C: EmbestIDE).
Platform: | Size: 88064 | Author: wqm | Hits:

[OtherMyDir

Description: 以前写的一个类似于DOS Dir命令的程序,可供学习DOS编程者参考(TC2.0编译)。-Ago to write a DOS Dir command similar to the procedure for learning DOS programming reference (TC2.0 compiler).
Platform: | Size: 3072 | Author: MikeJing | Hits:

[File OperateMyDir

Description: 用ANSI C++ 写的目录搜索程序,其中包括源代码与可执行程序-this is ANSI c++ source code for directory routine
Platform: | Size: 195584 | Author: 廖平华 | Hits:

[JSP/JavaMydir

Description: 目录查看dir程序,查找文件夹内的文件名称及数量-dir
Platform: | Size: 1024 | Author: tanjianxin | Hits:

[File Operatemydir

Description: 简单的遍历文件夹程序,实现了类似于系统自带的"dir"功能,支持递归遍历。-Traverse Folder simple process, achieved a similar system, comes with " dir" function, support recursive traversal.
Platform: | Size: 2048 | Author: chen | Hits:

[Linux-Unixmyshell3

Description: 实验要求:在Myshell系列实验之二的基础上,增加下列功能: 1根据接收控制台命令,如包含’>’符号,则进行输出重定向到文件,如: ls /home/mydir > mylist.txt 2根据接收控制台命令,如包含’<’符号,则进行输入重定向到文件,如: sort < mylist.txt 3根据接收控制台命令,如包含’>’和’>’符号,则进行输入输出重定 -Experimental requirements: The second series of experiments in Myshell basis, add the following features: 1 under the receiver console commands, such as including ' > ' symbols, the output will be redirected to the file, such as: ls/home/mydir> mylist.txt 2 of the receiving console commands, such as containing ' < ' " sign, then redirect to a file for input, such as: sort < mylist.txt 3 console, according to the received commands, such as including ' > ' and ' > ' symbol, then for input output-set
Platform: | Size: 5120 | Author: 雯悦 | Hits:

[OS Developminglingjieshiqi

Description: void mydir( ) //列出目录及文件 void mycd( ) //改变当前文件夹 void mycopy( ) //复制文件 void mydel //删除目录 void mypwd //显示当前目录名 -void mydir ()// List directories and files void mycd ()// change the current folder void mycopy ()// copy the files void mydel// delete the directory void mypwd// display the current directory name
Platform: | Size: 2048 | Author: 区铭辛 | Hits:

[assembly languagemydir

Description: 实现了windows下dir命令,其中mydir是命令行带参数的形式,dir2是直接运行,然后按提示输入参数,汇编为8086汇编-Achieved under the windows dir command, where mydir is the command line without arguments, dir2 is a direct run, and then follow the prompts to input parameters, compiled in 8086 assembler
Platform: | Size: 56320 | Author: 谷龙 | Hits:

[GUI DevelopmyDir

Description: Qt实现的文件夹遍历的类,非常好用,节省我们程序员的时间-class for Qt
Platform: | Size: 1024 | Author: 倪佳 | Hits:

[MiddleWarevbSearchfiles

Description: VB.Net查找文件的实例 Public Class Form1 查找文件 Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click Dim MyDir As String = Me.textBox1.Text Dim MyFiles = GetFiles(MyDir) Dim MyStartDate As DateTime = Me.dateTimePicker1.Value Dim MyEndDate As DateTime = Me.dateTimePicker2.Value Dim MyQuery = From MyFile In MyFiles _-Search files
Platform: | Size: 2048 | Author: youngcw | Hits:

[File OperatemyDir

Description: 文件夹操作显示,目录显示源代码,成功运行,非常好的学习资料-Folder operations show that the directory shows the source code, the successful operation of very good learning materials
Platform: | Size: 4096 | Author: 李林 | Hits:

[OthermyDir

Description: Qt创建目录树,监控指定路径,有代码步骤解释-Qt to create a directory tree, specify the path monitoring, the code has to explain the steps
Platform: | Size: 4096 | Author: 冠益乳 | Hits:

CodeBus www.codebus.net