登录
首页 » 其他项目 » Win32 API 编写的

Win32 API 编写的

于 2022-09-22 发布 文件大小:24.65 kB
0 226
下载积分: 2 下载次数: 1

代码说明:

Win32 API 编写的-prepared by the Win32 API

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • err
    免安装MSN软件,可直接运行。非常方便。-err
    2022-03-11 03:24:01下载
    积分:1
  • VC compiler error problem solution. For example: LNK2001 resolve external symbol...
    VC编译出错的问题解决方法。比如:LNK2001解决外部符号错误,链接错误unresolved external symbol _main的解决-VC compiler error problem solution. For example: LNK2001 resolve external symbols error, link error unresolved external symbol _main solution
    2023-01-31 08:05:04下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • glut库的五个相关文件,替代进windows就可以用glut库了
    glut库的五个相关文件,替代进windows就可以用glut库了-glut library five relevant documents, substitute into the windows can use the glut library
    2022-05-05 14:52:34下载
    积分:1
  • AVS的测试码流文件,大家一起来用吧 AVS听说过吧?用OPENAVS软件就可以看了 赶紧下吧,...
    AVS的测试码流文件,大家一起来用吧 AVS听说过吧?用OPENAVS软件就可以看了 赶紧下吧,-AVS test bitstream paper, we used up a AVS heard of it? OPENAVS use software can be read quickly under the bar,
    2022-02-05 19:38:35下载
    积分:1
  • 启动
    启动 上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让-restar
    2022-05-27 02:08:37下载
    积分:1
  • 又一个经典的贪吃蛇游戏,用鼠标控制蛇移动的方向.
    又一个经典的贪吃蛇游戏,用鼠标控制蛇移动的方向.-also a classic Snake game with mouse control snake moving in the direction.
    2022-02-25 05:12:57下载
    积分:1
  • dos下用c&c++编写的mp3播放源码!
    flash menu
    2022-01-26 06:22:24下载
    积分:1
  • xp, office
    xp,office风格的菜单,可以在你自己的pb程序中使用-xp, office-style menu, you can program your own use pb
    2023-01-25 23:30:04下载
    积分:1
  • EAN条码字体的解码算法 经常发现用PB的开发人员在问为什么用EAN的字体打出来的条码扫描枪无法扫描 实受EAN的编码规格的限制,EAN的字体是不能直接使...
    EAN条码字体的解码算法 经常发现用PB的开发人员在问为什么用EAN的字体打出来的条码扫描枪无法扫描 其实受EAN的编码规格的限制,EAN的字体是不能直接使用的,EAN13的编码规格就不 多说了,下面给出两个函数可把条码转换为EAN字体可识别的字符串(分别对应EAN13和EAN8两种编码)-EAN barcode font decoding algorithms are often found with the development of PB in the question why the fonts EAN bar code scanning to fight out of the gun can not scan a matter of fact by the EAN coding specification limit, EAN fonts can not be directly used, EAN13 of coding specifications do not say, and given the following two functions can be converted to EAN barcode fonts can be identified by the string (corresponding to two coding EAN13 and EAN8)
    2023-08-22 05:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载