Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.
标签: double-linked list Addressbook implemen
上传时间: 2014-01-24
上传用户:asddsd
本程序将用户信息设计成一个类,使用对象模拟对 象数据库,将用户信息保存到数据文件中。并实现打开 文件,保存文本,添加&删除用户信息等功能。 在运行的过程中,用户须先填上自己的姓名、性别 ,然后选择自己所在省份、城市。点击“Add”按钮, 该用户信息即可添加进面板左边的文本区,点击 “Delete”时,可删除该用户的信息,点击“Open”可 打开一个文件,点“Prior”可将该用户信息上移一行, “Next”下移一行,“First”上移至文本区第一行, “Last”信息下移至最后一行,“save”保存左边的文 件为一个文本文档。
上传时间: 2015-03-31
上传用户:253189838
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 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。
标签: 程序开发
上传时间: 2014-01-02
上传用户:wpt
根据文件自动生成带有完整网页的工具,让没有服务器程序支持的你,迅速建立属于你自己的站点。本工具自带语法,可以让你灵活运用。 直接把 html代码转换成 js代码的好工具,是作导航条信息嵌入的好工具。作下载站点一直很麻烦,因为每次都要重复手工去改一些页面,就算是使用save as ,也够烦的。现在你可以省下心来了,因为只要选定两个模版,就可以帮你做出新的一页,连索引都生成了,所有以前 烦琐的事情现在只要粘贴和复制代码就ok~。另外软件连下载的时间都帮你做好了,在增加pageview之余准备好你的广告条吧!
上传时间: 2014-01-06
上传用户:小宝爱考拉
本程序是用c++实现的多功能文本编辑器,它除了可以实现一般文本的编辑功能,还增加了保存文档a(save), 转为大写m(large),改为小写k(small),复制段j(copy),中英文转换t(language)等功能
上传时间: 2013-12-23
上传用户:wuyuying
红外线遥控器读码软件,显示红外线波型,读取并保存码 IR Remote Control Unit Code Read System 产品详细描述: 能够像显示器一样显示红外线码的波型 可以读多达150种格式的红外线码 显示红外线码的时间非常准确,误差只有几个微秒。 具有错误检测功能 保存红外线码功能 自动识别码的格式 比较样机与所写的新软件的遥控器码的异同 具体情况请访问本网站:http://www.crzman.com/IR_Reader.htm Display the Infrared wave on the software like oscillograph. Can read more than 150 kinds of infrared code format Display the Infrared time and the tolerance no more than many us. Have error detect function save Infrared code function Auto identify code s format Compare the code from sample and new Remote Control Unit code) Detail instance please visit address: http://www.crzman.com/IR_Reader.htm
上传时间: 2015-07-03
上传用户:ccclll
Wavelets have widely been used in many signal and image processing applications. In this paper, a new serial-parallel architecture for wavelet-based image compression is introduced. It is based on a 4-tap wavelet transform, which is realised using some FIFO memory modules implementing a pixel-level pipeline architecture to compress and decompress images. The real filter calculation over 4 · 4 window blocks is done using a tree of carry save adders to ensure the high speed processing required for many applications. The details of implementing both compressor and decompressor sub-systems are given. The primarily analysis reveals that the proposed architecture, implemented using current VLSI technologies, can process a video stream in real time.
标签: applications processing Wavelets widely
上传时间: 2014-01-22
上传用户:hongmo
软件工程方法Prefactoring Prefactoring, in essence, is the art of applying the insights gleaned from previous experience (whether yours or someone else s) when developing software to new projects. Doing so will likely save you from making costly design changes midstream--and maybe even save your job!
标签: Prefactoring the applying insights
上传时间: 2013-12-22
上传用户:wangchong
打开TSDemux,点 LOAD 选文件,然后点 save 确认储存路径后开始分离
标签: TSDemux
上传时间: 2015-08-26
上传用户:zyt
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.
标签: communicator application the backhand
上传时间: 2014-01-21
上传用户:671145514