登录
首页 » Windows开发 » 个人编写的一些类(单链表,栈等)

个人编写的一些类(单链表,栈等)

于 2022-03-17 发布 文件大小:5.64 kB
0 84
下载积分: 2 下载次数: 1

代码说明:

个人编写的一些类(单链表,栈等)-prepared by the individual category (single linked list, stack, etc.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 自定义相机拍照
    android中实现自定义相机拍照功能,可以自己实现倒计时拍摄冰保存,可以自己设置预览的大小和照片分辨率以及前后摄像头的调用,等等
    2022-03-11 23:59:02下载
    积分:1
  • 这个是学籍管理系统~有成绩学生课程三个表~里面还有一些资料做的比较简单~不过是今年的高分...
    这个是学籍管理系统~有成绩学生课程三个表~里面还有一些资料做的比较简单~不过是今年的高分-This is management system ,it habe three form about student score schedule,and it have simple compare about date.
    2022-09-07 23:20:03下载
    积分:1
  • kinect fingerTip
    这个一个用于识别手指的代码,跟一般的opencv识别不同,采用kinect传感器,可以动态识别手指,建立手指的简单模型,获取手指数据,从而实现一些应用,别如用手指控制电脑鼠标,模拟键盘,钢琴等。。。。。。。。。
    2022-08-19 20:00:53下载
    积分:1
  • Consonant characters to complete the source code (90KB), novice training.
    汉字转声母完全源代码(90KB),新手训练的。-Consonant characters to complete the source code (90KB), novice training.
    2022-02-22 02:15:35下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Is a financial management system, the program can run, please rest assured that...
    是一个财务管理系统,程序可以运行,请放心使用-Is a financial management system, the program can run, please rest assured that the use of
    2022-03-22 03:06:24下载
    积分:1
  • VBO编程的基本功能实现,VC6环境,提高显示速度
    VBO编程的基本功能实现,VC6环境,提高显示速度-VBO realize the basic functions of programming, VC6 environment, and improve display speed
    2022-01-24 13:18:52下载
    积分:1
  • vc++实现的GE MMT列车监控模拟,windows平台
    vc++实现的GE MMT列车监控模拟,windows平台-vc++ realize monitoring of GE MMT train simulation, windows platform
    2022-07-09 09:34:28下载
    积分:1
  • 简捷有效的小键盘指法练习软件,现提供软件和源码下载。 小键盘数字键练习工具,程序小巧实用。每次随机产生10~25个数字,只能接受小键盘的数字键输入。输入完...
    简捷有效的小键盘指法练习软件,现提供软件和源码下载。 小键盘数字键练习工具,程序小巧实用。每次随机产生10~25个数字,只能接受小键盘的数字键输入。输入完成后按回车即产生新的一组数字。程序带有计时,计速度的功能,可以作为你练习小键盘数字键的辅助工具。 打开程序后,直接敲击回车就可以开始计时了,请使用小键盘来输入数字!软件只能接受小键盘的数字按键和回车键,其他按键不响应。-Simple and effective exercises small keyboard fingering software, now offers software and source code download. Keypad number keys practice tools, procedures and practical compact. Randomly generated for each 10 ~ 25 figures, accepted only a small number keys keyboard input. Input that is, press enter after the completion of a new one set of figures. Procedures with time, including the speed function, can be used as you practice the number keys of keypad aids. Open process, a direct hit Enter to start the timer, use the small keyboard to enter a number! Software can only accept a small number of keyboard keys and the enter key, other keys do not respond.
    2022-07-03 18:39:19下载
    积分:1
  • This is a huffman code program which is important for data structure.The progra...
    这是一个哈夫曼编码的程序,使数据结构中一个非常重要的程序,程序完整,希望对大家有帮助。-This is a huffman code program which is important for data structure.The program is integrity.I hope that the program is helpful.
    2022-11-24 23:50:03下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载