-
Excel格式的C + +出口
c++导出EXCEl格式文件-c++ Export EXCEl format
- 2023-05-27 17:00:03下载
- 积分:1
-
CMOS信息读取
读取CMOS信息并在对话框中显示
- 2022-06-28 08:04:27下载
- 积分:1
-
基于windowas ce4.2的一个ir通信的程序,
使用EVC++编写,提供一个基于sh3处理器的例子...
基于windowas ce4.2的一个ir通信的程序,
使用EVC++编写,提供一个基于sh3处理器的例子-windowas ce4.2 based on the ir a communications procedures, the use of EVC prepared to provide a processor based on CPU example
- 2022-01-24 13:39:42下载
- 积分:1
-
how XP.Embedded system will be cut following the 200M, can support multimedia ap...
介绍如何将XP.Embedded系统裁减到200M以下的办法,可以支持多媒体应用,可是嵌入式开发者的利器哦-how XP.Embedded system will be cut following the 200M, can support multimedia applications, but developers of embedded weapon oh
- 2022-07-18 00:13:25下载
- 积分:1
-
一个颜色互换的例子,显示了不同图形不同颜色随着时间而变化,入门好程序...
一个颜色互换的例子,显示了不同图形不同颜色随着时间而变化,入门好程序-a color swap example to show that the different color graphics change with the times, good entry procedures
- 2022-08-16 22:00:41下载
- 积分:1
-
C语言和汇编在KEIL上的混合编程
C语言和汇编在KEIL上的混合编程...
C语言和汇编在KEIL上的混合编程
C语言和汇编在KEIL上的混合编程-C language and compiled in the mixed KEIL programming C language and compiled in the mixed programming KEIL
- 2022-05-24 14:59:38下载
- 积分:1
-
一个不错的屏幕键盘操作程序,决不亚于windows自带的虚拟键盘程序吆!...
一个不错的屏幕键盘操作程序,决不亚于windows自带的虚拟键盘程序吆!- A good screen keyboard operation sequence, is inferior to the
hypothesized keyboard procedure which windows brings to shout in no
way!
- 2023-09-04 06:55:03下载
- 积分:1
-
算法程序
算法程序
-algorithm
- 2023-05-04 22:20:02下载
- 积分:1
-
Distribute_MNIST_tensorflow
基于tensorflow的一个分布式部署的小demo适合入门试手
- 2022-02-05 11:48:54下载
- 积分:1
-
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L)...
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L) //折半插入排序
void BubbleSort(SqList L) //冒泡排序
void QuickSort(SqList L) //快速排序
void ShellSort(SqList L) //希尔排序-This document includes a variety of commonly used sorting algorithm void InsertSort (SqList L)// direct insertion sort void BInsertSort (SqList L)// half insertion sort void BubbleSort (SqList L)// Bubble Sort void QuickSort (SqList L)// quicksort void ShellSort (SqList L)// Hill sort
- 2023-04-10 05:10:02下载
- 积分:1