登录
首页 » 其他项目 » draw camvas 2

draw camvas 2

于 2023-07-16 发布 文件大小:811.00 B
0 150
下载积分: 2 下载次数: 1

代码说明:

draw camvas 2

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

发表评论

0 个回复

  • CANOPen通信的一些源码,C++在linux下的,希望对大家有所帮助
    CANOPen通信的一些源码,C++在linux下的,希望对大家有所帮助-CANOPen source of communication, C under Linux, we hope to help
    2022-06-30 09:54:14下载
    积分:1
  • A string of hexadecimal for summary (including md5 and sha
    一款将十六进制串进行摘要(包括md5和sha-1),非常好用。-A string of hexadecimal for summary (including md5 and sha-1), very handy.
    2023-04-02 13:50:03下载
    积分:1
  • 任意进制转换。 1、输入要输入的进制 2、输入要转换的数 3、输入要转成的进制...
    任意进制转换。 1、输入要输入的进制 2、输入要转换的数 3、输入要转成的进制-Arbitrary hexadecimal conversion. 1、enter the hexadecimal input 2、input to the conversion of a number of 3、enter into the M-ary
    2022-03-22 14:21:41下载
    积分:1
  • Create a storage structure of a given graph from the adjacency list and adjacenc...
    1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。 2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。 3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!) 3 编写一个主函数,将上面函数连在一起,构成一个完整程序。 4 将实验源程序调试并运行。 -Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps created by the depth and breadth-first search traversal, given the culmination of the process of traversal sequence. 3 order to map the minimum spanning tree, according to the order of the output side of the sequence structure. (Both methods require!) 3 to prepare a main function, the above function together to form a complete program. 4 source debugging and running the experiment.
    2022-04-16 10:47:00下载
    积分:1
  • (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
    (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分) -(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
    2022-08-10 15:26:23下载
    积分:1
  • 支持以下啊,java代码 感谢 不尽啊
    支持以下啊,java代码 感谢 不尽啊 -support the following ah, java code Boundless thanks ah
    2022-03-24 12:08:49下载
    积分:1
  • 一个类似卡巴斯基界面的设计!按钮和别的一些控件都是封装了各种优秀的自绘类!...
    一个类似卡巴斯基界面的设计!其按钮和别的一些控件都是封装了各种优秀的自绘类!
    2022-03-20 05:15:57下载
    积分:1
  • 电磁兼容单片机是非常有用的信息,一个遥控风扇的详细说明没有..
    EMC单片机非常有用的资料, 某遥控风扇详细注释 C语言生成温度B值表 探讨可移植性的处理办法.doc 汇编的模块化思想.doc 代码严格的模块化.doc ELAN单片机上电清空RAM区.doc-EMC SCM is very useful information, a remote control fan detailed explanatory note C language generation of portable temperature B value table approach. Doc compilation of modular thinking. Doc code is strictly modular. Doc ELAN Microcontroller power-ching empty RAM area. doc
    2022-10-19 14:45:04下载
    积分:1
  • 数根 数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
    数根 数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。 输入: 输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。 输出: 每一个案例输出一行。每行只有一个数字,就是N对应的数根。 Sample input 39 -1 Sample output 3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
    2023-09-05 21:25:03下载
    积分:1
  • 一款由vb编写的台球游戏,对利用vb编写游戏的人来说较有参考价值...
    一款由vb编写的台球游戏,对利用vb编写游戏的人来说较有参考价值-one prepared by the billiards game, vb prepared to use the game than the reference value
    2022-07-04 04:24:44下载
    积分:1
  • 696518资源总数
  • 105964会员总数
  • 17今日下载