2012年3月12日
摘要: FlashMovieAuthoringEnvironmentbasedonStateDiagramABSTRACTAtoolforauthoringinteractiveFlashmoviesispresented.Charactersthatplayinamoviearemodeledasobjectdefinitionsintermsofstate-transitiondiagrams.Eachstatehasapictureandactivities.Thepicturerepresentsappearanceofthecharacterinthatstate.Theactivit... 阅读全文
posted @ 2012-03-12 08:32 达芬 阅读(227) 评论(0) 推荐(0) 编辑
摘要: AGamesFirstApproachtoTeachingIntroductoryProgrammingABSTRACTInthispaperweargueforusinga“GameFirst”approachtoteachingintroductoryprogramming.WebelievethatconcernsoverwhetheranOOapproachoraproceduralapproachshouldbeusedfirstaresecondarytothecourseassignmentandexamplecontent.Ifexamplesarenotcompell... 阅读全文
posted @ 2012-03-12 08:32 达芬 阅读(223) 评论(0) 推荐(0) 编辑
  2012年1月21日
摘要: 阅读全文
posted @ 2012-01-21 19:32 达芬 阅读(285) 评论(0) 推荐(0) 编辑
  2011年7月20日
摘要: 简化了下百度的代码<!DOCTYPE HTML><html><head><meta charset="UTF-8"><title>w3cfuns </title></head><body><div id="center"></div><script> var myCenter = document.getElementById("center"); function createTable(str) { 阅读全文
posted @ 2011-07-20 20:11 达芬 阅读(859) 评论(1) 推荐(1) 编辑
  2011年3月15日
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1850#include<iostream>using namespace std;char aa[102][22];int mm[102];main(){ int i,j,k,n,m,a,b,c,t; while(cin>>n && n) { i=n; while(i--) { cin>>mm[i]; itoa(mm[i],aa[i],2); } for(j=mm[0],i=1;i<n;i++) { j=j^mm[i]; } itoa(j,aa[101 阅读全文
posted @ 2011-03-15 13:55 达芬 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 找了好久。。。。总算解决了。。。转自http://firesontcf.spaces.live.com/Blog/cns!5639509556A0FA3F!248.entry第一类:系统默然设置引起的问题在创建项目时, 不使用MFC AppWizard向导, 如果没有设置好项目参数, 就会在编译时产生很多连接错误, 如error LNK2001错误, 典型的错误提示有: libcmtd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main LIBCD.lib(wincrt0.obj) : error LNK2001: u 阅读全文
posted @ 2011-03-15 12:29 达芬 阅读(522) 评论(0) 推荐(0) 编辑