-
mfc10
MFC10-5图像列表控件个列表视图控件的应用实例
-MFC10-5 image list control to a list view control application examples
- 2022-03-06 20:48:35下载
- 积分:1
-
FSK-signal-demodulate
FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest values of the sequence of "in_buffer[10]"(FSK signal frequency of the procedure. This program implements the function of finding out the largest and the second largest values of the sequence of in_buffer [10] )
- 2007-11-14 01:25:46下载
- 积分:1
-
CPPLEARN
该压缩软件里包含着c++学习软件的源代码,使不错的教程。(compression software, which contains the c learning software source code, so a good guide.)
- 2005-03-30 10:18:27下载
- 积分:1
-
电脑地面站驱动故障解决办法
驱动说明解决方法, 资料仅供参考使用,切勿用于商业用途。(Driver explains the solution. The information is for reference only, not for commercial use.)
- 2020-06-19 14:40:01下载
- 积分:1
-
Chess
简单实现人机对战,使用人工智能简单算法,通过人和机器的博弈,使机器通过迭代自己判断所走的步骤。(This code simply realizes man-machine combat in chess.)
- 2019-01-31 11:19:56下载
- 积分:1
-
28181_packet
对h264之es流进行mpeg-ps封装,再封装成rtp网络包,做gb28181的可进行参考。(Mpeg- es of h264 flow ps encapsulation, then encapsulated into RTP network packet, do gb28181 for reference)
- 2020-11-24 18:39:32下载
- 积分:1
-
基于52单片机的电子称_热量形式
称取食物热量,可以预设单位重量热量值。通过扫描压力传感器信号,实时显示重量及热量(a 51 MCU process weight food calorie)
- 2020-06-25 03:00:02下载
- 积分:1
-
根据题目要求使用递归函数,计算调用了多少次函数
根据题目要求使用递归函数,根据题目给定的数学算式,求出Succ(n)的值。可以在每一次调用递归函数时增加一个计数器,用来计算调用了多少次函数,最后输出Succ(n)的值和调用递归函数次数的值。
- 2022-02-03 14:16:25下载
- 积分:1
-
dsp程序小结
DSP编程中DSP2833x_Headers_nonBIOS.cmd和DSP2833x_Headers_BIOS.cmd这两个文件分别是什么意思。
- 2022-02-05 02:45:36下载
- 积分:1
-
LINK
建立链表的算法:
新节点链入表尾建立链表:
动态分配第一个节点变量;
用指针head 妥善保存链表第一个节点的地址值;
依次动态分配一个新节点变量;
将上一个节点的指针域指向新生成的节点;
循环3),4)步骤,直到所有节点均连入链表;
将最后一个节点的指针域赋值为0;
(Establish the list of algorithms:
The new node links footer build list:
Dynamic allocation of the first node variable
Keep the list head pointer of the first node address value
In order to dynamically allocate a new node variable
The domain of a node pointer to the new generation of nodes
Cycle 3), 4) step, until all nodes are connected to the chain
Pointer field will last node assigned to 0 )
- 2015-01-05 16:03:48下载
- 积分:1