搜索资源列表
IDVC
- 包括控件所有源码 说明:本控件由北航微软技术俱乐部技术部开发,微软中国研发中心提供指导。 本控件供visual stdio .net开发者使用,为window form 控件,可实现在 winform 应用程序中对中国大陆公民身份证号码正确与否的验证。 -including all source code control : control by the Northern Microsoft technology Club Technology Development, Micros
WMIip
- 用WMI获取网卡的IP地址&MAC码,比较方便,速度也快,下一步就是修改IP&MAC的功能了-WMI access card with the IP address & MAC code, more convenient, faster speed, The next step is to amend the IP & function of the MAC
netcarIP
- 这个和上1个差不多,是 用REG获取网卡的IP地址&MAC码,比较方便,速度也快,下一步就是修改IP&MAC的功能了-on this and a similar, REG is used to obtain IP addresses Card & MAC code, more convenient. speed is fast, the next step is to amend the IP & function of the MAC
魔方阵的问题求解
- #include"stdio.h" #include"stdlib.h" int main() { int i ,j,a[100][100],n,k,flag=1; while(scanf("%d",&n)!=EOF&&(n%2!=0)) { for(i=0;i<n;i++) for(j=0;j<n;j++) a[i][j]=0; j=n/2; a[0][j]=1; i=0
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
ActiveDAQ
- 研发4711A采集卡应用,由编码器进行控制采集量,一个脉冲采集一个数,并保存在文本中-R & D 4711A acquisition card applications, the encoder is controlled by the amount collected, a pulse capture a few and saved in the text
Statistical-letters-number
- Descr iption: 给定一段文章,请输出每个字母出现的次数。 Input: 只有一组输入数据,该数据大小<10KB。 在文章中除最后一个字符外,只有小写字母、空格和换行符,没有另外的标点、数字和大写字母等。该文章以’#’结尾。 Output: 输出格式为“C A”,C为’a’..’z’中的字母,A为出现次数,C和A之间空一格。 Sample Input: here is the input this is the article
ColormapCube
- C# &vtk.net编写的六面体程序,内带详细注释,3种颜色渲染,可用于广大VTK初学者例程-C# & vtk.net prepared Hexahedral procedures, which take detailed notes, three kinds of color rendering, VTK can be used for the majority of beginners routine
vtkBasicObject1
- C# & vtk.net编译两个三角面片,具有学习价值-Compile C# & vtk.net two triangular patches, with learning the value of
Form1
- C#的编程研发技巧及深度解剖 里面很多东西原本不难,但是极细微,容易出错 -C# programming skills and the depth of R & D a lot of things inside the original anatomy is not difficult, but very subtle, error-prone
Bitmap_transform
- 将gary二维影像资料(阵列)转为bitmap &bitmap转为gary二维影像资料-The gary two-dimensional image data (array) into bitmap & bitmap two-dimensional image data to gary
2-3
- 编写一个函数,计算两者的重量和。 double TotalWeight(Boat& b, Car& c) 利用友元概念-Write a function to calculate both the weight and. double TotalWeight (Boat & b, Car & c) the use of the concept of friend
zys
- 逻辑表达式从键盘输入,长度不超过一行;逻辑运算符包括“|”、“&”、“~”,分别表示或、与、非,运算优先程度递增,括号内的运算优先。-Logical expression from the keyboard input, the length of no more than a line logical operators including " |" ," & " ," ~" , respectively, or with, non, i
Html
- C#做的HttpUtility转码&简繁,方便数据转换-C# do HttpUtility transcoding & Simplified and Traditional, to facilitate data conversion
BubbleBreaker
- Bubble Breaker游戏Javascr ipt版源码 用Javascr ipt 模拟Windows mobile PPC上的一款游戏---Bubble Breaker &def基于Jquery。 -Javascr ipt version of the game Bubble Breaker analog source using Javascr ipt on a Windows mobile PPC Games--- Bubble Breaker & def on
NetQAsystembasedonthedesignandimplementation
- 一个基于Net的答疑系统的设计与实现的文章,写的条理性清晰易懂-Q & A Net-based system design and implementation of the article, written in clear and understandable reason Article
OpenFileFolder
- 1、通过获取文件路径,打开该文件所处的文件夹; 2、通过解析文件类型,列出当前系统中可以打开该类文件的软件列表; 3、为某种类型的文件添加打开方式(右键直接添加&右键“打开方式”中添加) 4、将自主开发的软件设置为某种类型文件的默认打开方式 5、将上诉功能点封转成Helper类-1, by getting the file path, open the file in which folder 2, by parsing the file type, list the curr
stack-to-queue
- 用二个顺序存储结构的栈,通过这二个栈的相关运算实现队列的以下功能。 Queue() //构造函数 bool empty() //返回队列是否已空 bool full() //返回队列是否已满 int serve() //出队列,成功返回0,否则返回-1 int append(const string &item) //item进队列,成功返回0,否则返回-1 int retrieve(string &item) const //将队列头的值赋给item,成功返
smallnews
- 新闻发布系统源码 一个简单的新闻管理系统源码,提供初学者使用.使用前修改webconfig中的路径即可。 用world编辑好新闻后&def上传&def可以用html方式查看. 由于时间原因,查看新闻详细信息的时候,没有对是否有附件进行判断!大家学习时可以自行做判断! 首页 NewsDefault.aspx 新闻管理用户名:admin 密码:admin 开发环境vs2010+Access -The press release system source
friend
- 友元 编写C++程序完成以下功能: 定义一个Boat和Car两个类,他们都具有私用属性——重量; 编写一个函数,计算两者的重量和。 double TotalWeight(Boat& b, Car& c) -Friend write C++ program to perform the following functions: define a Boat and Car two classes, they have private property- weight write