Welcome![Sign In][Sign Up]
Location:
Search - CList

Search list

[Data structsJosephcircle

Description: 思想很简单,就是一个循环链表 但要说明的是:我之所以用clist(1)来初始化,主要是我刚开始编的时候没打算解决约瑟夫环,只是想编一个带表头的循环链表,然后我用从这个程序改过来的,所以代码可以进一步优化。-Thinking is very simple, that is, a cycle list but would like to note is: I use clist (1) to initialize, mainly because I had just started when Joseph did not intend to resolve the ring, just want to provision a table with the head circulation list, and then I used to come from this process, so the code can be further optimized.
Platform: | Size: 1024 | Author: 李言 | Hits:

[ListView/ListBoxCOMP51V6

Description: 列表框的特别方法使用,自定义的继承与Clist.-List box using a special method, since the definition of inheritance and Clist.
Platform: | Size: 1678336 | Author: wangping | Hits:

[ComboBoxButtomList

Description: 一本书的源代码,其中介绍了button和单选复选还有clist控件的使用,就是一个参考-A book s source code, which introduced the check button and radio controls are clist use, is a reference
Platform: | Size: 46080 | Author: peter shi | Hits:

[SCMYCtrl(WM)

Description: Windows mobile下的透明控件(皮肤控件) 当前Windows mobile下的皮肤控件还很少,而且实现透明的更加少。本人曾经在Delphi开发过一套透明控件,于是决定把它移植到windows mobile系统下。在仿真器上和三星I718+上测试过,更换皮肤速度优化得相当快了,在Windows mobile下实属不易啊。 整套控件完全脱离MFC类,有自己的:CList、CString等组件类,所有控件由CWin这个透明窗体类派生,CWin派生CForm和CCtrl类,在CCtrl类上派生各个透明控件,有:CBtt(按钮控件)、CCheckBox、CRadioBox、CPanel、CLabel、CEdit、CWord、CPage、CGrid......,CApp为程序的应用类,担负了皮肤的加载等工作和处理系统消息的功能。 按钮控件有按下、放下、焦点、禁止四种状态,可以实现透明、半透明显示。图片可以是伸展方式或平铺方式显示,伸展方式可以自适应控件的大小。
Platform: | Size: 450560 | Author: agui | Hits:

[ListView/ListBoxcolorlist

Description: 一个可以设定颜色的list空间,其基类是CList,很好用,视觉效果也很好-One can set the color space of the list, and its base class is the CList, good use is also very good visual effects
Platform: | Size: 2048 | Author: alian | Hits:

[Windows DevelopStudentDraw

Description: 绘图并且文件序列化保存. 采用CList对不同几何图形进行操作-Mapping and sequence of document preservation. CList of different geometric shapes used to operate
Platform: | Size: 44032 | Author: yby | Hits:

[OthersuperListCtrl

Description: 自己做的CLIST控件?约鹤龅腃LIST控件自己做的CLIST控件-CLIST control of their own?龅腃about Crane LIST control their own control of the CLIST
Platform: | Size: 39936 | Author: 邓肯 | Hits:

[OtherParameters

Description: 一个类似于微软的_variant_t类,挺好用的 你觉得在VC里 CString,CStringArray,CByteArray,CArray<>,CList<>,CMap<> 还不够你用或用烦了 试试这个吧-Similar to Microsoft s _variant_t a category, you feel very good use in the VC in CString, CStringArray, CByteArray, CArray <>, CList <>, CMap <> is not enough or you tired of you try this
Platform: | Size: 9216 | Author: sporder | Hits:

[ADO-ODBCado-2

Description: This article presents 2 simple classes that make working with ADO simple. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their IDs. CDynRec : This class is the node to populate for each recordsets.
Platform: | Size: 43008 | Author: ojs | Hits:

[ListView/ListBoxCToolTipListCtrl_src

Description: clist 提框 test test demo-clist tip test test demo
Platform: | Size: 4096 | Author: bj | Hits:

[Chess Poker gamesxiangqi

Description: 背景选择中有六幅风格不同的图片以供选择,另有乐曲可于配合游戏进行。 可以选择新手提示,它会提示你当前所选的棋子所能走到的节点,方便新手使用。 用vc++ 6.0 实现,对信息的保存用到了CList,CArray及自定义的CSaveSteps等用到类,在界面实现上用到 了CListBox等控件,为了实现棋谱输出,用GetStepName这个函数进行了语法分析。文件存取用到了CFile类。-Choice in the context of six different picture styles to choose from, and another piece can be carried out with the game. Novice tips can choose, it will prompt you pieces of the currently selected node can be reached to facilitate the new use. Vc++ 6.0 with the realization of the preservation of information used in the CList, CArray and CSaveSteps such as a custom type used in the interface such as the use of CListBox control chess in order to achieve the output, using this function GetStepName parsing. Access to use the CFile file type.
Platform: | Size: 1527808 | Author: chenyu | Hits:

[Windows DevelopMy_list

Description: 完成clist类的,实现自己的clist类,可以进行封装和修改这个类-Complete class clist, clist realize their own category, can change the type of packaging and
Platform: | Size: 1024 | Author: jingsir | Hits:

[File OperateSimpleFileEdit

Description: 一个简单的二进制文件查看器,主要是CList类的派生。-A simple binary file viewer, is mainly derived from CList class.
Platform: | Size: 80896 | Author: jintao | Hits:

[CSharpcomplicatedphonebook

Description: 这是一个比较复杂的电话本,电话簿程序1.0: 内容全部来自《c++实践指导》 谭浩强 清华大学出版社 电话簿程序2.0: 把1.0中的只能显示姓名和电话号码扩充到能分别显示姓名、电话号码、Email和类别,并在DeleteRecord()中增加删除前的提示。 电话簿程序3.0: 在2.0的基础上增加virtual char* reclass()=0函数,使程序能返回类别变量的值,从而在CList::ShowList()函数中完成了按类别进行排序的功能。 电话簿程序4.0: 在3.0的基础上把查询功能改编为修改功能,LookUpRecord()变为修改功能函数。调用system("color f4")改变背景色-This is a more complicated phone book, phone book program 1.0: Content all from the " c++ guide to practice" TAN Hao-qiang, Tsinghua University Press, phonebook program 2.0: to 1.0 can only display the name and telephone number can be expanded to show both the name , telephone number, Email and categories, and in DeleteRecord () added before the deletion of the tips. Phonebook program 3.0: 2.0 based on the increase in virtual char* reclass () = 0 function, so that procedures can return the value of the variable categories, resulting in CList:: ShowList () function in the completion of the function to sort by category. Phonebook program 4.0: 3.0 based on the inquiry function adapted to modify the function, LookUpRecord () into a modified performance function. Call system ( " color f4" ) to change the background color
Platform: | Size: 12288 | Author: 王腾 | Hits:

[ComboBoxCList_1

Description: List Control列表控件示例,一个比较简单的示例,希望给大家一点帮助-List Control List Control Examples
Platform: | Size: 233472 | Author: 曾庆 | Hits:

[OS programteamgrade

Description: 学生学期成绩记录程序 2、 分析与设计 Clink: Public: char stuId[sizeOfId] char stuName[sizeOfName] double score_Maths double score_English double score_Chinese double score_SSD1 double score_Java CLink *next CLink (char id[sizeOfId],char name[sizeOfName], double maths,double english,double chinese, double ssd1,double java,CLink* nextval=NULL Clist: public: CLink *head CLink *tail CLink *fence int leftcnt int rightcnt void init() void removeall() ~CList() bool insert(char [],char[],double,double,double,double,double) bool remove(char []) bool modify(char []) void statistic() void print() const bool qurry(char []) const int leftLength() const -student s term grade recording
Platform: | Size: 4096 | Author: davidy | Hits:

[Data structsClist

Description: 各种结构形式的队列的c++代码,链表,队列等-For various types of queue c++ code, lists, queues, etc.
Platform: | Size: 13312 | Author: sean | Hits:

[GUI DevelopDynamic_VC_CList_Add_example_code_to_delete_data.r

Description: 动态的VC++ CList添加删除数据实例代码Dynamic VC + + CList Add example code to delete data-Dynamic VC++ CList Add example code to delete data
Platform: | Size: 21504 | Author: tang | Hits:

[Windows DevelopVC_dynamically_add_data_CList_example_code

Description: VC 编程实现CList动态添加数据实例代码VC programming dynamically add data CList example code -VC programming dynamically add data CList example code
Platform: | Size: 21504 | Author: , | Hits:

[ListView/ListBoxQuick_List

Description: 这是一个有关List控件,它继承了CLIST类很值得参考。-This is a List control on, it is worth considering.
Platform: | Size: 74752 | Author: Deeping | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net