- 博客(13)
- 收藏
- 关注
原创 c#期末项目——连连看
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Collections; names
2011-12-23 14:55:18 1354 2
原创 OpenGL --文件读取(c++)(2)
* * This Code Was Created By Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You've Found This Code Useful, Pl
2011-11-21 00:11:41 823
原创 OpenGL --文件读取(c++)
* * This Code Was Created By Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You've Found This Code Useful
2011-11-09 16:58:04 3914 2
原创 C#作业——表达式计算器+过程显示
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Windo
2011-11-07 22:50:38 2827
原创 C#作业——表达式计算器+小数+运算符优先级
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Windo
2011-11-05 15:27:19 2620 1
原创 C#作业——表达式计算器+小数点
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Windo
2011-11-03 23:42:19 3221
原创 C#作业——算术式计算器(无优先级)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namesp
2011-11-02 22:28:26 1142 1
原创 c数据结构——链表添加+删除+翻转
#include "stdafx.h"#include "malloc.h"int _tmain(int argc, _TCHAR* argv[]){ return 0;}struct Node{ int value; struct Node* next=NULL; }head=null;void delete(int n
2011-11-02 14:45:09 632
原创 JAVA期中作业——弹球游戏+砖块+人机对战+多条命
package pinball;import javax.swing.*;import java.awt.*;import java.awt.event.*;public class Pinball { //Panel public int LENGTH=600; public int WIDTH1=600; public int START_
2011-11-02 00:31:57 2055 1
原创 Dark Time 断想
1.专注状态 能够迅速进入专注状态 静的下心来,不去向别人和其他的事情 能够长期保持专注状态 远离微博与人人以及无所事事2.进度条完成 过早退出是一切失败的根源。 把任务分割,形成进度条。 区别一个想法是不是好想法,不是取决于开始时的火焰,而是需要可燃物的支持。你现在缺的就是一个完成的项目。3.关于提问 自尊心受到大家算不上
2011-10-30 00:43:06 496
原创 JAVA期中作业——弹球游戏 +砖块
package pinball;import javax.swing.*;import java.awt.*;import java.awt.event.*;public class Pinball { //Panel public int LENGTH=600; public int WIDTH1=600; public int START_
2011-10-28 00:26:58 1973
原创 JAVA期中作业——弹球游戏
package pinball;import javax.swing.*;import java.awt.*;import java.awt.event.*;public class Pinball { public int LENGTH=600; public int WIDTH1=600; public int START_X=100;
2011-10-26 00:01:40 1324 2
原创 工厂模式——quicken
import javax.swing.JOptionPane;public class Quicken { public static void main(String[] args) { Financial b[]={new ICBC(),new ABC(),new Futures(),new Stock()}; int now=0;
2011-10-25 20:33:45 598
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人