Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - access C
Search - access C - List
自写的C语言队列的代码,include后可以直接使用-since written in C language code cohort, include direct access after
Date : 2025-12-22 Size : 1kb User : 邹健

该C程序实现了对数组结构这种基本的数据结构的访问和操作,并对其中的元素进行了改变同时使用了素数的判断操作-The C program for the array structure of this basic data structure of access and manipulate the elements of which were changed at the same time the use of prime numbers to determine the operation
Date : 2025-12-22 Size : 1kb User : 韩璐

进入光盘中的“\DSDemoC”目录,运行DSDemo.EXE,可以进入 数据结构算法演示系统(C语言描述)V3.1C中文版。该软件是在原DOS版程序 基础上改进而成,具体操作请按照界面上的提示进行。 -Access to the optical disk in the DSDemoC directory, run DSDemo.EXE, can enter the data structure of Algorithm Demonstration System (C language description) V3.1C Chinese version. The software is in the original DOS version of the procedure based on the improved form, the concrete operation of the interface please follow the prompts.
Date : 2025-12-22 Size : 302kb User : 韩冷飞

C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(需重载 == 和 < 运算符)-C/C++ Commonly used data structure includes: array.h: security array, can automatically increase in size (random access, but when the expansion of low efficiency) linkedlist.h: general list (which can be random access, but the low efficiency ) dclinkedlist: two-way circulation list (non-random access, but the insert, traverse the list of high efficiency than ordinary) hashtable.h: hash table (using the key identity elements, the same key elements that are equally divided, to be Overloading == operator by user-defined hash function) binstree.h: binary search tree (to be overloaded == and
Date : 2025-12-22 Size : 16kb User : sam

DL : 0
题目:停车场管理问题 【问题描述】: 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交费。如果停留在便道上的车未进停车场就要离去,允许其离去,不收停车费,并且仍然保持在便道上等待的车辆的次序。编制程序模拟该停车场的管理。 -Title: parking management issues 【Description of the problem: N has a parking strip of parking cars, it can be only one door for vehicular access. Vehicles to reach the car park by the time sooner or later followed by the most from the car park inside the main door to the big park (the first arrival of the first car on the parking lot of the inside). If the car park has been full of cars n, then the vehicle was only in the parking lot outside the gate waiting for the road, once the car park a car drive away, then came in on the sidewalk on the first car into the garage. If there is a car park vehicles to drive away, after it entered the parking lot of the cars have to be first out of the car park to make way for it, wait out the car park, these vehicles according to the order of the original approach. Vehicle leaving the parking lot when it is in the parking lot should be in accordance with the length of stay fee. If you stay on the sidewalk into the parking lot of the cars did not
Date : 2025-12-22 Size : 6kb User : pmy

C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型,便于实现各类复杂的数据结构。它还可以直接访问内存的物理地址,进行位(bit)一级的操作。由于C语言实现了对硬件的编程操作,因此C语言集高级语言和低级语言的功能于一体。既可用于系统软件的开发,也适合于应用软件的开发。-C language is a structured language. It is level, clear and easy modular approach according to organizational procedures, easy to debug and maintain. C language, strong performance capabilities and processing power. It not only has a rich operators and data types, is easy to realize all kinds of complex data structures. It can also directly access the physical address of the memory to carry out bit (bit) an operation. As the C language to implement the hardware programming operation, so C-set high-level language and low-level language functions in one. Can be used for system software development, is also suitable for application software development.
Date : 2025-12-22 Size : 194kb User : linhaicong168

这是本人C++的课程设计(内附课程设计报告)。题目是图书馆里系统。用的数据库是ACCESS,里面的表都符合3NF。连接数据源方法,请看里面的课程设计报告。-This is my C++, curriculum design (with curriculum design report). Topic library system. Database is used by ACCESS, inside the table are in line with 3NF. Connect the data source methods, see the inside of the curriculum design report.
Date : 2025-12-22 Size : 3.54mb User : 柯安滨

c++ 模拟指针 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ simulation features including access to the element pointer, delete elements, add elements, output elements. Use module
Date : 2025-12-22 Size : 839kb User : yuanfeige

c++链表 功能包括添加元素、删除元素、出入元素、访问元素。 使用模板实现-c++ linked list, functions include add elements, remove elements, access element, access element. Use templates
Date : 2025-12-22 Size : 249kb User : yuanfeige

c++ 间接寻址 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ features including access to indirect elements, remove elements, add elements, output elements. Use module
Date : 2025-12-22 Size : 849kb User : yuanfeige

1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor requires at least two 2, designed for the members of the class variables 3, for the string class member functions provide the necessary, refer to C++ class library string class provided that the member function, at least, including the characters find access C style strings, get the string length, string comparison. 4, requires the design of such a good package of 5, to have a normal operation of the test program to test all the class member functions
Date : 2025-12-22 Size : 678kb User : nicai

泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library (STL) C++ standard library provides a safer, more flexible data collection approach. STL' s main two characteristics: the separation of data structures and algorithms, non-object-oriented nature. Access the object through the same iterator as a pointer implementation container is like linked lists, data structures like vector, according to the template provided algorithm is a function template, the data for the operation of the container. STL to the template-based, it can be used for any data type and structure.
Date : 2025-12-22 Size : 739kb User : fdsf

DL : 0
编写一个C编程,实现这样的功能:从键盘输入任意个整数,以0作为结束标志,对这个整数序列从小到大排序,并输出排序后的结果。 题目分析:在这里应用链表作为数据的存储结构。因为链表的存储空间是分配在系统的动态存储区的,因此可以在程序执行时动态的分配内存。这样就可以轻松的解决动态的数列访问问题。-Write a C program, to achieve this functionality: any integer from the keyboard, with 0 as the end mark of the integer sequence from small to large order, and outputs the sorted results. Topic analysis: Here the application list as a data storage structure. Because the list of storage space is allocated in the system s dynamic storage area, so the program can be executed in the dynamically allocated memory. This can easily solve the problem of dynamic access to the data series.
Date : 2025-12-22 Size : 1kb User : 小陈

使用单向链表实现存取、删除、修改用户信息。使用C++编写,代码清晰明了-Use the list to achieve access, delete, modify user information.
Date : 2025-12-22 Size : 3kb User :

DL : 0
教程 可以看着里面的PPT自学c语言,省去了去查阅书籍的麻烦-The tutorial can look inside the PPT self-c language, eliminating the trouble of access to books
Date : 2025-12-22 Size : 3.41mb User : yuze gao

约瑟夫问题的C语言实现,程序代码很简单,详细理解可查阅相关资料,或者联系我-Joseph C language, the program code is very simple, a detailed understanding of access to relevant information, or contact me
Date : 2025-12-22 Size : 10kb User : 天下

DL : 0
c语言实现的树结构的创建,访问,插入数据,删除数据,前序、后序、中序遍历数等关于树的基本操作!-Creating c language tree structure, access, insert data, delete data, preorder, postorder, preorder a few other basic operations on the tree!
Date : 2025-12-22 Size : 23kb User :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.