09 2014 档案
摘要:首先说明一下ArrayList 与 数组的区别:(1)ArrayList 的容量可以根据需要自由扩充,数组的容量是固定的(2)ArrayList 只能是一维形式,数组可以是多维的(3)ArrayList 提供将只读和固定大小包装返回到集合的方法,数组不提供(4)ArrayList 提供添加、插入和删...
        阅读全文
                
摘要:说明:冒泡、直接插入、选择、自带方法四中基本排序算法。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst...
        阅读全文
                
摘要:说明:(1)支持Window 7系统,但是xp系统智能朗读英文和数字;(2)添加引用 Interop.SpeechLib.dll;(3)使用时调用StringToVoice(str)即可。 using SpeechLib; /// /// 把字符串转换成声音 //...
        阅读全文
                
摘要:说明:(1)表A的一部分数据插入到表B(2)DataAccess 类,是放在DAL层下的底层类;da.StrConnection 写在DataAccess类中; //整表插入方法private void InsertTable() { DataAccess da = new DataAcc...
        阅读全文
                
                    
                
浙公网安备 33010602011771号