- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 计算机图形学实验8边标志多边形填充算法cgExperiment08EdgeMarkFill
计算机图形学实验8边标志多边形填充算法项目(调试好)项目名称cgExperiment08EdgeMarkFill
2022-10-07 10:13:30
271
原创 python turtle绘制圣诞树,就一棵破松树
这里写自定义目录标题python turtle绘制圣诞树python turtle绘制圣诞树import turtle as tdef paint_triggle(r): t.right(45) t.forward(r) t.backward(r) t.right(90) t.forward(r) t.left(135) t.forward(1.414*r) t.backward(1.414*r/2) t.left(90)
2021-12-14 09:29:52
2058
原创 QQ如何让人点一个网址就进自己的空间
QQ如何让人点一个网址就进自己的空间?今天突发奇想想做一个QQ空间的小套路,就是写一个 这是我喜欢的人的空间,然后跟一个链接,但QQ空间的链接https://user.qzone.qq.com/不行,进去要输账号密码,于是我用了安卓抓包,在我的个人页面点击QQ空间,发现他访问的链接是http://qzonestyle.gtimg.cn于是我兴奋的试了试,成功了,有兴趣的小伙伴去试试吧总结:正确链接为:http://qzonestyle.gtimg.cn...
2021-02-02 17:54:21
1329
1
原创 PTA试题答案(非标准)7-1 Shuffling Machine (20分)
PTA试题答案(非标准)7-1 Shuffling Machine (20分)题目:Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as weak, and in order to avoid “inside jobs” where employees collaborate with gamblers by perform
2020-11-19 13:41:56
650
原创 PTA试题答案(非标准)6-4 exercise 3-5 (10分)
PTA试题答案(非标准)6-4 exercise 3-5 (10分)题目:Write the function itob(n,s,b) that converts the integer n into a base b character representation in the string s. In particular, itob(n,s,16) formats s as a hexadecimal integer in s.函数接口定义:void itob(int n, char [],
2020-11-19 13:33:06
965
原创 PTA试题答案(非标准)7-4 简单计算器 (20分)
PTA试题答案(非标准)7-4 简单计算器 (20分)题目:模拟简单运算器的工作。假设计算器只能进行加减乘除运算,运算数和结果都是整数,四种运算符的优先级相同,按从左到右的顺序计算。输入格式:输入在一行中给出一个四则运算算式,没有空格,且至少有一个操作数。遇等号”=”说明输入结束。输出格式:在一行中输出算式的运算结果,或者如果除法分母为0或有非法运算符,则输出错误信息“ERROR”。输入样例:1+2*10-10/2=输出样例:10答案:int main(){ int bas
2020-11-19 13:25:52
2803
1
原创 PTA答案(非标准)6-1 3.3 BinarySearch (15分)
6-1 3.3 BinarySearch (15分)题目:Write a function to implement the binary search algorithm:decide if a particular value x occurs in the sorted array vthe elements of v must be in increasing orderthe function returns the position/index (a number between 0 a
2020-11-06 18:01:49
530
2
原创 PTA答案 6-8 2.9 Getbits (5分)**
pta题目答案(非标准)6-8 2.9 Getbits (5分)write a function getbits(x,p,n) that returns the (right adjusted) n-bit field of x that begins at position p. We assume that bit position 0 is at the right end and that n and p are sensible positive values.#include <st
2020-11-05 20:04:25
369
原创 C/C++制作炫酷烟雾特效
C/C++制作炫酷烟雾特效效果代码#include <graphics.h>#include <time.h>#include <conio.h>#include <cstdlib>#include<iostream>int wange_size;int MAX ;void draw_wangge();//画网格...
2019-06-08 15:12:16
6055
4
计算机图形学实验9种子填充算法整套项目(调试好)cgExperiment09SeedPolygon
2022-10-06
计算机图形学实验8边标志多边形填充算法整套项目(调试好)cgExperiment08EdgeMarkFill
2022-10-06
批量添加字幕。demo
2018-08-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人