-
VC : 1. Experimental names : basic characters of the two design procedures. Expe...
VC实验:
一.实验名称:基本文字应用的程序设计
二.实验目的:掌握文字及其属性在应用程序中的应用
三.实验任务:
掌握字体句柄的获取
掌握创建自定义字体
掌握设置字体的颜色和背景色
掌握文本的输出
四.实验要求:
编写程序,在某一个窗口上设计一行文字,如“欲穷千里目,更上一层楼”,这一行文字从窗口的左边向右滚动显示,而且每显示一轮,改变一次颜色,改变一次字体,一个周期为4种颜色,分别为红、绿、黄、蓝,四种字体分别为宋体、楷体、仿宋和黑体。
-VC : 1. Experimental names : basic characters of the two design procedures. Experimental Objective : To understand the characters and their attributes application of three. Experimental tasks :
- 2022-09-25 18:05:03下载
- 积分:1
-
华为内部的程序培训资料,讲解了程序设计以及规范
华为内部的程序培训资料,讲解了程序设计以及规范-Huawei s internal procedures for training materials, to explain the program design and specification
- 2022-02-05 21:20:18下载
- 积分:1
-
常用电子原件参数大全包括:125贴片三极管上的印字,与真实名称的对照表,2SJ场管大全,9000系列三极管资料,常用晶体与场管,电阻阻值表,贴片代码查找工具,贴...
常用电子原件参数大全包括:125贴片三极管上的印字,与真实名称的对照表,2SJ场管大全,9000系列三极管资料,常用晶体与场管,电阻阻值表,贴片代码查找工具,贴片电容耐压,贴片电阻封装跟功率关系。-Original parameters of commonly used e-Daquan include: 125 SMD transistors on the printing, and the real name of the comparison table, 2SJ field pipe Daquan, 9000 series transistor data, commonly used crystal and field control, resistor table, patch code search tool, paste film capacitor voltage, chip resistor package, with power relations.
- 2023-08-25 05:40:03下载
- 积分:1
-
网络五子棋源代码
网络五子棋源代码 -network renju source ne twork renju source network source code 331
- 2022-03-13 06:44:35下载
- 积分:1
-
开源的网站整站程序,功能强大带采集系统.
开源的网站整站程序,功能强大带采集系统.-Open source web site the entire station procedures, with a powerful collection system.
- 2022-03-02 16:04:17下载
- 积分:1
-
该代码生成碎裂人脸图像,可以实时调整图像的大小和相关设置。...
该代码生成碎裂人脸图像,可以实时调整图像的大小和相关设置。-Fragmentation of the code generation facial images in real time to adjust the size of images and related settings.
- 2022-03-03 21:31:41下载
- 积分:1
-
this is very good application for face traccking.it contains more and good diffe...
this very good application for face traccking.it contains more and good differnt features.if u rotate face right side it will show the direction for rignt side.if u rotate face left side it will show the direction for left side.-this is very good application for face traccking.it contains more and good differnt features.if u rotate face right side it will show the direction for rignt side.if u rotate face left side it will show the direction for left side.
- 2023-03-03 08:15: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
-
最长子序列的求解,用于查找几个序列中最长的公共子序列,并且返回查找结果...
最长子序列的求解,用于查找几个序列中最长的公共子序列,并且返回查找结果-it can be used to search a longest subsequence
- 2022-04-11 04:56:56下载
- 积分:1
-
该程序实现两端的及时通信,使交流方便, 其实现语言为java
该程序实现两端的及时通信,使交流方便, 其实现语言为java-It helps you to chat with your friend from anywhere in the world .
- 2022-05-09 00:41:45下载
- 积分:1