资源列表
Anecdots
- Anecdots, www.codeblocks.org, just for study
paintInConsole_src
- 在控制台上绘画,并可以按S键,一件保存你的作品到D:\小霸王图像.txt中 体验字符作画的乐趣。 附带源码,可以自行升级-In the control bench painting, and can press S key, one to save your work to D: \小霸王图像.txt Experience the fun of character paint. Incidental source, may make the upgrade
code
- 这个代码是实现楼梯上下控制的程序,能够最大限度的节省电能-This code is to achieve the stairs up and down control procedures, to maximize energy savings
-while
- it is a small program which shows the while loop it is a small program which shows the while loop
break-and-continue
- it is a small program which shows the brake and continue it is a small program which shows the brake and continue
input
- it is a simple program which shows command called input it is a simple program which shows command called input
sizeof
- it is a simple program which shows command sizeofi t is a simple program which shows command sizeof-it is a simple program which shows command sizeofit is a simple program which shows command sizeofit is a simple program which shows command sizeof
switch
- it is a simple program which shows command switch it is a simp le program which shows command switch-it is a simple program which shows command switch it is a simple program which shows command switch it is a simple program which shows command switch
Assignment-1_1
- This a simple C++ program that prompts the user to enter five (5) numbers and out them in a reverse order.-This is a simple C++ program that prompts the user to enter five (5) numbers and out them in a reverse order.
TGO001
- 基于TGO的GPS观测数据质量检核程序,读取数据为“输入.asc”输出数据为“output.txt”-TGO' s GPS-based observed data quality checking procedures, read the data as " input. Asc" output data " output.txt"
graphics
- 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
LEX
- 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
