搜索资源列表
PingIp
- 用vb实现ping功能,调用 windows dll 和 注册表,源代码非控件。可以学习如何使用动态链接库和注册表。-with vb achieve ping function, and call windows dll registry, non-source code control. Learn how to use the dynamic link library and the registry.
explicit_freelist_malloc
- 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
linklistnode(c++)
- 此系统比较简单,用c++类机制描述了数据结构中的线形链表,供正在学习C++的同学参考,避免对c++中对象的创建,动态分配内存的错误理解.这需要一段时间专心的理解,反复推敲,看不到很好的效果.注意不要照搬照用,一定要理解才能驾驭它.即是编写应用程序.
HardwareID
- 一个根据硬件ID和程序ID生成注册码的动态链接库DLL,可以根据计算机CPU、硬盘、网卡、BIOS生成唯一识别码。该组件不是从注册表中获得,而是直接从硬件获取信息,不需要管理员权限。支持最新的WIN7系统。适应于软件开发,注册。保护自己的软件。 使用方法:把Crack下的文件复制到安装程序目录下覆盖。在程序调用入口使用如下注册码:R5LR-S4TQ 示例:GetHardwareID(b_HDD, b_NIC, b_CPU, b_BIOS, "R5LR-S4TQ")
CNewList
- 管理双向链表的一个类,支持整形,浮点型,字符型,字符串等,能够很方便的增加自定义类型,能动态增加,删除任何位置的元素-Management of a class of two-way linked list to support the plastic, floating-point type, character, string and so on, can easily customize the type of increase that can dynamically add, dele
debugging_malloc
- SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
dongtailianbiao
- 可实现对动态链表的基本功能包括增加元素、删除元素、插入元素等操作,让你明白动态链表的用法。-Can realize the basic functions of the dynamic list include increasing the elements, remove elements, inserting elements and other operations, so that you understand the usage of dynamically linked.
StudentSystem
- 学生管理系统,用动态链表实现,学生信息的输入,能实现详细查询,模糊查询,插入删除,计算平均分功能。还可以实现一些图形显示。-Student management system, with dynamic linked list implementation, student information input, enables detailed queries, fuzzy queries, insert delete, calculation of the average sub-functi
linklist
- 数据结构 链表的实现 动态链可以进行删除 插入等操作-Data structure linked list of dynamic chains can be removed into other operations
fifo
- 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
b
- 动物运动会实验报告的源代码项目,基于C++编写,目的主要是让C++编程爱好者掌握“指针”的概念,理解链表的结构特点;掌握动态空间的使用,熟练包含指针成员的类的实现;实践OOP中的继承性及多态性并体会其优点 -The Animal Games experimental report source projects, write based on C++, the main purpose of grasp the concept of the " pointer" is to l
p6
- 首先,您将实现一个模板双端,双链表或DLIST。然后,您 建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。 该项目将让您在申请动态内存管理的经验,实施 模板容器类(双端双向链表,或Dlist中),使用at- 最多一次不变的存在,所有权和保护规则来实现两个简单的 采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, im
hash_table
- 在Linux环境下,用动态数组和双向链表实现的哈希表-Dynamic arrays and hash tables doubly linked list implementation
CppStudy
- 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, pointers, linked lists, are