按类别查询搜索结果
关于关键词 的检测结果,共 513
【C#/.net】 C#操作数据库
广利颖 | 2014-12-29 11:21:04 | 阅读(1890) | 评论(0)
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;using System.Data.SqlClient;namespace wlw_database{    public partial class Form1 : Form   ...【阅读全文】
杨艳杰 | 2014-12-17 19:28:03 | 阅读(2280) | 评论(0)
点击(此处)折叠或打开using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using Syst...【阅读全文】
Larpenteur | 2014-12-15 09:09:13 | 阅读(1440) | 评论(0)
Java源码转C#源码的五款最佳工具出于某些需要,你可能会遇到把Java源码转换成C#源码的任务。如果是自己一边理解源码,再一边手工翻译,那效率肯定是很低的。有鉴于此,本文推荐了五款最佳的源码转换工具,以解决你的烦恼。工具1#:Java语言转换器助手地址:http://www.microsoft.com/en-us/download/details.as...【阅读全文】
dyli2000 | 2014-12-15 08:58:38 | 阅读(1980) | 评论(0)
Java源码转C#源码的五款最佳工具出于某些需要,你可能会遇到把Java源码转换成C#源码的任务。如果是自己一边理解源码,再一边手工翻译,那效率肯定是很低的。有鉴于此,本文推荐了五款最佳的源码转换工具,以解决你的烦恼。工具1#:Java语言转换器助手地址:http://www.microsoft.com/en-us/download/details.as...【阅读全文】
杨艳杰 | 2014-12-09 21:49:34 | 阅读(1930) | 评论(0)
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;...【阅读全文】
杨艳杰 | 2014-12-09 21:46:50 | 阅读(1660) | 评论(0)
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;...【阅读全文】
贾雨超 | 2014-12-09 19:00:19 | 阅读(1580) | 评论(0)
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;...【阅读全文】
杨艳杰 | 2014-12-09 14:57:56 | 阅读(1700) | 评论(0)
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;...【阅读全文】
喜欢你的微 | 2014-12-05 13:46:12 | 阅读(570) | 评论(0)
  顺序査找是一种简单的査找算法,其实现方法是从序列的起始元素开始,逐个将序列中的元素与所要查找的元素进行比较,如果序列中有元素与所要查找的元素相等,那么査找成功,如果査找到序列的最后一个元素都不存在一个元素与所要査找的元素值相等,那么表明査找失败。接下来通过一段代码来了解顺序査找的具体使用。 ...【阅读全文】
我爱樱兰 | 2014-12-03 13:21:26 | 阅读(630) | 评论(0)
  对文件的读和写是最常用的文件操作。在C语言中提供了多种文件读写的函数:  字符读写函数  :fgetc和fputc  字符串读写函数:fgets和fputs  数据块读写函数:freed和fwrite  格式化读写函数:fscanf和fprinf  下面分别予以介绍。使用以上函数都要求包含头文件stdio.h。  字符读写函...【阅读全文】
杨艳杰 | 2014-11-30 20:26:36 | 阅读(1220) | 评论(0)
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;...【阅读全文】
【C#/.net】 C#画圆
杨艳杰 | 2014-11-29 23:45:09 | 阅读(1260) | 评论(0)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Threading;using System.Text;...【阅读全文】
【C#/.net】 C#画正弦函数
杨艳杰 | 2014-11-29 23:41:40 | 阅读(2560) | 评论(0)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Threading;using System.Text;...【阅读全文】
杨艳杰 | 2014-11-29 23:37:04 | 阅读(2910) | 评论(0)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Threading;using System.Text;...【阅读全文】
【C#/.net】 C#画直线
杨艳杰 | 2014-11-29 23:17:32 | 阅读(1130) | 评论(0)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Threading;using System.Text;...【阅读全文】
杨艳杰 | 2014-11-28 20:37:07 | 阅读(1180) | 评论(0)
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 multiple{    public partial class Form1 : Form    {        p...【阅读全文】
杨艳杰 | 2014-11-28 20:30:05 | 阅读(580) | 评论(0)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading;using S...【阅读全文】
【C#/.net】 C#画滑动的圆
杨艳杰 | 2014-11-28 16:52:53 | 阅读(600) | 评论(0)
点击(此处)折叠或打开using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using Syst...【阅读全文】
喜欢你的微 | 2014-11-26 11:48:17 | 阅读(430) | 评论(0)
  指针变量可以指向一个结构数组,这时结构指针变量的值是整个结构数组的首地址。结构指针变量也可指向结构数组的一个元素,这时结构指针变量的值是该结构数组元素的首地址。  设ps为指向结构数组的指针变量,则ps也指向该结构数组的0号元素,ps+1指向1号元素,ps+i则指向i号元素。这与普通数组的情况是一致的。...【阅读全文】
高一生一世姜 | 2014-11-24 22:03:13 | 阅读(1340) | 评论(0)
/*NAME:   TESTAUTHOR: DDDDDDATE  :  2014-11-24MODIFY:  2014-11-24 10:23*/#include <stdio.h> int main(){ int a,b,c;a = 25;   //十进制b = 025;  //以0开头的是八...【阅读全文】