-
一个关于出入迷宫的C++程序
一个关于出入迷宫的C++程序-a maze of access to the C program
- 2022-08-22 12:20:43下载
- 积分:1
-
用单链表实现名片管理,本例还将数据结构与对话框,文档试图有机结合起来,希望能给读者以更多启发....
用单链表实现名片管理,本例还将数据结构与对话框,文档试图有机结合起来,希望能给读者以更多启发.-achieve card management, the cases will dialog with the data structure, the document attempts to combine the organic, hoping to give readers more enlightening.
- 2022-03-15 07:59:56下载
- 积分:1
-
一些可能用的到的图标资源
一些可能用的到的图标资源-some might use the resources of the icon
- 2022-03-03 03:58:49下载
- 积分:1
-
标 题: 【原创】dll模块隐藏的另一种方法及实现细节
作 者: J.Boy
EMail: ajunboy@GMail.com
时 间: 2009...
标 题: 【原创】dll模块隐藏的另一种方法及实现细节
作 者: J.Boy
EMail: ajunboy@GMail.com
时 间: 2009-04-08,18:13-Title: 【原创】 dll module Another way to hide implementation details and the author: J. Boy EMail: ajunboy@GMail.com Time: 2009-04-08,18:13
- 2022-05-27 21:01:44下载
- 积分:1
-
用c++实现的电子时钟
一个简单的c++程序,这是我在以前刚学c++语言时做的一个课设,即模拟电子时钟,实现电子时钟的功能,在vc++控制台上显示输出。比较简单,可供初学c++的初学者参考。
- 2022-05-25 07:58:50下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
VB学习的一个完整版本,是基于VB6.0的!希望对大家的学习有一定的帮组
VB学习的一个完整版本,是基于VB6.0的!希望对大家的学习有一定的帮组-VB learning a complete version, is based on the VB6.0! Hope everyone has a certain degree of learning to help groups
- 2022-04-10 16:15:47下载
- 积分:1
-
jquery速查手册,一张简图包含了所有jquery最常用的函数简介.
jquery速查手册,一张简图包含了所有jquery最常用的函数简介.-jquery cheatsheet,a snap diagram include all usual function info.
- 2022-05-05 16:02:54下载
- 积分:1
-
CPU 监视器
主要特点
从所有基于英特尔 ® 酷睿处理器读取温度信息。不支持奔腾 4 处理器。
单独校准真正 Temp 为每个核心的你的 CPU 的能力。
程序基于收集使用 Fluke 62 红外测温仪的温度数据。
测试传感器功能会检查你 DTS 传感器的任何问题的迹象。
跟踪的完整日志记录功能的最低和最高温度。
报告和咬了英特尔 PROCHOT # 热节气门活动的日志记录。
快速、 非常准确和可重复的基准。
显示 MHz、 TJMax、 CPUID、 APIC ID 和校准设置。
基于 CPU 或 NVIDIA GPU 温度的温度高报警和停机功能。
安装或注册表项不需要任何修改。
支持 Windows 2000 / XP / Vista / Windows 7 / Windows 8 (32 和 64 位)
- 2022-04-13 09:44:06下载
- 积分:1
-
这是个能实现链队列的创建、删除、插入、销毁的程序,对于链表的学习很有用。...
这是个能实现链队列的创建、删除、插入、销毁的程序,对于链表的学习很有用。-This is a chain to realize the creation of the queue, delete, insert, the destruction of the procedure, the list of study very useful.
- 2022-08-07 15:59:34下载
- 积分:1