-
hash算法实现及测试源码
1. 使用gcc编译器编译 test.c
gcc test.c -o test
运行./test进行测试
2. 当你自己编程时 ,请参考 test.c
a) 包含头文件 #include "hash.h"
b) 补充 hashKey 和 比较函数
3. 你可以在hash queue中放置任何数据
- 2022-02-13 18:42:28下载
- 积分:1
-
在ns2环境下,加入gpsr路由协议后的无线网络仿真
资源描述该tcl源码是在ns2中嵌入gpsr协议后,利用该gpsr路由协议进行的无线网络的仿真。里面的代码有详细的代码注释,非常适合初学者学习,并在此基础上进行其他开发。
- 2023-02-24 01:40:03下载
- 积分:1
-
linux下的线程库 C++
linux下C++线程库,思路可供参考。其中调度线程需要优化,不然处理器占用率过高
- 2022-12-03 05:05:03下载
- 积分:1
-
linux print_color.cpp
linux c++代码,用于打印linux shell中所要呈现的各种字符的颜色
- 2022-09-21 09:55:03下载
- 积分:1
-
曼彻斯特接收机使用混合的设计
摘要:和Verilog源代码曼彻斯特编码解码器。采用曼彻斯特编码的原因进行了讨论。该代码可被编译
- 2022-11-13 20:20:03下载
- 积分:1
-
maximum entropy
Yet Another Small MaxEnt Toolkit: YASMET
This is a tiny toolkit for performing training of maximum entropy models. It is a generic toolkit, which is applicable to conditional maximum entropy models. A special feature of this program is that it is written only in 132 lines of code (can be printed on one sheet of paper ...). It includes training of model parameters, evaluation, perplexity and error rate computation, count-based feature reduction, Gaussian priors, feature count normalization. In addition, it is easy to use and efficient enough to deal with millions of features.
- 2022-12-05 23:30:03下载
- 积分:1
-
Linux网络编程超级详细笔记
一.linux 网络知识介绍(1客户端程序和服务端程序2常用的命令3tcp/udp介绍)
二.初等函数介绍(socket,bind,listen,accept,connect)
三.服务器和客户端的信息函数(字节转换函数,ip和域名的转换,字符串的ip,服务信息函数)
四.完整的读写函数(写函数write,读函数read,数据的传递)
- 2022-12-25 01:25:03下载
- 积分:1
-
pic18f452 12864显示 测频率
利用PIC8f452芯片 测频率 并在12864液晶显示出来 , 测频率原理,利用CCP模块中捕捉测频率 ,当有事件发生时,CCP会捕捉,第一次上升沿来时,开始定时,第二个上升沿来时,停止计时,cpu读取周期,f=1/T.
- 2022-03-05 15:36:20下载
- 积分:1
-
QT4串口编程源代码.rar
QT4下的串口编程代码,可以参考一下。QT5自带了串口编程接口,可以不参考这些代码。
- 2022-03-20 03:52:39下载
- 积分:1
-
linux 语音通信
Client端和server端通过父子进程分别负责进行发送和接收数据, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 11:36:18下载
- 积分:1