-
多项式
用链表实现多项式的加减乘除以及多项式的打印显示(Addition, subtraction, multiplication, division and display of polynomials by linked list)
- 2019-05-19 08:17:30下载
- 积分:1
-
Protues-jiaocheng
protues的教程,初学者的必备,可以学习很多东西,对自己收益很大(study protues)
- 2013-11-28 11:53:19下载
- 积分:1
-
Comghbobox
演示了vc控件Combobox的一些重要属性的设置和获取。(Combobox vc demonstrated some important properties of the control settings and access.)
- 2011-05-28 17:37:02下载
- 积分:1
-
StackandQueue
该ppt包含了栈和队列的数据结构及基本操作,同时还有栈的举例(This ppt contains the stack and queue data structure and basic operation, as well as examples of the stack)
- 2013-12-06 21:02:24下载
- 积分:1
-
南瑞的IEC104规约实现的源码
IEC104名字解析,104从站协议解析(IEC104 name resolution)
- 2020-10-23 17:27:22下载
- 积分:1
-
md5加密c++跨平台
md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){ context->count[0] = 0; context->count[1] = 0; context->state[0] = 0x67452301; context->state[1] = 0xEFCDAB89; context->state[2] = 0x98BADCFE; context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){ unsigned int i = 0; unsigned int index = 0; unsigned int partlen = 0; index = (context->count[0] >> 3) & 0x3F; partlen = 64 - index; context->count[0] += inputlen count[0] < (inputlen count[1]++; context->count[1] += inputlen >> 29; if(inputlen >= partlen) { &n
- 2022-01-22 14:33:35下载
- 积分:1
-
ModelViewer
用MFC生成DLL的简单例子,稍微改改就能用(Build the DLL with MFC simple example, be able to use slightly changed)
- 2012-08-25 12:17:20下载
- 积分:1
-
Compiled-example-for-Sim908
Compileded example for sim908 embedded AT
Burn at 0x004000 address with embedded at core
- 2014-01-17 17:24:13下载
- 积分:1
-
opencv 实现Harris角点检测
使用openCV实现Harris角点检测,示例图片需要按照自己的实际情况修改,算法实现并未使用openCV自带算法,而是自己一步步实现,便于大家理解基础理论。。。
- 2023-03-13 07:30:03下载
- 积分:1
-
Audio_wince_evc
WINDOWS CE.NET EVC的音频信号处理软件,可以很好的显示音频波型(WINDOWS CE.NET EVC audio signal processing software, can be a very good show audio waveform)
- 2008-01-29 15:52:01下载
- 积分:1