搜索资源列表
VB6.0vade
- 讲述了Visual Basic6.0概述,Visual Basic6.0可视化开发环境概述,Visual Basic6.0简单程序设计,代码基础,基本控制结构,数组、枚举与甩户自定义类型,过程与程序调试,常用内部控件,程序界面设计,图形图像和多媒体控件,文件、驱动器和文件夹,数据库技术,定制帮助和制作安装程序等-on Visual Basic 6.0 overview Visualization of Visual Basic 6.0 development environment overvi
Perlprimer
- 第1学时Perl 入门 第2学时Perl 的基本构件:数字和字符串 第3学时控制程序流 第4学时基本构件的堆栈:列表与数组 第5学时进行文件操作 第6学时模式匹配 第7学时哈希结构 第8学时函数-1 hour introductory paragraph 2 Perl school Perl's basic components : Digital string section and three school flow control procedures
1
- 一、实践的目的和要求 加深对《C语言》课程所学知识的理解,进一步巩固C语言讲法规则。学会编制结构清晰C语言课程设计报告 、风格良好、数据结构适当的C语言程序,从而具备解决综合性实际问题的能力 二、内容 在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文
3-java
- 宠物商店, 1. 所有宠物都具有:名字,颜色和年龄 三个属性。宠物建议命名成Pet 2. 宠物商店中可以增加宠物、根据名字、颜色、年龄查询宠物。宠物商店建议命名成PetStore 3. 考虑实现方便,目前只有两种宠物,Cat 和 Dog ,后续会继续增加宠物类别,但是Cat和Dog具体有多少只,需要用户决定数量; 4. 宠物商店中对宠物的存放结构必须使用数组(具体数组多大,也就是多少只宠物,由用户决定数量,同第三条一个意思); 5. 测试类(PetStoreDemo),要求能
chengjiguanli
- 学生成绩管理:(结构体数组、函数、指针、算法、流程结构及文件等的综合应用) 程序说明:有N个学生,每个学生的数据包含学号(不重复)、姓名、三门课的成绩及平均成绩,试设计一学生成绩管理系统,使之能提供以下功能: -Student Score: (array of structures, functions, pointers, algorithm, process structure and the documents of the integrated application)
shujujiegou
- 主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree, locate, map, and the like capa
shujujiegou_C
- 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
C
- 《程序设计基础》课 程 设 计:包括实验报告和源代码 题目一: 使用菜单选择程序 题目二: 用结构数组设计职工文件 题目四: 链表信息管理 -" Program Design" Course Design: including lab reports and source code subject 1: Use the menu to select the program title 2: The structure of the array design fi
Student-C
- 学生管理系统包括//在主函数中进行功能选择。 //调用open()函数,建立文件f.txt //调用input()函数,从键盘输入5个学生的数据送到结构数组中. //调用alter()函数,对数据进行修改 //调用search()函数,对数据进行查询: 调用search_num()函数,按学号查询; 调void search_name()函数,按姓名查询 //调用void ch()函数,进行统计查询: 调用sk()函数,查询三科成绩均大于85分的记录; 调用b
structural-body
- 8.1 基本要求 z 熟练掌握结构体类型的概念和定义方法以及结构体变量的定义和引用. z 掌握结构体类型数组的概念。 z 掌握指向结构体类型的指针概念和应用. z 熟练掌握运算符“.”和“-> ”的应用。 z 了解共用体的概念和应用。 z 了解用typedef定义新的类型名。 -翻译8.1 basic requirements Master structure body types of concept and definition method and
jiejiguanli
- 一 、系统简介 设计一个基于结构体数组的学生学籍管理系统
cPP
- C++学习资料 包括C++动态数组 C++类模版和链表结构-C++ learning materials including C++ dynamic array C++ of class template and linked list structure
chaoshiguanlixitong-Cyuyan
- 超市商品管理系统C语言论文 随着社会的逐步发展,超市在老百姓的生活中占据着重要的位置。然而琳琅满目的商品的管理也是一个大问题,在任何一个商店这都是不可忽视的问题,所以超市对商品的管理设计是很重要的,它可以在很大程度上帮助超市人员管理商品情况。 改程序一共有五个模块 ,不但可以进行超市信息的显示录入,查找,删除,更新,还能对货品的一些清单进行打印,操作界面简洁,操作简单。 程序用了指针、链表、数组、结构体等知识点,可运用于小的管理软件。软件运用菜单实现交互式管理,用户轻松的按键就
IntroductiontoC
- C语言的基本概念,选择结构设计,数组和函数的定义。-The basic concepts of the C language, select the structural design, arrays, and function definitions.
C_Language
- C语言的经典教程,涵盖了指针、数组、结构体等类型,适合初学者和零基础自学-Classic C language tutorial covers pointers, arrays, structures, and other types, suitable for beginners and zero-based self-study
kernel_list_and_hash_table.tar
- Linux 内核的实现,大量使用了数据结构,包括了数组、链表和散列表。其中用的最多的是双向循环链表。 Linux 内核使用的是自己定义的链表和散列表,简单而高效,使用方法也非常的别具一格。-Implementation of Linux core, the extensive use of data structures, including arrays, linked lists and hash table. The most widely used is the double circu
11
- 熟练运用二维数组,链式存储结构,结构体等有关知识编写程序-Proficient knowledge of two-dimensional arrays, linked storage structures, structures and other programming
vb.net
- VB.NET基础、简单的VB.NET程序设计、VB.NET语言基础、基本的控制结构、数 组、过 程、用户界面设计、面向对象程序设计基础、文 件、图形应用程序开发、数据库应用程序开发-Based, simple, VB.NET, VB.NET, VB.NET language program design, basic structure, several groups, the control of process, user interface design, object-oriented
N-student-data
- N名学生的数据已在主函数中放入结构体数组S中,请编写函数fun,它的功能是:把分数最低的学生数据放在b所指的数组中,注意:分数最低的学生可能不止一个,函数返回分数最低的人数。-N student data has been placed in the main function of the array of structures S, write a function fun, its function is to: the lowest score of student data on th
C-Language-Advanced-Topics
- C语言高级专题.数组&字符串&结构体&共用体&枚举-C language advanced topics. & String array structure & & & enumeration union