搜索资源列表
迷宫求解的非递归算法
- #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
DotNetMagic2005
- c#界面风格控件,老外写的,破解过了,很漂亮,大家试用,magic-c# interface style controls, foreigners written after a break, it is beautiful, we try, magic
List
- The program is going to read some files, and it will list the content of these files. The content listed will being numbered line by line from "1". If the file content is too long, this program will break it into parts, with one having 20 lines
B2C
- 对于典型的数据库管理系统,尤其是B2C电子商务网站这样数据流量比较大的网络管理系统,必须要满足使用方便、操作灵活等设计需求。本系统在设计时满足以下几个目标: 界面设计美观友好,信息查询灵活、方便、快捷、准确,数据存储安全可靠。 全面、分类展示商城内所有商品。 显示商品的详细信息,方便顾客了解商品信息。 查看商城内的交易信息。 设置灵活的打印功能。 对用户输入的数据,系统进行严格的数据检验,尽可能排除人为错误。 提供新品上市公告,方便顾客及时了解相关信息。 提供网站
abc
- 应一位网友之邀破解某网站验证码,于是写个小测试程序热热手。本小程序功能:在图片上取某一点的颜色,开发语言:c#-User' s invitation to be a break of a site verification code, then write a small test program hands excitedly. This small program features: in the pictures, take a point of color development
play
- c# 一款类似于魔塔的小游戏,可以闯关,拾取药品,杀怪,还有一定的剧情-c# a little game like devil' s tower, you can break through the barrier, pick up drugs, killing, there is a certain story
XNetFramework
- XNetFramework 是一个非常简单的.net网络通信框架,采用UDP实现,主要用于客户端-服务器模式,本框架实现模拟心跳包(实现断线等事件触发),消息封装等功能,利用本框架可以快速实现网络上基本 C/S模式的程序。-XNetFramework is a very simple. Net framework for network traffic, using UDP to achieve, mainly for the client- server model, the framewor
APP
- 大二寒假在家,应正在做会计工作的家人要求,制作了这么一个方便统计产品信息的软件,力求小巧简单。由于目标客户非常明确,加之本人对会计并不了解,因而不知此产品实用性如何。但可作为C#学习的参考,设计面向对象、XML文件操作、UI设计、ListView、ContextMenuStrip等控件,比较规范。姑且命名为“小小小会计”好了。-Sophomore winter break at home, are doing the accounting work of the family, made
break
- break的使用方法及简单例子,主要讲述break和continue的区别-the use of break and a simple example,The main difference between about break and continue
VoteSupporter
- C#实现的投票辅助工具,浏览器自动完成页面填充,可更换代理服务器,自动断ADSL链接更换IP-C# implementation of voting aids, the browser automatically complete page filled, you can replace the proxy server break automatically replace IP ADSL link
mobstk
- 《突破C#编程实例五十讲》源文件\EXAMPLES\第六部分 移动电话上网\第四十一讲 手机跟踪股票信息-" Break through the C# programming examples fifty stresses" the source files \ EXAMPLES \ sixth part of the mobile phone Internet \ forty-first the phone tracking stock information
Winter_Olympic
- 《突破C#编程实例五十讲》源文件\EXAMPLES\第六部分 移动电话上网\第四十讲 开发一个简单的Mobile应用程序-" Break through the C# programming examples fifty stresses" the source files \ EXAMPLES \ sixth part of the mobile phone Internet \ Mobile fortieth stresses the development of a si
FileSystemWatcher
- 《突破C#编程实例五十讲》源文件\EXAMPLES\其它高级论题 第五十三讲文件系统监视器-" Break through the C# programming examples 50 speakers source file \ EXAMPLES \ other advanced topics fifty-third speaking File System Monitor
suntans
- 溃坝模拟,斯坦福大学开发,用于计算海浪波长,精度高-Dam-break simulation, Stanford developed at the University of, used to calculate the the the wavelength of the waves, high precision
break-source
- break source break source break source-break sourcebreak sourcebreak sourcebreak sourcebreak source
xuehua
- c++编写雪花程序,运用函数分析来分解雪花的角和边的分离和展开-c++ write snowflake procedures, the use of function analysis to break down the separation of corners and edges of snowflakes and unfolding
Break-Out-HomeMade
- Game brick up made for exam
11111
- 在51单片机或者在STC单片机上,通过GSM发送断线,程序运行后,开启GSM模块就可以发送-In the 51 single or on STC microcontroller, GSM transmit break through, the program running, open the GSM module can send ...
ASPOSEdll
- aspose破解后的dll类库,用到words而找的,用着比office组件好用多了,最主要的是不用安装office就可以生成文档!-aspose after the break dll library, use words and find that with the more useful than the office component, the most important office is no installation can generate documents!
return_break
- 函数中return和break的功能比较,通过简单的编程演示,得到了两者在用法上的区别-the different usage of return and break in C progrramming language