Location:
Search - TXT文件保存和打开
Search list
Description: 实现功能:· 用户上线·包括新用户上线和已使用过该系统的用户上线·每位在线的用户将会收到该用户上线的通知·该用户会收到所有已在线的用户的信息·朋友下线 ·服务器端删除该用户信息·每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息·聊天终止,文件传输终止· 修改用户名字·用户可以在对应的文本框内直接修改名称·用户可以在保存的Myinfo.txt中直接修改名称· 聊天功能:·公聊:所有在线的用户都可以看到你的发言·私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天 ·文件传输 ·能给所有的已在线用户发送文件(先打开私聊窗口) ·只能给一位用户发送文件,但是却可以接收多个用户发送的文件·查看历史记录 ·可以查看私聊的聊天记录 ·可以查看公聊的聊天记录 ·可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can see you speak of Private Chat : energy and all online users Private Chat, other users see objects Private Chat chat between the file transfer can all have online use
Platform: |
Size: 15279 |
Author: KOF |
Hits:
Description: 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-the lexical analysis procedures used to prepare VC 6.0 to FileOpenDialog open *. c *. cpp documents or language character sets for the source as lexical analysis of the data entry process, the analysis of lexical analysis procedures after the results stored in the same source file directory paper output.txt . The lexical analysis, the first since the paper began scanning source characters, once found with "words" definition of the source string, it will be translated into fixed length of the internal word, and to identify the appropriate information filled table. After lexical analysis, source string (source said external) has been translated into information such as a long string of words (internal source said), and produce two forms : Constant table and table identifier, namely
Platform: |
Size: 203835 |
Author: 汤超 |
Hits:
Description: 1、上载文件说明:通过IIS中将TEST.ASP文件置为主页,然后就可在浏览器中访问(本机IP或者输入127.0.0.1)
2、使用说明:用记事本打开TEST.ASP,其中包含对SQL、ORADLE、ACCESS、ODBC数据源、EXCEL和TXT文本数据库的访问代码,对应去掉注释符号,并修改默认数据库名称和访问密码,保存并打开浏览器即可将访问到的数据显示出来。相当方便,提供数据库访问的代码,很难得的东东哦!
Platform: |
Size: 27883 |
Author: 宝柱 |
Hits:
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:
Description: 数字识别系统源代码.rar
第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)
第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。
该系统的识别率一般情况下为90%。
此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。
具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。
注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。
-digital identification system source code. Rar first step : training network. Use of training samples for training. (These procedures also can not training because I have trained network parameters saved, Readers can direct identification) second step : identification. First, open the Image (256 colors); Again, to a treatment, click on the "one-time"; Finally, Click on the "R" or use the menu item corresponding to find identification. Recognition results on the screen, but also the output to a file result.txt China. The system's recognition rate under normal circumstances 90%. Alternatively, you could open a separate pair of step-by-step photographs for image preprocessing work, but bearing in mind that Each step can only be implemented again, but in accordance with
Platform: |
Size: 62143 |
Author: shenmingdong |
Hits:
Description: 可将文件保存为CSV和TXT格试,还可以将视频,音以文件的格式保存,并且还能打开后播放
Platform: |
Size: 1935800 |
Author: 王国栋 |
Hits:
Description: ① 在窗口上放置一个菜单条和一个文本区,文本区可编辑。
② 菜单条中有一个菜单“编辑”,在该菜单下有三个菜单项“打开”、“保存”、“退出”,其中“退出”菜单项与前两项间有分隔线。
③ 点击“打开”菜单项,弹出一个文件打开对话框,在该对话框中选择或输入被打开文件名后,该文件内容就显示在窗口的文本区中。若被打开文件不存在则在文本区中显示出错信息。
④ 点击“保存”菜单项,弹出一个文件保存对话框,在该对话框中选择保存的路径并输入保存的目标文件名(若该文件不存在则创建新文件),将文本区的内容保存到目标文件中。
⑤ 点击“退出”菜单项,退出应用程序的执行。
Platform: |
Size: 1148 |
Author: 小吴 |
Hits:
Description: 需要matlab7.0或更高版本以及matlab图像处理工具箱。
1) 文件菜单
• 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补;
注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形;
• 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理;
• 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
• 对于每一次的处理结果都可以被保存为bmp或jpg格式;
• 关闭选项可清除两个显示区域的被处理和处理结果的图像;
• 退出则退出程序;
2) 两个操作的说明
“灰度处理”子菜单中“对数非线性变换”与“指数非线性变换”所使用的公式在参数输入对话框弹出的同时也会显示在另一个对话框中,以方便理解参数的意义。
3) 图像编码
霍夫曼编码和行程编码产生的结果将分别保存在“HuffmanCodeTable.txt”和“RLC.txt”文件中,由于MATLAB无法对位进行操作,因此编码结果实际上还是十进制数值。其中“HuffmanCodeTable.txt”文件中第一列表示灰度值,第二列表示码值,第三列表示编码的二进制位数。
Platform: |
Size: 356350 |
Author: 晨曦 |
Hits:
Description: 能将串口自动发来的数据保存为TXT文件并打开数据
Platform: |
Size: 5275128 |
Author: xiongzongjie |
Hits:
Description: 实现功能:· 用户上线·包括新用户上线和已使用过该系统的用户上线·每位在线的用户将会收到该用户上线的通知·该用户会收到所有已在线的用户的信息·朋友下线 ·服务器端删除该用户信息·每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息·聊天终止,文件传输终止· 修改用户名字·用户可以在对应的文本框内直接修改名称·用户可以在保存的Myinfo.txt中直接修改名称· 聊天功能:·公聊:所有在线的用户都可以看到你的发言·私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天 ·文件传输 ·能给所有的已在线用户发送文件(先打开私聊窗口) ·只能给一位用户发送文件,但是却可以接收多个用户发送的文件·查看历史记录 ·可以查看私聊的聊天记录 ·可以查看公聊的聊天记录 ·可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can see you speak of Private Chat : energy and all online users Private Chat, other users see objects Private Chat chat between the file transfer can all have online use
Platform: |
Size: 15360 |
Author: KOF |
Hits:
Description: 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-the lexical analysis procedures used to prepare VC 6.0 to FileOpenDialog open*. c*. cpp documents or language character sets for the source as lexical analysis of the data entry process, the analysis of lexical analysis procedures after the results stored in the same source file directory paper output.txt . The lexical analysis, the first since the paper began scanning source characters, once found with "words" definition of the source string, it will be translated into fixed length of the internal word, and to identify the appropriate information filled table. After lexical analysis, source string (source said external) has been translated into information such as a long string of words (internal source said), and produce two forms : Constant table and table identifier, namely
Platform: |
Size: 203776 |
Author: 汤超 |
Hits:
Description: 1、上载文件说明:通过IIS中将TEST.ASP文件置为主页,然后就可在浏览器中访问(本机IP或者输入127.0.0.1)
2、使用说明:用记事本打开TEST.ASP,其中包含对SQL、ORADLE、ACCESS、ODBC数据源、EXCEL和TXT文本数据库的访问代码,对应去掉注释符号,并修改默认数据库名称和访问密码,保存并打开浏览器即可将访问到的数据显示出来。相当方便,提供数据库访问的代码,很难得的东东哦!-1, to upload files Description: through IIS test.asp document will buy for the home page, and then you can visit in your browser (local IP or enter 127.0.0.1) 2, for use: use Notepad to open TEST.ASP, which includes SQL, ORADLE, ACCESS, ODBC data source, EXCEL and TXT text database access code, corresponding to the Notes to remove symbols, and modify the default database name and access password, save and open the browser can access the data will be displayed . Very convenient, to provide database access code, it is difficult to get Dongdong Oh!
Platform: |
Size: 27648 |
Author: 宝柱 |
Hits:
Description: 把任意文件,以二进制方式打开,并转为十六进制的文本文件保存,和*.Bin 转 *.Hex 是有区别的。-put arbitrary files, opened in binary mode, and to hexadecimal text document preservation, and turn*.*. Bin Hex is a distinction.
Platform: |
Size: 146432 |
Author: 谌武 |
Hits:
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:
Description: 数字识别系统源代码.rar
第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)
第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。
该系统的识别率一般情况下为90%。
此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。
具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。
注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。
-digital identification system source code. Rar first step : training network. Use of training samples for training. (These procedures also can not training because I have trained network parameters saved, Readers can direct identification) second step : identification. First, open the Image (256 colors); Again, to a treatment, click on the "one-time"; Finally, Click on the "R" or use the menu item corresponding to find identification. Recognition results on the screen, but also the output to a file result.txt China. The system's recognition rate under normal circumstances 90%. Alternatively, you could open a separate pair of step-by-step photographs for image preprocessing work, but bearing in mind that Each step can only be implemented again, but in accordance with
Platform: |
Size: 200704 |
Author: shenmingdong |
Hits:
Description: 可将文件保存为CSV和TXT格试,还可以将视频,音以文件的格式保存,并且还能打开后播放-Documents can be saved as CSV and TXT grid test can also be video, audio file format to save, and also opens play
Platform: |
Size: 3667968 |
Author: 王国栋 |
Hits:
Description: ① 在窗口上放置一个菜单条和一个文本区,文本区可编辑。
② 菜单条中有一个菜单“编辑”,在该菜单下有三个菜单项“打开”、“保存”、“退出”,其中“退出”菜单项与前两项间有分隔线。
③ 点击“打开”菜单项,弹出一个文件打开对话框,在该对话框中选择或输入被打开文件名后,该文件内容就显示在窗口的文本区中。若被打开文件不存在则在文本区中显示出错信息。
④ 点击“保存”菜单项,弹出一个文件保存对话框,在该对话框中选择保存的路径并输入保存的目标文件名(若该文件不存在则创建新文件),将文本区的内容保存到目标文件中。
⑤ 点击“退出”菜单项,退出应用程序的执行。
-err
Platform: |
Size: 1024 |
Author: 小吴 |
Hits:
Description: 需要matlab7.0或更高版本以及matlab图像处理工具箱。
1) 文件菜单
• 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补;
注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形;
• 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理;
• 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
• 对于每一次的处理结果都可以被保存为bmp或jpg格式;
• 关闭选项可清除两个显示区域的被处理和处理结果的图像;
• 退出则退出程序;
2) 两个操作的说明
“灰度处理”子菜单中“对数非线性变换”与“指数非线性变换”所使用的公式在参数输入对话框弹出的同时也会显示在另一个对话框中,以方便理解参数的意义。
3) 图像编码
霍夫曼编码和行程编码产生的结果将分别保存在“HuffmanCodeTable.txt”和“RLC.txt”文件中,由于MATLAB无法对位进行操作,因此编码结果实际上还是十进制数值。其中“HuffmanCodeTable.txt”文件中第一列表示灰度值,第二列表示码值,第三列表示编码的二进制位数。
-err
Platform: |
Size: 356352 |
Author: 晨曦 |
Hits:
Description: 用VC++实现印刷体数字的自动识别,首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。
该系统的识别率一般情况下为90 。
此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。
具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。
注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。-AppWizard has created this DigitRec application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
Platform: |
Size: 14336 |
Author: 宋欢 |
Hits:
Description: 文本文件txt格式文件的保存与读取,将程序中的*txt改为*doc,还可以保存和打开word文档-Txt text file format and save the document to read, will process the* txt change* doc, can also save and open the word document
Platform: |
Size: 26624 |
Author: |
Hits: