摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>贪吃蛇</title> <style type="text/css"> *{margin:0;padding: 0;font-family: "Microsof
阅读全文
摘要:价值观其实也就是对于事物价值的定位。在日常生活中,价值是人们经常会碰到的问题,如做事说话经常要考虑“值不值得”、“有没有益处”、“美不美”,这里的“值”、“益”、“美”就是一种价值判断。人们的认识和实践与价值判断密切相关。价值观的内容,一方面表现为价值取向、价值追求,凝结为一定的价值目标;另一方面表
阅读全文
摘要:// 叶宏杰周实践.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdlib.h" #include "stdio.h" typedef char ElemTy
阅读全文
摘要:看到一个问卷不错,拟作为第三次作业的部分内容. int main(void){printf("hello .\n");printf("hello world.\n");return 0;}如果这个程序在第一个printf语句后设置断点就只输出hello,如果在第二个printf语句后设置断点,则两个
阅读全文