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

Search list

[Driver Developwindows磁盘IO

Description: 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存; (3) 同(2)步骤再加入文件\"floppy.h\"; (4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可; 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next question asks whether the creation of new documents to answer "yes" ; then Workspace - gt; FileView - gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document &
Platform: | Size: 55119 | Author: 黄小文 | Hits:

[Process-Thread进程创建

Description: 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace - gt; FileView - gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug - gt; process. exe; then to the launchset.txt documents
Platform: | Size: 30249 | Author: 黄小文 | Hits:

[Button controlfilevw21

Description: FileView ActiveX 控件允许你在应用程序中增加一个象Windows Explorer一样的listview,并显示所有的文件夹及文件-FileView ActiveX controls allow you to add applications as a Windows ws Explorer the same error, and that all the folders and documents
Platform: | Size: 101952 | Author: 胡名 | Hits:

[Button control5ivb_702608

Description: FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
Platform: | Size: 105306 | Author: jindan | Hits:

[Othersczxfzcx

Description: window下的生产者消费者程序 1、实验环境 本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。 2、实现步骤 (1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为\" R_WP1\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\" R_WP1.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\" R_WP1.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑源文件并保存. (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug-> R_WP1.exe程序,然后把给定的test.txt文件存入该debug目录下,就可以在控制台进入该debug目录运行程序了。需要强调的是在创建数据文件时,由于涉及到文件格式问题,最好在记事本中手工逐个输入数据,而不要拷贝粘贴数据。-window of a producer consumer procedures, experimental environment in the experimental WIN2000 + VC6.0 environment to achieve, and Using Windows SDK examples of the preparation procedures. Therefore, the need to test windows installed after the VC. VC is an integrated development environment, which contains all the tools in Windows SDK and definitions; So, the VC not specially installed after the SDK. 2, the realization of steps (a) to open VC, select menu item file -
Platform: | Size: 11694 | Author: wanghui | Hits:

[Other resourceFileView

Description: Fileview can work on Windows CE 5.0.It can open all kinds of .txt files.It really can work and very simple to understand how it works.
Platform: | Size: 921315 | Author: Chou Wan | Hits:

[Other resourceFileView

Description: File viewer under wince,list all files.
Platform: | Size: 16536 | Author: 李茂瓏 | Hits:

[Other resourceFileView

Description: 在WinCE界面下显示文件内容,显示格式与DOS的DEBUG相同-in WinCE interface displays the contents of the paper, the display format with the same DOS DEBUG
Platform: | Size: 66723 | Author: lzlvmy | Hits:

[Other resourceVC6动态链接库的编写和调用——四则表达式计算

Description: 先编写MFC DLL,打开VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里输入Calc =>Next => Finish. 好了,现在你打开Workspace的FileView就可以看到已经有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp这4个文件了.-first prepared MFC DLL, opening VC 6.0 = gt; File = gt; New = gt; Project = gt; MFC AppWizzard (dll), the Project name Lane importation Calc = gt; Next = gt; Finish. Well, you open Workspace on the FileView can see have Calc.h, Calc.cpp, stdafx.h, stdafx.cpp that four documents.
Platform: | Size: 46985 | Author: 东方旭 | Hits:

[Windows CEFileView

Description: 在WinCE界面下显示文件内容,显示格式与DOS的DEBUG相同-in WinCE interface displays the contents of the paper, the display format with the same DOS DEBUG
Platform: | Size: 66560 | Author: lzlvmy | Hits:

[Driver Developwindows磁盘IO

Description: 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存; (3) 同(2)步骤再加入文件"floppy.h"; (4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可; 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next question asks whether the creation of new documents to answer "yes" ; then Workspace- gt; FileView- gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document &
Platform: | Size: 55296 | Author: 黄小文 | Hits:

[Process-Thread进程创建

Description: 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents
Platform: | Size: 29696 | Author: 黄小文 | Hits:

[Button controlfilevw21

Description: FileView ActiveX 控件允许你在应用程序中增加一个象Windows Explorer一样的listview,并显示所有的文件夹及文件-FileView ActiveX controls allow you to add applications as a Windows ws Explorer the same error, and that all the folders and documents
Platform: | Size: 101376 | Author: 胡名 | Hits:

[Button control5ivb_702608

Description: FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
Platform: | Size: 105472 | Author: jindan | Hits:

[Othersczxfzcx

Description: window下的生产者消费者程序 1、实验环境 本实验是在win2000+VC6.0环境下实现的,利用Windows SDK编制实例程序。所以试验需要在windows下安装VC后进行。VC是一个集成开发环境,其中包含了Windows SDK所有工具和定义;所以安装了VC后就不用特意安装SDK了。 2、实现步骤 (1) 打开VC,选择菜单项file->new,选择projects选项卡并建立一个名为" R_WP1"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件" R_WP1.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是" R_WP1.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑源文件并保存. (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug-> R_WP1.exe程序,然后把给定的test.txt文件存入该debug目录下,就可以在控制台进入该debug目录运行程序了。需要强调的是在创建数据文件时,由于涉及到文件格式问题,最好在记事本中手工逐个输入数据,而不要拷贝粘贴数据。-window of a producer consumer procedures, experimental environment in the experimental WIN2000+ VC6.0 environment to achieve, and Using Windows SDK examples of the preparation procedures. Therefore, the need to test windows installed after the VC. VC is an integrated development environment, which contains all the tools in Windows SDK and definitions; So, the VC not specially installed after the SDK. 2, the realization of steps (a) to open VC, select menu item file-
Platform: | Size: 11264 | Author: wanghui | Hits:

[SCMFileView

Description: Fileview can work on Windows CE 5.0.It can open all kinds of .txt files.It really can work and very simple to understand how it works.-Fileview can work on Windows CE 5.0.It can open all kinds of. Txt files.It really can work and very simple to understand how it works.
Platform: | Size: 920576 | Author: Chou Wan | Hits:

[Windows CEFileView

Description: File viewer under wince,list all files.
Platform: | Size: 16384 | Author: 李茂瓏 | Hits:

[Embeded Linuxfileview

Description: 用QT编写的一个文件浏览器,可以移植arm上。用于实现两个优盘之间的文件传输。-Prepared using a QT file browser, can be transferred on the arm. Used to implement file transfer between two USB flash drives.
Platform: | Size: 89088 | Author: suntao | Hits:

[Linux-Unixfileview

Description: qt关于磁盘文件的编程,用到的类库查看document即可-qt fileview
Platform: | Size: 181248 | Author: dongyin | Hits:

[MacOS developfileview-src

Description: fileview source code - Gridded icon view framework for Cocoa. Similar to IKImageBrowserView, but supports arbitrary drawing via icon subclasses, and is compatible with 10.4
Platform: | Size: 1183744 | Author: IgnazioPupu | Hits:
« 12 »

CodeBus www.codebus.net