登录
首页 » 其他项目 » 一个小程序的画,不完善,请给精上传,谢谢大家

一个小程序的画,不完善,请给精上传,谢谢大家

于 2022-04-24 发布 文件大小:44.68 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

一个画图的小程序,不完善,请大家给与完善后上传,-A drawing of a small program, imperfect, please give refined upload, thank you

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

发表评论


0 个回复

  • Collected 9 Particle Swarm Optimization on the paper (in a public journal)
    搜集了九篇有关粒子群优化算法的论文(已在公开杂志上发表)-Collected 9 Particle Swarm Optimization on the paper (in a public journal)
    2023-06-15 00:45:07下载
    积分:1
  • 通知:选修“信息安全”的学生,逃犯…
    通知: 选修《信息安全》的同学请注意了,本课已停课了,不再上了,期末成绩是以交作业的形式来考核,作业有2个,少交一个将不会及格. 1.编程题: 用任何一种语言编写一个扫描器,扫描形式不限,必须能对端口进行扫描,如果觉的能力有限的同学,可以选择本书第三章,课后的任意一道编程题来做.(本题编好以后,用邮件的形式发给他,E-mail:gyx317@21cn.com,邮件的主题请写清楚学院、01级、学号、姓名-notice : elective "information security" to the students, the fugitive has been closed and will not last, the end is perpendicular operation results in the form of assessment, two operations are paid less one will not pass. 1. Programming that : any language to prepare a scanner, scanning free in style, should be able to port scan, if the limited capacity McGREGOR students will be able to choose the book III, the after-school program and that an arbitrary do. (Part of the good that the future use of the mail sent to him, E-mail : gyx317@21cn.com, Post pieces of the theme please write clearly College, 01, the school, names
    2022-04-26 23:41:52下载
    积分:1
  • 运行环境:win―tc。 能实现一下功能: 1)从键盘读入数据,分析出一个单词。 2)返回单词种别(用整数表示), 3)返回单词属性(不同的属性...
    运行环境:win―tc。 能实现一下功能: 1)从键盘读入数据,分析出一个单词。 2)返回单词种别(用整数表示), 3)返回单词属性(不同的属性可以放在不同的全局变量中)。 输入数据例: 0 92+data> 0x3f 00 while 正确结果:这些单词的单词种别及其属性 INT10 0 INT10 92 + _ IDN data > _ INT16 63 INT8 0 WHILE _ -Operating environment: win-tc. To achieve some functions: 1) read from the keyboard data, analysis of a word. 2) to return to the word of other species (expressed by an integer), 3) the return of the word attribute (the attribute can be different in different global variables). Cases of input data: 0 92+ data> 0x3f 00 while the correct result: the word of these kinds of words and their properties do not INT10 0 INT10 92+ _ IDN data> _ INT16 63 INT8 0 WHILE _
    2022-12-13 08:50:03下载
    积分:1
  • 这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查...
    这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查编程者对C语言的递归理解与运用的,我是受到蛊惑才费尽心血写出来的,当然我没用VB的递归来解决问题,一是用VB这样编效率太低,二是在我写这些代码的时候,我还根本不能熟练运用递归的方法。我要告诉每一位同学,你如果自己用VB写出八皇后,江苏的二级电脑考试上机你就没问题了。-code for queen
    2023-01-10 19:45:03下载
    积分:1
  • 本程序采用牛顿拉夫逊进行电力网络的潮流分布计算,是电力系统教学的工具之一。...
    本程序采用牛顿拉夫逊进行电力网络的潮流分布计算,是电力系统教学的工具之一。-This procedure using the Newton Raphson power networks, the trend of distributed computing, power systems are one of the tools of teaching.
    2022-11-01 17:50:03下载
    积分:1
  • 主控程序,协调内存,cpu直间缓存操作
    主控程序,协调内存,cpu直间缓存操作-control procedures, coordination of memory, cpu cache operation between straight
    2022-02-12 22:20:26下载
    积分:1
  • www.acm.pku.edu.cn上的1005题
    www.acm.pku.edu.cn上的1005题-www.acm.pku.edu.cn of 1005 that
    2022-04-16 06:06:40下载
    积分:1
  • 彩色图像自动阀值分割论文,是我做时用到的最好的文档资料...
    彩色图像自动阀值分割论文,是我做项目时用到的最好的文档资料
    2023-05-17 19:55:02下载
    积分:1
  • prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
    自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
    2022-03-22 16:15:25下载
    积分:1
  • 这是一个时间显示程序 可以将系统的实时时间通过屏幕显示出来 显示格式为时:分:秒...
    这是一个时间显示程序 可以将系统的实时时间通过屏幕显示出来 显示格式为时:分:秒-This is a time to show the system program can be displayed real time on-screen display format too: minutes: seconds
    2022-03-31 17:24:48下载
    积分:1
  • 696518资源总数
  • 104983会员总数
  • 23今日下载