-
Microcomputer Principle lecture PPT for all courses are all experiments (includi...
微机原理课程
所有讲义PPT
课程全实验(包括代码程序设计实验报告)
习题及答案
-Microcomputer Principle lecture PPT for all courses are all experiments (including the experimental design code procedures report) Exercises and answers
- 2022-04-21 21:47:47下载
- 积分:1
-
clock generator can demonstrate minutes and seconds, hours, the next to the FPGA...
时钟发生器,可以显示分,秒,小时,下到FPGA上验证过,功能基本正常-clock generator can demonstrate minutes and seconds, hours, the next to the FPGA tested normal function
- 2023-03-11 14:40:03下载
- 积分:1
-
数据结构与算法分析:C语言描述(英文版)习题答案
数据结构与算法分析:C语言描述第二版 的习题答案本书中含有对Addison-Wesley 著的课本第二版大多数习题的答案 .目录1. Chapter 1: 介绍 12. Chapter 2: 算法分析 43. Chapter 3: 列、栈和队列 74. Chapter 4: 树 145. Chapter 5: 哈希 256. Chapter 6: 优先队列 (堆) . 297. Chapter 7: 筛选 .. 368. Chapter 8: 分离集 ADT 429. Chapter 9: 图形算法 4510. Chapter 10: 算法设计技术 . 5411. Chapter 11: 分摊分析 6312. Chapter 12: 高级数据结构和实现 .. 66
- 2022-03-01 04:41:42下载
- 积分:1
-
对ZBTSRAM接口的详细介绍
对学习ZBTSRAM接口的设计有一定帮助
对ZBTSRAM接口的详细介绍
对学习ZBTSRAM接口的设计有一定帮助-ZBTSRAM interface for a detailed introduction to learning ZBTSRAM interface design has a certain extent, help
- 2022-06-27 19:22:13下载
- 积分:1
-
HTML5网页游戏:一个都不能死代码
一个测试反应能力的HTML5网页游戏:一个都不能死附代码,非常有挑战性的小游戏。玩家要同时控制多个火柴人在不同的线条上奔跑,并且还得躲避重重障碍,不能死掉任何一个火柴人,尽可能的跑得更远,最多可控制五个火柴人跑酷,看下你的反应能力,想挑战的就快来吧。
- 2022-08-21 07:52:52下载
- 积分:1
-
Snake, used to write c#, can control the speed of a snake, the space bar suspens...
贪吃蛇,用c#写的,可以控制蛇的速度,空格键暂停-Snake, used to write c#, can control the speed of a snake, the space bar suspension
- 2022-03-29 22:17:50下载
- 积分:1
-
有关FLASH的介绍,其中有寄存器的设置,以及相关存储器的读写操作...
有关FLASH的介绍,其中有寄存器的设置,以及相关存储器的读写操作-On the introduction of FLASH, which have register settings, as well as associated memory to read and write operation
- 2022-04-10 07:31:30下载
- 积分:1
-
1、DOS命令扩充
2、给硬盘加软锁
3、外设的软锁与解除
4、DIR命令扩充
5、TYPE命令扩充...
1、DOS命令扩充
2、给硬盘加软锁
3、外设的软锁与解除
4、DIR命令扩充
5、TYPE命令扩充
-1, DOS command to expand
2 to 3 hard drives plus soft lock, peripherals and the lifting of the soft-lock
4, DIR command to expand
5, TYPE command to expand
... ...
- 2022-03-20 02:08:05下载
- 积分:1
-
VC++ 模拟实现网络语音电话
VC++ 模拟实现网络语音电话,类似语音聊天的功能,这是一个通过网络实现的网络语音电话,功能目前是比较基础的,仅供学习参考吧。本实例当时在Windows 2000环境下运行通过。相关的代码如下:
#define BUFFERSIZE 5120 //缓冲区大小
static HWAVEIN hWaveIn ; //录音设备句柄
static HWAVEOUT hWaveOut ; //播放设备句柄
static PBYTE pBufferIn[2]; //用于接收和播放的两块缓冲区
static PBYTE pBufferOut[2]; //用于发送和录音的两块缓冲区
static PWAVEHDR pWHIn[2]; //用于录音的PWAVEHDR结构数组
static PWAVEHDR pWHOut[2]; //用于播放的PWAVEHDR结构数组
static WAVEFORMATEX waveform ; //用于打开音频设备的WAVEFORMATEX结构
int nIn = 0; //当前播放缓冲区号
int nOut = 0; //当前录音缓冲区号
int nComState = 1; //显示通话状态信息的变量
CString LocalIP; //本机IP地址
CString RemoteIP; //远端主机IP地址
CServerAS sServer; //服务器套接字
CClientAS sClient; //客户端套接字
CServerAS sListen; //监听套接字
BOOL ConnectDown = FALSE; //“连接”按钮是否被按下
BOOL sState = FALSE; //是否处于服务器端状态
BOOL cState = FALSE; //是否处于客户端状态
- 2022-02-14 11:56:52下载
- 积分:1
-
kingview source, including its main function, convenient and practical
kingview源码
包括其主要功能,
方便实用-kingview source, including its main function, convenient and practical
- 2022-07-08 19:41:49下载
- 积分:1