搜索资源列表
20040913190255_vczx_clsrwini
- 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
guhang0100
- 1支持JUBB(类似UBB) 2留言数据的合法性检测,如EMAIL,主页地址 3支持繁体字符的输入 4出错页面美化 初始管理密码为:redhat -a support JUBB (similar UBB) two messages testing the legality of data, such as e-mail, home address three characters in the traditional support of the importation of four page
34
- 凡人网络购物系统V5.0英文版 一、新增功能: 1. 产品分类显示修改 2. 前后台登录验证码 3. 商品积分自定义 4. 未注册用户资料修改补丁 5. 增加对win2003服务器支持 6. 增加新闻和网站信息和广告图片上传功能 7. 修正后台管理html代码显示问题 8. 大小类广告自定义-mortals online shopping system V5.0 English one additional features : 1. Product Categories showed two
tushuguanli123
- 该程序可以进行对图书的管理和操作。可以进行1借阅图书2归还图书3注册新书4注销旧书等的操作-the procedures for the management of the library and operation. One can borrow books two return library books four 3 registration cancellation of the operation, such as books
文件操作相关
- 常用的4个文件函数-four common document functions
cifang
- 用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
sort4
- 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
Latex_templates
- 四套Latex模版,分别是: A good model for writing Curriculum Vitae; An excellent package to design slides using LaTeX; A strong package to make floating figure and table style; For writing formal letters。-four Latex template, namely : A good model for
cp%2E
- 编译原理课程设计报告对以下文法,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Course Design Compiler Principle report on the following grammar, using operator priority analysis algorithm, G [S], as defined in the assignment syntax analysis, and the syntax
qqSLE4442
- IC卡智能卡,即IC卡,又称“集成电路卡”,英文名称为“Integrated Circuit Card” 或 “Smart Card”,是将具有存储、加密及数据处理能力的集成电路芯片镶嵌于塑料基片中制作而成,它包含了微电子技术和计算机技术,是一种成熟的高技术产品。 这种既具有智能性又便于携带的卡片,为现代信息处理、传递提供了一种全新的手段,根据卡中所做的集成电路不同,智能卡主要有以下四大类:-IC smart cards, IC cards, also known as the &quo
netlabconference20060404
- 网络实验说明书 目 录 实验一 网络入门和WindowsNT网络 1 实验二 NetWare网络、Internet网络和网线制作实践 2 实验三 TCP/IP网络命令使用 3 实验四 基于路由器的互连 4 实验五 sniffer pro软件使用 11 附录一 网线制作说明 16 附录二 Windows操作系统常用网络命令使用技巧详解 20 附录三 TL-R402M SOHO宽带路由器简易使用手册 29 附录四 ServU-v6.0.0.2安装及简易使用说
asdfgg
- 用汇编编写的简单的四则运算,能实现+、-、*、/,支持多位数。-prepared with a simple compilation of the four operations, able to support more ,-,*,/, median.
c++xitong
- 设 计 一个c++的程序, 具 体 要 求 1、 公司主要有4类人员:经理、技术员、销售员、销售经理。 要求存储这些人的职工号、姓名、月工资、岗位、年龄、 性别等信息。 -design a process, a specific request, the company has four main categories : managers, technicians, sales, Sales Manager. These storage requirements of the
mfile
- 打开多个文件的例子(33KB)19fileinfo1.zip取得文件信息(4KB)20文件操作相关.zip常用的4个文件函数:检查文件是否存在; 分离文件路径等(2KB)21winpe.zip分析PE文件格式(105KB)-open multiple files example (33KB) 19fileinfo1.zip obtained the document information (4KB) 20 documents related operations. Zip four commo
CRC32SelfCheck.rar
- exe文件完整性自校验,利用内存流读入自身exe文件PE头部空白处的四个字节,程序编译后需要用winhex软件将CRC值写入PE头部,exe file integrity self-checking, use the memory stream to read its own exe file PE header of four bytes of space, the program compiled the software will need to use winhex to write P
SWAP
- 二进制文件,所有字节的高四位与低四位调换。-Binary file, all four bytes of high and low four swap.
convert
- 后缀式转中缀式 将由数字和四则运算符组成的后缀表达式变换为中缀表达式。 输入的后缀表达式包含的运算符不超过15个。 要求转换后的中缀表达式中不应出现不必要的括号。例如, 整个表达式两端的括号要省略,不影响原计算顺序的括号要省 略。-Suffix-type switch-type will be made up of four numbers and the composition operator for suffix expressions transform inf
filetoolarchive
- 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
c
- 在现实当中,文件服务器一般通过网络提供服务,现在需要实现一个本地文件服务器。为了保证文件服务器的安全性和可用性,需要具有用户认证、权限管理、文件存储、文件管理四个方面的功能。-In reality, the file server to provide services through the network in general, and now need to achieve a local file server. File server in order to ensure the sa
Quarters
- A program that will read a picture and turn into four separate parts and save it as another four file, respectively.