资源列表

« 1 2 ... .75 .76 .77 .78 .79 1180.81 .82 .83 .84 .85 ... 5345 »

[C#编程nquene

说明:算法流程: 1、数据初始化。 2、从n列开始摆放第n个皇后(因为这样便可以符合每一竖列一个皇后的要求),先测试当前位置(n,m)是否等于0(未被占领): 如果是,摆放第n个皇后,并宣布占领(记得要横列竖列斜列一起来哦),接着进行递归; 如果不是,测试下一个位置(n,m+1),但是如果当n<=8,m=8时,却发现此时已经无法摆放时,便要进行回溯。 3、当n>8时,便一一打印出结果。 优点:逐一测试标准答案,不会有漏网之鱼。 -Algorithm
<高慧> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[C#编程LexicalAnalyzer

说明:编译原理课程设计词法分析 c#实现 设计思路 本程序采用字符流形式读入文件,识别其中的关键字,标识符,分隔符,注释符,引入文件声明等.-Principles of curriculum design compiler lexical analysis c# Achieve design flow of the procedure adopted the form of characters read into the document, to identify which keyw
<bo> 在 2025-06-10 上传 | 大小:85kb | 下载:0

[C#编程SyntaxAnalyzer

说明:编译原理课程设计语法分析 c#实现 对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Principles of curriculum design compiler parsing c# Achieve for grammatical analysis, the use of LR (1) analysis to determine whether the procedures meet the requirements of the structure.
<bo> 在 2025-06-10 上传 | 大小:121kb | 下载:0

[C#编程calputer

说明:c#编的计算器程序----主要针对初学者-c# series---- calculator program aimed at beginners
<阿发> 在 2025-06-10 上传 | 大小:4kb | 下载:0

[C#编程jiaji

说明:可以在程序挑选出 某个程序 本程序是我新编的 简单试验一下 估计有用-Procedures can be selected in a program of this procedure is a simple test I have a new look over the estimated useful
<王蒙> 在 2025-06-10 上传 | 大小:23kb | 下载:0

[C#编程RegToFA

说明:从正则表达式到NFA再到DFA的C#实现,图形界面。-From regular expressions to NFA to DFA in C
<苏鸿星> 在 2025-06-10 上传 | 大小:314kb | 下载:0

[C#编程Csharpnetwork

说明:C#网络与通信这本书的源码..现在C#关于网络这方面的书比较少,这本书还不错的,特提供源码完整版..请多支持-C# Network and the source of this book .. now C# On the network in this area relatively small book, this book is also good, especially the provision of source code full version .. please support
<Michael> 在 2025-06-10 上传 | 大小:947kb | 下载:0

[C#编程WaterImage

说明:程序功能: 批处理整个目录下的图片打上水印文字,可以选择存放图片的目录,输入要打上水印的文字,如果是多行,请在文字之间用|分开。 注:要在图片目录的同级目录下建image目录,以存放新生存的图片。 leafboyman@tom.com -Program features: batch processing a whole directory of pictures marked with the watermark text, you can choose to
<叶好> 在 2025-06-10 上传 | 大小:41kb | 下载:0

[C#编程1vs1_getwall

说明:这是一个1对1的网关,能转发信息和筛选信息。利用vs2005+c#开发 代码简单 适合初学者-This is a 1-to-1 gateway, can transmit information and screening information. Use vs2005+ C# Developed a simple code for beginners
<dai> 在 2025-06-10 上传 | 大小:79kb | 下载:0

[C#编程booksys

说明:《Visual C# 2005数据库项目案例导航》一书中的图书馆管理系统原码。有详细的配置安装说明- Visual C# 2005 database project navigation case , a book library management system for the original code. Detailed configuration of the installation instructions
<bbrica> 在 2025-06-10 上传 | 大小:7.58mb | 下载:0

[C#编程Mapxtreme2004Questions

说明:收集和总结的Mapxtreme的开发资料,包括了鹰眼图的实现,自定义控件,图元闪烁等功能的实现。-Collecting and summarizing the development of MapXtreme information, including the realization of the Eagle Eye Chart, custom control, features such as pixel flicker realized.
<黄佩> 在 2025-06-10 上传 | 大小:635kb | 下载:0

[C#编程Csap_Mutex_Code

说明:C#编程,避免本程序重复加载,原代码-C# Programming, to avoid repetition of this procedure to load the original code
<侃宏> 在 2025-06-10 上传 | 大小:17kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 1180.81 .82 .83 .84 .85 ... 5345 »

源码中国 www.ymcn.org