Welcome![Sign In][Sign Up]
Location:
Search - process file name

Search list

[EditBox编译原理实验_课程设2005

Description: 本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion
Platform: | Size: 132425 | Author: 数据库 | 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: 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:

[Windows Develop信息资源管理

Description: c# 加密解密该程序具有对你的文件加解密功能。需要你指定的数据,程序中已给了接口。 比如说你指定了要加密的文件名\"4.txt\",加密后的文件存放位置\"6.txt\", 还有口令password如\"liufeng\"后,运行该程序,那么\"6.txt\" 中将是\"4.txt\"的密文。 注意口令是解密的钥匙,不要忘记。 其他解密过程自己参考-the encryption and decryption procedures of your document encryption and decryption functions. We need you to the specified data, procedures have to interface. For instance, you specify to encrypt the file name "4.txt" encrypted files stored position "6.txt", and password password such as "liufeng" After running the program, then "6.txt" will be a "4.txt" ciphertext. Attention password decryption key is not to forget. Other reference to the process of decryption
Platform: | Size: 30898 | Author: rain | Hits:

[Other一个简单的口令保护程式

Description: 本程序可加到用户的源程序之前,起到加锁的作用。本程序的特点是: 口令保密性强(保存于文件KLK.CFG中,此文件名也可由用户重新命名),而 且用户可随时修改口令。在程序中当用户输入口令后,系统首先测试口令文 件KLK.CFG是否存在(只有用户运行了修改口令子函数后才会生成口令文件, 否则系统只认默认口令88888888),若存在则从中取出口令字,否则系统用 默认口令与用户输入的口令进行较验。另外,修改口令子函数changkl(), 可在用户程序中调用,以修改口令文件中的口令字。 -procedures can be added to the user's source, the role played locked. This process is characterized by : Password confidentiality strong (KLK.CFG preserved in documents, file name may also be re-named users), and user passwords can be modified at any time. The procedure when a user enter a password, the password system, in the first test document KLK.CFG existence (only users running modified only after Functions password generated password, or the system default passwords but only 88888888), and if there were removed from the words password, or the system using default passwords and users input the password for more testing. In addition, the revised password Functions changkl (), the user can call procedures, to change the password file passwords.
Platform: | Size: 4163 | Author: 小倪 | Hits:

[Other死锁的模拟与检测

Description: 程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。 输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to import files Table Name :." The two documents were imported, the program will read the two documents related data and in accordance with the deadlock detection algorithm for detection.
Platform: | Size: 2466 | Author: 王国强 | Hits:

[CSharpFileTrans

Description: 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客户端,客户端将接受到的网络流赋值给文件流,并保存到文件。 注意:在使用时,要在E盘下建立一个aa文件夹,将一些文件放入其中,以供演示。-this procedure is a C# prepared by the file transfer process-server and the client. First-service monitoring ports, waits for the client to connect to the request Once connected, which is available for download client name in the paper circulated to clients, customers termination papers by name, choose to download the document and sent to the server. Servers based on the client to send the file name, select a file to read the documentation flow, and stream content to the network flow assignment sent to the client, the client will talk to the network flow assignment to the paper flow, and the preservation of the document. Note : when used in the E-aa established a folder of documents Add which, for demonstration.
Platform: | Size: 66560 | Author: 李元吉 | Hits:

[JSP/Javasrc

Description: Jsp+Servlet的简单实例。程序的文件名和在书中的编号基本一致-Jsp+ Servlet simple examples. Process file name and number in the book are basically the same
Platform: | Size: 23552 | Author: zhaojuanjuan | Hits:

[Internet-Networkch03

Description: 本章所用到的程序讲解了CSS样式的基本用法 程序的文件名和在书中的编号基本一致-Procedures used in this chapter explain the basic usage of CSS style process file name and number in the book are basically the same
Platform: | Size: 4096 | Author: tiancai | Hits:

[SCMCALL7219

Description: 这是调用max7219汇编程序(Nm7219.ASM )的C51程序, */ /* 文件名CALL7219.c。 */ /* 功能:本程序主要是将显示缓冲区的8位数在LED上显示出来, */ /* 显示缓冲区为单片机的RAM区的40H,41HH,...47H连续的8个字节 *-This is called MAX7219 assembler (Nm7219.ASM) of the C51 process,*//* file name CALL7219.c.*//* Function: This procedure is mainly to show the buffer zone in the 8-digit LED display,*//* display buffer for the MCU RAM area 40H, 41HH, ... 47H consecutive 8 byte*
Platform: | Size: 1024 | Author: kangyaoming | Hits:

[SCMCALLDS07

Description: 这是调用DS1302汇编程序(EDSINT3.ASM和ESS1302F.ASM)的C51程序, */ /* 文件名CALLds07.c */ /* 功能: 运行此程序,可将时钟日历(7 bytes) 和RAM(31 bytes)读出并将*/ /* 新的时钟日历和RAM值置入。本程序只可从RAM读出16个字节或写入 */ /* 16个字节-This is called DS1302 assembler (EDSINT3.ASM and ESS1302F.ASM) of the C51 process,*//* file name CALLds07.c*//* Function: Run this program may be the calendar clock (7 bytes) and RAM (31 bytes) to read out and*//* the new calendar and clock values into RAM. This procedure can only be read out from RAM or 16-byte write*//* 16 bytes
Platform: | Size: 1024 | Author: kangyaoming | Hits:

[Embeded-SCM Developcallt549

Description: 这是调用TLC549的汇编程序(STLC549.ASM)的C51程序, */ /* 文件名CALLT549.C */ /* 功能:本程序主要是读出输入通道ANALOG IN的 */ /* 模数转换值,并将转换值放在变量chai中。-This is a compilation of TLC549 procedure call (STLC549.ASM) of the C51 process,*//* file name CALLT549.C*//* Function: This procedure is to read out the input channels of ANALOG IN*//* D conversion value and on the conversion values of variables chai.
Platform: | Size: 1024 | Author: kangyaoming | Hits:

[SCMCALLsle4

Description: 这是调用SLE4442卡汇编程序(SSLE4.ASM)的C51程序, */ /* 文件名为CALLSEL4.C 。 */ /* 功能: 将地址为f0h和f1h主存储器内容读出,看其是否大于300,若大于*/ /* 300,则把读出值减去300,再置入地址为f0h和f1h主存储器中去。*/ /* 若不大于 300,给出报警标志kc1=1。要写存储器,首先必须校验 */ /* 密码,密码校验通过后,方可写入。-This is the calling card SLE4442 assembler (SSLE4.ASM) of the C51 process,*//* file name CALLSEL4.C.*//* Function: to address f0h and f1h read out the contents of main memory to see whether or not greater than 300, if greater than*//* 300, while reading out the value of minus 300, and then placed in address and f0h f1h to the main memory.*//* If not greater than 300, given warning signs kc1 = 1. Write memory, we must first check*//* password, password validation through before they are allowed to write.
Platform: | Size: 1024 | Author: kangyaoming | Hits:

[source in ebookprocess

Description: 图像处理基础知识编写的这些程序对新手非常有帮助!4) 对图像进行离散余弦变换处理(图像变换)的源代码,编译后的可执行文件须带参数运行。 dct.cpp 使用方法:dct BMP文件名 -Image processing based on knowledge of these procedures for the preparation of novice very helpful! 4) discrete cosine transform image processing (image transformation) source code, the compiler of the executable file to be taken after the operation parameters. dct.cpp use: dct BMP file name
Platform: | Size: 17408 | Author: zhaoxiaoguang | Hits:

[Windows DevelopFindProcessByFile

Description: 根据exe文件名返回进程对应的ID,主要利用CreateToolhelp32Snapshot,完美版,支持哦UNICODE-Exe file name in accordance with the corresponding return to the process ID, the main use of CreateToolhelp32Snapshot, perfect version, support for UNICODE Oh
Platform: | Size: 39936 | Author: 戴方勤 | Hits:

[Hook apiSafeWatch

Description: 一个进程窗体拦载的钩子,可以捕获当前窗体的标标及进程文件名等-Form a process to stop the hook set, you can capture the current form of the superscript and subscript process file name, etc.
Platform: | Size: 45056 | Author: anywind | Hits:

[Windows Developallwindows

Description: 在此我定义了一个过程EnumWindowsProc,通过GetWindowLong来完成对打开程序窗口的枚举;通过ListBox实现程序的列举;并将每次调用的枚举结果存放在/info目录下当天日期为文件名称的.txt文件里;-I defined a process EnumWindowsProc, through GetWindowLong to completion of the open window enumeration ListBox to achieve through the procedures outlined and the enumeration results of each call stored in the/info directory file name date for the day of. txt file
Platform: | Size: 11264 | Author: 417944633 | Hits:

[Software Engineeringtutorial---process-control

Description: 若要一次执行大量的MATLAB命令,可将这些命令存放於一个副档名为m的档 案,并在MATLAB提示号下键入此档案的主档名即可。此种包含MATLAB命令 的档案都以m为副档名,因此通称M档案(M-files)。-To perform a lot of time on the MATLAB command, these commands can be stored in a file with the extension m files and number in the MATLAB prompt, type the file name of this file can master. Such a file contains the MATLAB commands are in m extension, therefore known as M files (M-files).
Platform: | Size: 7168 | Author: gjf | Hits:

[Embeded-SCM Developcallt549

Description: 这是调用TLC549的汇编程序(STLC549.ASM)的C51程序, *//* 文件名CALLT549.C *//* 功能:本程序主要是读出输入通道ANALOG IN的 *//* 模数转换值,并将转换值放在变量chai中。-This is a compilation of TLC549 procedure call (STLC549.ASM) of the C51 process,*//* file name CALLT549.C*//* Function: This procedure is to read out the input channels of ANALOG IN*//* D conversion value and on the conversion values of variables chai.
Platform: | Size: 1024 | Author: Egyptianeople | Hits:

[Embeded-SCM Developcallt549

Description: 这是调用TLC549的汇编程序(STLC549.ASM)的C51程序, *//* 文件名CALLT549.C *//* 功能:本程序主要是读出输入通道ANALOG IN的 *//* 模数转换值,并将转换值放在变量chai中。-This is a compilation of TLC549 procedure call (STLC549.ASM) of the C51 process,*//* file name CALLT549.C*//* Function: This procedure is to read out the input channels of ANALOG IN*//* D conversion value and on the conversion values of variables chai.
Platform: | Size: 1024 | Author: eofper | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net