-
实现用三元组表示的稀疏数组的输入、转置、相加、输出。可以直接输入三元组,转置和相加基于三元组进行,输出的结果也为三元组。...
实现用三元组表示的稀疏数组的输入、转置、相加、输出。可以直接输入三元组,转置和相加基于三元组进行,输出的结果也为三元组。-achieved using ternary group said the sparse array of input, transfer home, combining the output. 3 can directly import group, and add to home-based Group 3, the output of the group for three yuan.
- 2023-03-02 04:35:03下载
- 积分:1
-
动态规划算法中的最长公共子序列算法
动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
- 2022-02-01 10:14:28下载
- 积分:1
-
Computer system structure of slides, suitable for students
计算机系统结构的一些幻灯片,适合学生参考-Computer system structure of slides, suitable for students
- 2022-03-14 07:14:16下载
- 积分:1
-
文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY...
文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。-article introduces ARM JTAG Debugging the basic principles. The basic content including TAP (TEST PORT ACCESS) and BOUNDARY- SCA N ARCHITECTURE presentation on this basis, ARM7TDMI detail with the principles of JTAG debugging.
- 2022-02-02 00:13:19下载
- 积分:1
-
This the part for the SAA7121H chip for use within EAGLE cad. it has the footpri...
This the part for the SAA7121H chip for use within EAGLE cad. it has the footprint and the Symbol-This is the part for the SAA7121H chip for use within EAGLE cad. it has the footprint and the Symbol
- 2023-05-04 11:30:03下载
- 积分:1
-
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新...
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新地图
2.设计思想
从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap,
单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3)
从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
- 2022-01-25 13:53:04下载
- 积分:1
-
这是我们面向对象的老师给我们的上机实验的实验指导,大概有十多个是实验,几乎包括了该门课程所有的实验!
代码过程以及实验结果的截图都有
希望大家踊跃下载...
这是我们面向对象的老师给我们的上机实验的实验指导,大概有十多个是实验,几乎包括了该门课程所有的实验!
代码过程以及实验结果的截图都有
希望大家踊跃下载-This our object-oriented teachers for our plane to guide the experiment, probably more than 10 laboratory, includes almost all the courses of the experimental! Code process and the experimental results screenshots have hope you all to download!
- 2023-02-10 06:10:03下载
- 积分:1
-
遗传算法 演化硬件 S盒及其电路设计
应用背景通过遗传算法实现S盒的产生以及其对应电路的设计关键技术C,演化电路,遗传算法,在没有人为干预的条件下,自动设计出满足约束条件的S盒及其实现电路
- 2022-04-11 23:52:58下载
- 积分: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
-
max232资料
max232资料-max232
- 2022-05-06 04:29:14下载
- 积分:1