搜索资源列表
Gdbhcx(C)
- 简易哥德巴赫猜想(任何一个大于6的偶数可以分解成两个素数,可以利用枚举法,先把偶数可以分解的所有奇数对列出,再判断是否为素数,直到验证成功为止)-summary Goldbach conjecture (any one of the even greater than 6 can be decomposed into two prime numbers. can enumeration method, the decomposition can even first of all to the
c++list
- 这是一个c++的list控件使用的源代码,可以-This is a list of c controls the use of the source code, s
list-stack-queue
- 这是一个C++关于链表\\栈\\队列封装的一个类~-This is a linked list of C \\ Stack \\ of a cohort Packaging category ~
list
- Program to implement a list data structure in C++ (partial) With debug output for poor-man s animation
0003
- c++链表插入操作,且链表数据元素有序,在插入时对数据进行比较,让其有序-c List insertion and data elements in an orderly List, when inserted in the data, so in an orderly
[NFA+TO+DFA]
- [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
liangbiao
- 分析了链表的基本知识,并加以实现,最终实现了其基本功能,编译运行完全正确-Analysis of the list of basic knowledge, and to be realized, the ultimate realization of its basic functions, the compiler is running entirely correct
list
- list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
list
- opis przedstawia co ma byc c++ standard
objective-C-and-iphone-guide
- 学习Objective - C语言初学者和如何开发的iPhone程序员。邮编包含四件清单。-Learn objective-c language beginner and how to develop the iPhone programer .The zip contain four list of the pieces .
Object-C-DRLL
- 双向循环链表,函数初始化,函数功能:增加节点,删除节点,查找节点。-Two-way circular linked list function initializes the function: add nodes, delete nodes, find nodes.
Object-C-DLLN
- 在双向链表能完成各种插入节点,删除节点操作.与单链表上的插曲和删除操作不同,双向链表中插曲和删除可以同时修改两个方向上的指针.-Doubly linked list to complete various insert node, delete node operation. Episode, and delete operations on a single linked list, doubly linked list episode and delete pointer can modif
Object-C-LinkList
- 建立链表,查找运算,插入运算,删除运算.-Establish a linked list, find the operator insertion operator delete operator.
dongtaibiao.c
- 这是一个动态链表的建立、删除、逆序、插入等操作的程序-This is a dynamic linked list to delete the establishment of reverse insert and operating procedures
list
- point链表的操作,C语言实现。VC调试通过-point linked list of operating the C language.
List
- 线性表,C++语言实现,殷人昆数据结构实验-C++ language implementation, Yan Renkun data structure experiments
list
- 链表的所有操作实现,C语言,包括 链表创建 删除 增加,查找,合并-Linked list of all operations to achieve, C language, including the linked list to create a delete increase, find, merge
The-reversal-of-the-list
- 链表内结点的删除 C语言源码 数据结构源码-Delete the C language source node in the linked list data structure source
c
- 用c语言编写一个通讯录,并对他进行增加,查询,删除,修改,显示记录等操作,要写出源代码并画出流程图.. 编程要求: 在编写的程序中应该包括以下模块 第一个模块--主函数main()的功能是:根据选单的选项调用各函数,并完成相映的功能. 第二个模块--Menu()的功能是:显示英文提示选单. 第三个模块--Quit()的功能是推出选单. 第四个模块--Creat()的功能是:创建新的通讯录. 第五个模块--Add()的功能是:在通讯录的末尾,写入新的信息,并返回
(c语言)音乐播放器源码
- 一个用c语言编写的音乐播放器 操作说明: 1.单击<简单的DERL,欢迎使用>字样或点击菜单按钮添加音乐目录。 2.歌曲列表选中歌曲双击播放,鼠标右键返回桌面,鼠标左键单击歌曲名或歌手进入歌曲列表。 3.在程序桌面按鼠标右键窗口缩小至只显示歌手和歌曲名。 4.最小化按钮将程序最小化至托盘。 5.在菜单中更换背景可更换背景图或背景色,新增更换自定义的背景图。(配置背景颜色需重新启动程序才能生效。)(A music player written in C language