搜索结果
找到约 85 项符合
Save 的查询结果
按分类筛选
- 全部分类
- Java编程 (10)
- 其他 (7)
- 汇编语言 (7)
- matlab例程 (4)
- 软件工程 (3)
- VC书籍 (3)
- 单片机开发 (3)
- 编辑器/阅读器 (3)
- 软件下载 (2)
- 电子政务应用 (2)
- SQL Server (2)
- 人工智能/神经网络 (2)
- MySQL数据库 (2)
- 嵌入式/单片机编程 (2)
- 数据库系统 (2)
- 其他行业 (2)
- Linux/Unix编程 (2)
- 源码 (2)
- 技术资料 (2)
- 电源技术 (1)
- 开关电源 (1)
- 开发工具 (1)
- PCB相关 (1)
- 教育系统应用 (1)
- Oracle数据库 (1)
- 驱动编程 (1)
- J2ME (1)
- 其他书籍 (1)
- 系统设计方案 (1)
- 其他数据库 (1)
- 压缩解压 (1)
- 软件设计/软件工程 (1)
- 网络 (1)
- 文章/文档 (1)
- 加密解密 (1)
- Delphi控件源码 (1)
- 磁盘编程 (1)
- 数值算法/人工智能 (1)
- DSP编程 (1)
- 软件 (1)
- 书籍 (1)
- VIP专区 (1)
其他 Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
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 ...
教育系统应用 本程序将用户信息设计成一个类
本程序将用户信息设计成一个类,使用对象模拟对 象数据库,将用户信息保存到数据文件中。并实现打开 文件,保存文本,添加&删除用户信息等功能。 在运行的过程中,用户须先填上自己的姓名、性别 ,然后选择自己所在省份、城市。点击“Add”按钮, 该用户信息即可添加进面板左边的文本区,点击 “Delete”时,可删除该用户的 ...
驱动编程 1 程序开发步骤如下 (1) 打开vc
1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询 ...
Java编程 根据文件自动生成带有完整网页的工具
根据文件自动生成带有完整网页的工具,让没有服务器程序支持的你,迅速建立属于你自己的站点。本工具自带语法,可以让你灵活运用。 直接把 html代码转换成 js代码的好工具,是作导航条信息嵌入的好工具。作下载站点一直很麻烦,因为每次都要重复手工去改一些页面,就算是使用save as ,也够烦的。现在你可以省下心来了,因 ...
编辑器/阅读器 本程序是用c++实现的多功能文本编辑器
本程序是用c++实现的多功能文本编辑器,它除了可以实现一般文本的编辑功能,还增加了保存文档a(save), 转为大写m(large),改为小写k(small),复制段j(copy),中英文转换t(language)等功能
电子政务应用 红外线遥控器读码软件
红外线遥控器读码软件,显示红外线波型,读取并保存码
IR Remote Control Unit Code Read System
产品详细描述:
能够像显示器一样显示红外线码的波型
可以读多达150种格式的红外线码
显示红外线码的时间非常准确,误差只有几个微秒。
具有错误检测功能
保存红外线码功能
自动识别码的格式
比较样机与所写的新软件的遥 ...
系统设计方案 Wavelets have widely been used in many signal and image processing applications. In this paper, a ne
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 ...
软件工程 软件工程方法Prefactoring Prefactoring, in essence, is the art of applying the insights gleaned from previ
软件工程方法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! ...
其他数据库 This application uses OleDb as a backhand communicator with the file to allow the user to : select,
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.