资源列表
ppoo
- 工资管理--源代码,也是我的作业.比较简单.但是很实用.是数学上常用的距阵操作-wages -- source code, I also work. relatively simple. However, it is very practical. Mathematics is often used in the matrix operation
iiioo
- 距阵--源代码,也是我的作业.比较简单.但是很实用.是数学上常用的距阵操作-matrix -- source code, but also my work. Relatively simple. However, it is very practical. Mathematics is often used in the matrix operation
BLOGSYS
- 用C#做的一个BLOG系统,很简单适合新手-C# do a BLOG system, which is very simple for novice
TranGif
- 自已做的关于图形变换的程序,实现了其中最基本的变换效果-do on their own graphics transform procedures, of which the most fundamental transformation effects
CSharp_Server
- C#写的一个模仿服务器的例子,可以接收来自客户端的连接-C# to write a copy of the server example, can receive from the client connections
CSharp_client
- C#写的一个客户端的例子,可向服务器发送连接,并传递消息-write a client example, can connect to the server to send and impart information
ViewCRM
- c#客户管理系统,基于vs2003的域开发-c # client management system, based on the domain development vs2003
BasGis
- mapx souce code
algorithm_using_c
- 一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration
20061115001444787
- 五子棋 逢对手五子棋五子棋 逢对手-well-matched in a contest 331 - 331 5 5 - 5 - 331 well-matched in a contest well-matched in a contest
shujukuyoutingjulebu-
- 数据库关于游艇俱乐部的代码。数据库使用sql2000,代码使用C# .NET2005打开看-yacht club on the database code. Sql2000 use of the database, code using C#.NET2005 can open
sta
- 设当前系统中有多个栈在工作,多栈模拟问题要求模拟当前系统中各栈的工作状态。 由文件input.txt给出输入数据。第1行是正整数n,表示有n个栈操作。接下来的n行, 每行给出一个栈操作指令。栈操作指令“PUSH A B”表示将正整数B加入编号为A的栈顶; 栈操作指令“POP A”表示输出编号为A的栈顶元素输入文件示例 输出文件示例 input.txt output.txt 7 PUSH 1 100 PUSH 1 200 PUSH 2 300 PUSH 2 40