Description: This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advanced topics such as networking and real-time operating
systems. It is accompanied by a CD-ROM containing copies of all programs
and software tools used in the text and a `student version of the C
complier
Designing Embedded Systems with PIC Microcontrollers: Principles and
Applications is ideal for students of electronics, mechatronics and
computer engineering. Engineers in industry and informed hobbyists will
also find this book a valuable resource when designing and implementing
both simple and sophisticated embedded systems using the PIC
Microcontroller. Platform: |
Size: 7875642 |
Author:老猴 |
Hits:
Description: 用SQL语言做的一个学生管理系统,包括查询,删除,修改,注销等-use the SQL language to a student management system, including inquiries, deletion, modification, cancellation, etc. Platform: |
Size: 138240 |
Author:吴旭亮 |
Hits:
Description: This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advanced topics such as networking and real-time operating
systems. It is accompanied by a CD-ROM containing copies of all programs
and software tools used in the text and a `student version of the C
complier
Designing Embedded Systems with PIC Microcontrollers: Principles and
Applications is ideal for students of electronics, mechatronics and
computer engineering. Engineers in industry and informed hobbyists will
also find this book a valuable resource when designing and implementing
both simple and sophisticated embedded systems using the PIC
Microcontroller. Platform: |
Size: 7875584 |
Author:老猴 |
Hits:
Description: 用C语言编写的学生管理系统.系统具有输入、显示、查询、排序、插入,保存、读取基本功能-Using C language student management system. System has input, display, query, sort, insert, save, read the basic functions of Platform: |
Size: 23552 |
Author:苏 |
Hits:
Description: 用C#和SQL语言在VS 2005环境下写的一个学生管理系统..界面漂亮...我刚学C# 写的这个..希望和大家一起交流学习-With C# And the SQL language environment in VS 2005 to write a student management system interface beautiful .. ... I just learn C# Write this .. I hope everyone together and exchange of learning Platform: |
Size: 2626560 |
Author:drychq |
Hits:
Description: 学生管理系统,是一个纯c语言程序,用vc++编译器进行编译。使用链表原理,没有数据库,数据储存在内存里,程序结束则数据消失。功能包括学生信息添加,删除,查找,排序。包含源码和可执行程序。-Student management system, is a pure c language program vc++ Compiler to compile. The principle of the use of linked list, there is no database, data stored in memory, the end of the process the data disappear. Features include student information to add, delete, search, sort. Includes source and executable programs. Platform: |
Size: 10240 |
Author:赵俊国 |
Hits:
Description: 纯C语言实现的小型学生信息管理系统。不管是初学C还是很久不用C的人来说,不能不算是一补充。-Pure C language to achieve a small student information management system. Whether beginner C or C a long time for those who do not can not but be regarded as a supplement. Platform: |
Size: 756736 |
Author:林财原 |
Hits:
Description: 这又是一个学生管理系统的javescript实现,操作简单,容易学习-This is a student management system for C language, simple operation, easy to learn Platform: |
Size: 450560 |
Author:董坚强 |
Hits:
Description: C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统;
2、利用结构体数组或动态链表实现学生通讯录的数据结构设计;
3、系统具有增加,查询,删除等基本功能;
4、系统的各个功能模块要求用函数的形式实现;
5、将通讯录信息存在文件中;
6、完成设计任务并编写课程设计说明书。
7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。
-Student Book C Language Course Design (functional): 1, C language system 2, the use of an array or a dynamic linked list structure to achieve student contacts data structure design 3, the system has increased, query, delete and other basic functions 4, the system requirements of each module is implemented with the function 5, the existence of the file directory information 6, complete the design task and the preparation of curriculum design manual. 7, each student submitted to the source (*. c), executable (*. exe), save the address book file addrbook, curriculum design specifications of electronic documents (word). Platform: |
Size: 11264 |
Author:hefuping |
Hits:
Description: 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve data entry, insert, delete, query, modify, display operations, as the file related operations, that student data saved to a file and load the file, you can use the C language file operations related functions to achieve. Platform: |
Size: 304128 |
Author:肖飞 |
Hits:
Description: 用C语言编写的一个学生宿舍管理系统,程序简单易懂,适合初学者-Written in C language, a student dormitory management system, the program easy to understand for beginners Platform: |
Size: 115712 |
Author:钱凌波 |
Hits:
Description: 用C语言写的学生信息管理系统,在Dos界面下,有选择菜单。能够对学生信息进行增加,删除,修改和查询。查询的方式有很多种,如按学号,姓名查询等。适合初学者学习!编译环境Visual Studio 6.0-英语中文(简体)日语Written in C language student information management system, in Dos interface, have a choice menu. Student information to be able to add, delete, modify, and query. There are many ways a query, such as by student number, name inquiries. Suitable for beginners to learn! Visual Studio 6.0 compiler environment Platform: |
Size: 299008 |
Author:Thomas |
Hits:
Description: 自己实现的C语言学生管理系统,带文本数据库,写了对文本文件的操作。
创建学生数据库(文件)
向数据库中录入内容
显示指定文件(数据库)中的内容
按照总分进行排序
向数据库中增加一条学生记录
删除一条学生记录
修改指定学生的记录
查找指定学生的记录
排序(子菜单,按照任意字段进行排序)
查询及格或不及格学生信息
更换数据库
退出学生管理系统-Realizing the C language student management system, with text database, wrote to the operation of the text file.
Create student database (files)
To your database entry content
Display the specified file (database) the content
According to the total score sorting
One article is added to the database student records
Deletes a student records
Modify the student named record
Search the student named record
Sorting (submenu, according to random fields to sort)
Inquires the pass or fail students information
Change database
Exit the student management system Platform: |
Size: 309248 |
Author:黄培雄 |
Hits:
Description: 用c语言做了一个学生成绩管理系统,很好的对学生成绩等一些信息做了统一规划-C language a student achievement management system, and good student performance and other information to do the unified planning Platform: |
Size: 1570816 |
Author:miaomiao |
Hits:
Description: 这是一款基于c语言链表结构开发的小型学生证管理系统,基本功能包括添加学生信息,按学号查找,删除成员,修改信息,按学号排序并打印出来,还可以显示班级信息。该系统可用于C语言和数据结构的课程设计-This is a small student ID card management system based on C language linked list structure developed, the basic features include adding student information, according to school number to find and remove members, modify the information, sorted by student number and print it out, and can also display the class information. The system can be used for curriculum design of the C language and data structure Platform: |
Size: 189440 |
Author:陈峰 |
Hits:
Description: 基于C语言开发的学生信息管理系统。
1.设计一个学生信息管理系统,方便管理学生学籍资料。
2.学生信息构成内容包括学号、姓名、年龄、性别、出生日期、家庭地址、电话号码和邮箱,通信录数据类型定义为结构体类型。
3.程序执行的命令和功能有:(1)增加学生记录(2)删除学生记录(3)查询学生记录(4)修改学生记录(5)显示学生记录(6)保存学生记录(7)结束退出系统
4.删除、查询、修改功能均可通过学号和姓名两种方式进行,方便操作。
5.保存学生记录采用二进制文件存储数据。
-Based on the student information management system for C language development.
1. Design of a student information management system to facilitate the management of student record information.
2. The composition of the contents of student information, including Student ID, name, age, gender, date of birth, home address, telephone number and email, address book data type is defined as the type of structure.
3. The program execution of commands and functions: (1) to increase students' records (2) to delete the end of the student records (3) check student records (4) modify student records (5) student records (6) to save student records (7) out of the system
4. Delete, query, modify the functionality available through the school number and name are two ways to facilitate the operation.
5 Save the student records using the binary file to store data. Platform: |
Size: 67584 |
Author:alan |
Hits:
Description: 这是一个用c语言编写小型的学生信息管理系统,主要功能有
1----------学生录入
2----------学生浏览
3----------学生查询
4----------学生删除
5----------成绩统计
0----------退出系统
附带系统的实现功能word-This is a small student information management system, using the c language main function Entry 2---------- 1---------- students students to visit 3---------- student inquiries delete 5---------- 4---------- student achievement statistics of 0---------- exit system included with the system to achieve functional word Platform: |
Size: 13312 |
Author:唐风 |
Hits:
Description: 如何用C语言程序编写一个学生成绩管理系统,界面用菜单进行设计。菜单功能可用函数实现-A student performance management system, how to use the C language programming interface menu design. Menu functions available function implementations Platform: |
Size: 6144 |
Author:高昱 |
Hits:
Description: 计算机高级语言(C++)课程设计,内容是一个学生通讯管理系统的实现,很值得研究学习-Computer language (c++) curriculum design, the content is a student communication management system realization, it is worth to study
Platform: |
Size: 587776 |
Author:黄河 |
Hits: