Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directory
Search - directory - List
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
Date : 2008-10-13 Size : 29.54kb User : 黄小文

第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k word,包括.text、.data、中断向量表、查找表等多个段。 使用方法: 1.CCS目录:CCS for 5000的安装目录,第一次运行需要设置。 如果没有正确设置,会提示没有找到CCS for C5000的编译器或链接器或Hex转换工具 2.打开COFF文件 被烧写的DSP程序,直接选择.out文件。 注意:编译CCS Project时要加上-v548参数,否则所生成的.out无法正确转换成Boot Table。 设置方法:选择菜单Project/Build Option...,在Complier里面的Process Version里填548, 编译参数里会自动加上-v548。 -second edition features : can DSP applications generated. Out of burning documents directly generate Flash. Out documents directly in the CCS Lane load and run program can. Greyed Control said after version will be support functions. First released before the test systems : 1.C5402 SST39VF040, Flash 8000H - FFFFH mapping to external data space 8000H - FFFFH, 2.C5416 SST39VF200, Flash 0000H - 7FFFH mapping to external data space 8000H - FFFFH loading table were less than 32k word, including . text,. data, interrupted to scale, such as look-up tables of. Use : 1.CCS Contents : CCS 5000 for the installation directory, the first operation needed. If not properly set up, did not find prompts CCS for the C5000 compiler or linker or Hex conversion tools 2. Open COFF file was burnt DSP procedures,
Date : 2008-10-13 Size : 535.6kb User : 小许

可以将某个驱动器或目录共享,使用netshare函数.不知道不能在mfc下用.知道的兄弟告诉我一声啊。我qq:54467141-can be a drive or directory sharing, netshare use function. not know that they can not use it in mfc. know the brothers told me a ah. I qq : 54467141
Date : 2008-10-13 Size : 5.75kb User : 郭化勇

能显示系统所有进程并按指定的规则分类,并能同时结束除用户指定进程外的所有进程,方便进程管理与病毒防范 目录下的 process.txt 里面的内容即为允许进程,用户可通过软件修改 使用方法: 运行软件后,点击\"保存允许的进程\",即创建一个进程快照,未知的进程将显示在右边即将结束的列表中,单击列表任意一项能改变该进程的允许方式,单击\"执行\"按钮就能将结束危险列表中的所有进程. -display system can process all together with specified rules classification, and at the same time in addition to the end users outside the designated process all process, facilitate the process of management and virus prevention process.txt directory of the contents inside the process shall be permitted, Users can change through the use of software : software running, click on the "preservation of the process of allowing" that is, the process of creating a snapshot of the unknown process will be displayed on the right side of the imminent end of the list, Click an arbitrary list could change the process to allow, Click the "implementation" button will be able to put an end to the dangerous list of all processes.
Date : 2008-10-13 Size : 18.61kb User : 林克

FTP遍历下载目录,通信、网络开发、多媒体技术、流媒体软件人员-FTP download directory traversal, communications, network development, multimedia technology, streaming media software staff
Date : 2008-10-13 Size : 39.75kb User : 吴闫

FTP遍历下载目录,通信、网络开发、多媒体技术、流媒体软件人员-FTP download directory traversal, communications, network development, multimedia technology, streaming media software staff
Date : 2025-12-30 Size : 39kb User :

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
Date : 2025-12-30 Size : 29kb User : 黄小文

第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k word,包括.text、.data、中断向量表、查找表等多个段。 使用方法: 1.CCS目录:CCS for 5000的安装目录,第一次运行需要设置。 如果没有正确设置,会提示没有找到CCS for C5000的编译器或链接器或Hex转换工具 2.打开COFF文件 被烧写的DSP程序,直接选择.out文件。 注意:编译CCS Project时要加上-v548参数,否则所生成的.out无法正确转换成Boot Table。 设置方法:选择菜单Project/Build Option...,在Complier里面的Process Version里填548, 编译参数里会自动加上-v548。 -second edition features : can DSP applications generated. Out of burning documents directly generate Flash. Out documents directly in the CCS Lane load and run program can. Greyed Control said after version will be support functions. First released before the test systems : 1.C5402 SST39VF040, Flash 8000H- FFFFH mapping to external data space 8000H- FFFFH, 2.C5416 SST39VF200, Flash 0000H- 7FFFH mapping to external data space 8000H- FFFFH loading table were less than 32k word, including . text,. data, interrupted to scale, such as look-up tables of. Use : 1.CCS Contents : CCS 5000 for the installation directory, the first operation needed. If not properly set up, did not find prompts CCS for the C5000 compiler or linker or Hex conversion tools 2. Open COFF file was burnt DSP procedures,
Date : 2025-12-30 Size : 535kb User : 小许

可以将某个驱动器或目录共享,使用netshare函数.不知道不能在mfc下用.知道的兄弟告诉我一声啊。我qq:54467141-can be a drive or directory sharing, netshare use function. not know that they can not use it in mfc. know the brothers told me a ah. I qq : 54467141
Date : 2025-12-30 Size : 5kb User :

能显示系统所有进程并按指定的规则分类,并能同时结束除用户指定进程外的所有进程,方便进程管理与病毒防范 目录下的 process.txt 里面的内容即为允许进程,用户可通过软件修改 使用方法: 运行软件后,点击"保存允许的进程",即创建一个进程快照,未知的进程将显示在右边即将结束的列表中,单击列表任意一项能改变该进程的允许方式,单击"执行"按钮就能将结束危险列表中的所有进程. -display system can process all together with specified rules classification, and at the same time in addition to the end users outside the designated process all process, facilitate the process of management and virus prevention process.txt directory of the contents inside the process shall be permitted, Users can change through the use of software : software running, click on the "preservation of the process of allowing" that is, the process of creating a snapshot of the unknown process will be displayed on the right side of the imminent end of the list, Click an arbitrary list could change the process to allow, Click the "implementation" button will be able to put an end to the dangerous list of all processes.
Date : 2025-12-30 Size : 18kb User : 林克

采用互斥体的方法,防止程序多次运行,App.PreIntance只能判断当前目录是否有多个实例运行,本程序可以将exe拷贝到任何目录,但只能运行一个实例。-Mutex methods used to prevent the program running on many occasions, App.PreIntance only the current directory to determine whether there are multiple instances running, the program can copy the exe into any directory, but only to run a case in point.
Date : 2025-12-30 Size : 6kb User : 代军

本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HANDLE hFindFile,LPWIN32_FIND_DATA lpFindFileData) //线程的执行函数 UINT GetFilePathTHreadProc(LPVOID pParam) //搜索指定目录 void GetFilePath() -This procedure to achieve a multi-threaded file Quick Search. In the usual operating systems such as Windows 2000, have provided a document search function, but uses the order of search, the search less efficient. In this procedure, the use of multi-threaded search technology, you can significantly improve search efficiency. This procedure uses the following main function:// find the specified directory of the first file HUNDLE FindFirstFile (LPCTSR lpFileName, LPWIN32_FIND_DATA lpFindFileData)// find the specified directory under a file BOOL FindNextFile (HANDLE hFindFile, LPWIN32_FIND_DATA lpFindFileData)// thread the implementation of function UINT GetFilePathTHreadProc (LPVOID pParam)// Search the specified directory void GetFilePath ()
Date : 2025-12-30 Size : 30kb User : 郭小川

本来想写个自动关机软件的,结果神不知鬼不觉的写成了一个目录监视软件!直接放源码!:-Originally wanted to write a auto-shutdown software, the result of God without anybody knowing it' s written in a directory monitoring software! Direct release source code!:
Date : 2025-12-30 Size : 80kb User : 阿东

VC例程多线程目录检测,可以检测目录中文件的创建、修改、重命名等事件。-VC routine multi-threaded directory detection, can detect the files in the directory to create, modify, rename and other events.
Date : 2025-12-30 Size : 53kb User : zhoujie

用两个目录的监视为例说明多线程的应用,如果用列表保存线程及其所监视的目录,就可以实现任意多个目录的监视。 在创建线程前要指明其所监视的目录和反映变化的显示列表。-Monitoring with the directory as an example of two multi-threaded applications, if the list kept by the monitor thread and the directory, you can achieve any number of directories to monitor. Before creating a thread to monitor a specified directory and it reflects the changes in the display list.
Date : 2025-12-30 Size : 2.46mb User : jumplhc

本程序为监测程序,监测其他程序是否允许, 如果被监测的程序未执行,则启动。 执行之后 默认隐藏,按快捷键ctrl+s,对话框出现 再次按下Ctrl+S 则隐藏。。 在MonitorProcess目录和Debug目录下 各有2个txt文本,path和process 文本 自己添加程序的路径以及程序的名字 (ps:为程序运行之后界面上面的程序,例如:腾讯QQ2011 运行之后为QQ2011,则程序名应该写为QQ2011)-The procedure for the monitoring program, whether to allow other programs to monitor, if monitoring of the program is not running, start. After the implementation of the default hidden, shortcut keys ctrl+ s, dialog box appears again, press Ctrl+ S to hide. . In the Debug directory MonitorProcess directory and have 2 txt text, path and process to add the path to the text and their own procedures for name (ps: the interface for the program to run after the above procedure, for example: run Tencent QQ2011 followed QQ2011, the program name should be written as QQ2011)
Date : 2025-12-30 Size : 12.31mb User : 李振

监视在当前目录下的Monitor.ini中配置的软件的运行,如果该软件异常退出,会重新启动该软件-Monitoring the Software that configed in Monitor.ini in current directory, if the software that configed exit unusually,reset the software agagin.
Date : 2025-12-30 Size : 6.09mb User : pp

C#版的进程管理器,查看进程,进程详细信息,结束进程,带有文件目录的监控。-C# version of the process manager, process view, process details, the end of the process, with directory monitoring.
Date : 2025-12-30 Size : 727kb User : 天奇

该软件用C#编写,用于多线程的文件拷贝,复制,选择好要复制的目录和目的目录点按钮开始复制-The software is written in C# for multi-threaded file copy, reproduce, choosing to copy the directory and destination directory points button to start copying
Date : 2025-12-30 Size : 35kb User : dd

应用分别Pipe和共享内存现实进程间通讯,此工程为Client工程,在debug目录包含Server应用程序,同时运行2个程序,实现进程间通讯.-Applications, respectively, Pipe and shared memory in real inter-process communication, Client projects, this project contains the Server application in the debug directory, and run two programs, inter-process communication.
Date : 2025-12-30 Size : 12.7mb User : 李永明
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.