CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - FileView
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - FileView - List
[
Driver Develop
]
windows磁盘IO
DL : 0
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 &
Update
: 2008-10-13
Size
: 53.83kb
Publisher
:
黄小文
[
Process-Thread
]
进程创建
DL : 0
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
Update
: 2008-10-13
Size
: 29.54kb
Publisher
:
黄小文
[
Button control
]
filevw21
DL : 0
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
Update
: 2008-10-13
Size
: 99.56kb
Publisher
:
胡名
[
Button control
]
5ivb_702608
DL : 0
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
Update
: 2008-10-13
Size
: 102.84kb
Publisher
:
jindan
[
Other
]
sczxfzcx
DL : 0
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 -
Update
: 2008-10-13
Size
: 11.42kb
Publisher
:
wanghui
[
Other resource
]
FileView
DL : 0
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.
Update
: 2008-10-13
Size
: 899.72kb
Publisher
:
Chou Wan
[
Other resource
]
FileView
DL : 0
File viewer under wince,list all files.
Update
: 2008-10-13
Size
: 16.15kb
Publisher
:
李茂瓏
[
Other resource
]
FileView
DL : 0
在WinCE界面下显示文件内容,显示格式与DOS的DEBUG相同-in WinCE interface displays the contents of the paper, the display format with the same DOS DEBUG
Update
: 2008-10-13
Size
: 65.16kb
Publisher
:
lzlvmy
[
Other resource
]
VC6动态链接库的编写和调用——四则表达式计算
DL : 0
先编写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.
Update
: 2008-10-13
Size
: 45.88kb
Publisher
:
东方旭
[
Windows CE
]
FileView
DL : 0
在WinCE界面下显示文件内容,显示格式与DOS的DEBUG相同-in WinCE interface displays the contents of the paper, the display format with the same DOS DEBUG
Update
: 2025-02-17
Size
: 65kb
Publisher
:
lzlvmy
[
Driver Develop
]
windows磁盘IO
DL : 0
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 &
Update
: 2025-02-17
Size
: 54kb
Publisher
:
黄小文
[
Process-Thread
]
进程创建
DL : 0
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
Update
: 2025-02-17
Size
: 29kb
Publisher
:
黄小文
[
Button control
]
filevw21
DL : 0
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
Update
: 2025-02-17
Size
: 99kb
Publisher
:
胡名
[
Button control
]
5ivb_702608
DL : 0
FileView ActiveX 控件允许你在应用程序中增加一个象IE一样的listview-FileView ActiveX controls allow you to add applications as one of the same IE error
Update
: 2025-02-17
Size
: 103kb
Publisher
:
jindan
[
Other
]
sczxfzcx
DL : 0
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-
Update
: 2025-02-17
Size
: 11kb
Publisher
:
wanghui
[
SCM
]
FileView
DL : 0
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.
Update
: 2025-02-17
Size
: 899kb
Publisher
:
Chou Wan
[
Windows CE
]
FileView
DL : 0
File viewer under wince,list all files.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
李茂瓏
[
Embeded Linux
]
fileview
DL : 0
用QT编写的一个文件浏览器,可以移植arm上。用于实现两个优盘之间的文件传输。-Prepared using a QT file browser, can be transferred on the arm. Used to implement file transfer between two USB flash drives.
Update
: 2025-02-17
Size
: 87kb
Publisher
:
suntao
[
Linux-Unix
]
fileview
DL : 0
qt关于磁盘文件的编程,用到的类库查看document即可-qt fileview
Update
: 2025-02-17
Size
: 177kb
Publisher
:
dongyin
[
MacOS develop
]
fileview-src
DL : 0
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
Update
: 2025-02-17
Size
: 1.13mb
Publisher
:
IgnazioPupu
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.