-
通过这个ADC old驱动源码,可以了解WinCE下驱动程序的编写
通过这个ADC old驱动源码,可以了解WinCE下驱动程序的编写-Through the ADC old driver source code, you can understand the driver under WinCE prepared
- 2022-08-12 08:45:38下载
- 积分:1
-
delphi做的小程序,开机自启动到托盘区,可以定时提醒、打开某个文件、关机等...
delphi做的小程序,开机自启动到托盘区,可以定时提醒、打开某个文件、关机等-so small program since the launch of the boot tray area that regularly reminded, open a document, such as shutdown
- 2023-06-19 16:20:03下载
- 积分:1
-
简单和经典的小程序,将有助于程序员获得更多的经验,答:..
简单而经典的小程序,有利于编程人员获得更多的经验,更好的了解C的编程-Simple and classic small program will help programmers to get more experience, a better understanding of C programming
- 2023-02-17 08:20:03下载
- 积分:1
-
single bus DS1820 temperature sensor applications (data collection, processing a...
单总线温度传感器DS1820的应用(数据采集,处理,输出,串行通信等)-single bus DS1820 temperature sensor applications (data collection, processing and output, serial communications, etc.)
- 2022-01-22 16:05:57下载
- 积分:1
-
MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。-How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways.
- 2022-04-09 21:22:34下载
- 积分: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
-
本小程序能察看windows 下面的处理器以及内存的一些信息
本小程序能察看windows 下面的处理器以及内存的一些信息-this procedure can see small windows below the processor and memory information
- 2022-06-27 15:37:49下载
- 积分:1
-
winpcap 3.0源代码
网络抓包底层源码,适合网络协议栈及抓包工具开发者。
winpcap的目的在于为win32应用程序提供访问网络底层的能力。
Winpcap特别适用于下面这几个经典领域:
1、网络及协议分析
2、网络监控
3、通信日志记录
4、traffic generators
5、用户级别的桥路和路由
6、网络入侵检测系统(NIDS)
7、网络扫描
8、安全工具
- 2022-01-28 20:30:03下载
- 积分:1
-
用VC编写正轴等角割圆锥投影源程序的设计.还不尽完美!欢迎下载指导!...
用VC编写正轴等角割圆锥投影源程序的设计.还不尽完美!欢迎下载指导!-There a positive axes equal angle conic projection program.It is not very perfect.Welcome to download and instruct .
- 2022-08-05 22:34:59下载
- 积分:1
-
杭州电子科技大学的一些题源代码,可以参考下
杭州电子科技大学的一些题源代码,可以参考下-Hangzhou University of Electronic Science and Technology of the source code of a number of questions, you can refer to the following
- 2022-08-14 02:22:29下载
- 积分:1