摘要:
Linear Cellular AutomataA biologist is experimenting with DNA modification of bacterial colonies being grown in a linear array of culture dishes. By changing the DNA, he is able ``program" the bacteria to respond to the population density of the neighboring dishes. Population is measured on a f 阅读全文
posted @ 2013-02-05 19:22
程序流程图
阅读(358)
评论(0)
推荐(0)
摘要:
C#操作Excel,如果格式是xlsx的就用openXML来操作,如果是xls的就用NPOI来操作应该讲第三方组件,单独存在一个lib文件夹中,然后添加引用,这样组件就能随着项目走xlsx实际上是一个压缩文件using System;using System.Windows.Forms;using System.IO;using NPOI.HSSF.UserModel;namespace NPOI测试{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } /// /// 读取EXCEL /. 阅读全文
posted @ 2013-02-05 16:00
程序流程图
阅读(331)
评论(0)
推荐(0)
摘要:
using System;using System.Text.RegularExpressions;using System.Net;namespace 正则表达式检测字符串{ class Program { static void Main(string[] args) { Console.WriteLine("请输入字符串:"); string s = Console.ReadLine(); if (GF_IsOk.IsExistHanZi(s)) { Console.Write("包含汉字"); } else { Console.Write(&qu 阅读全文
posted @ 2013-02-05 14:51
程序流程图
阅读(412)
评论(0)
推荐(0)
摘要:
转载自百度知道,引用次数太多不知道是谁写的。。。很经典所以转载了。。。
算法,数据结构是关键,另外还有组合数学,特别是集合与图论,概率论也重要。推荐买一本《算法导论》,那本书行,看起来超爽!!!基本掌握语法还不行啊,语法的超熟练掌握,不然出了错误很难调试的!!!最重要的是超牛皮的头脑啦,分析能力,逻辑推理能力很重要。ACM很好玩啦,祝你成功!!! acm是3人一组的,以学校为单位报名的,也就是说要得到学校同意,还要有2个一起搞的。其实可能是你不知道你们学校搞acm的地方,建议你好好询问下你们学校管科技创新方面的人。建议你找几个兴趣相同的一起做,互相探讨效果好多了,团队合作也是acm要求的3.. 阅读全文
posted @ 2013-02-05 00:04
程序流程图
阅读(563)
评论(0)
推荐(0)

浙公网安备 33010602011771号