搜索资源列表
02
- 采用vs2005中的c# 功能是“如何查找网页中所有的超级链接” 目的是学习用-VS2005 using the c# function is, " How do I find all of the super-page link" with the aim of learning
asp.netmasterpage
- 此源码主要用于使用母板页的一些技术上. 主要是达到母板页切换的目的.-This source is mainly used to use some of the technical master pages. Mainly aim to switch master pages.
NewfeaturesinCSharp4.0
- The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program. Som
shiyaner
- 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
LifeSimulation1
- The article s aim is to provide a fun variation of the Game of Life while learning about extension methods in C# 3.0 (.NET 3.5). Using the Game of Life cellular algorithm, we produce various fractal images. Extension methods are used to re-factor a b
adhocsystemstudy
- Basic aim of this project is to create an advertisement management server that will be hosted online. Online advertisement management will be carried out using this web server. This system creates software for managing and publishing advertisement wi
sanguozhanji119tool
- c#源码 三国战记119修改器,通过修改内存达到修改器的目的-c# source Three Wars 119 modifier, modifier aim to achieve by modifying memory
final_Loadbalancing
- The demand for robust face recognition in real-world surveillance cameras i ncreasing due to the needs of practical applications such as security and surveillance. Although face recognition has been studied extensively in the literature, achiev
dfShare
- 2016年9月21日 如何方便的保存WinForm窗体控件的位置大小等等配置信息 由于分辨率、屏幕主题、字体大小的不同,窗体显示效果在不同机器上不尽相同。窗体的弹性设计并不能满足多样的需求。为保证在各种情况下,能有满意的效果。窗体的多样显示方式能改变,并且保存、载入配置,显得很重要。我试写了个C#下的类,来做这件事。宗旨是使用方便,并且尽量小巧,载入快速,和可以扩展。 先说使用: 本类针对最常用的需要,如窗体位置、大小。和表格的列宽。进行设计。如果需要,可自行扩展。