欢迎访问我的博客 https://javascript.shop
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 58 下一页
摘要: 原文发布时间为:2009-04-26 —— 来源于本人的百度文章 [由搬家工具导入] 网站的根目录下面创建一个文件夹 CaoZuoJiLu ,然后调用的时候 CaoZuo.JiLu("想记录的东西"); 读取记录的时候:CaoZuo.ReadText(filepath); 如下: if (!IsPo 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(112) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-09 —— 来源于本人的百度文章 [由搬家工具导入] 1、有一个数组a[n],里面的数只有两种:-1或1。i,j是两个整数,假设0<=i<=j<=n-1,找出a[i]到a[j]中连续数之和最大的部分(如果最大部分存在相等的则优先找最短的)。 2、有一个数组a[n],里 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(145) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-30 —— 来源于本人的百度文章 [由搬家工具导入] public long str1, str2, str3, str4, str5, sum=0,sum1=0; public void button1_Click(object sender, EventArgs 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(348) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-04-16 —— 来源于本人的百度文章 [由搬家工具导入] 主要修改手机号,因为手机号增加了 15,18开头的。。 电话号码与手机号码同时验证:(^(\d{3,4}-)?\d{7,8})$|(^1[3,5,8][0-9]{9}$) QQ号:^[1-9][0-9]{4,}$ 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(116) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-12 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(372) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-07 —— 来源于本人的百度文章 [由搬家工具导入] 输出下面的结果: 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(257) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;//冒泡排序 namespace sorts{ public class Class3 { public static void Main() { int[] a=new int[]{2, 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(112) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-03 —— 来源于本人的百度文章 [由搬家工具导入] //using System;//using System.Collections.Generic;using System.Text; namespace ConsoleApplication1{ public 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(196) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System; namespace sorts{ public class Class6 { public static void Main() //选择排序 { int[] a = new int[] 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(94) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace sorts{ public class Class2// 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(110) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 58 下一页
欢迎访问我的博客 https://javascript.shop