搜索资源列表

  1. XTerran_NoMgr

    0下载:
  2. 集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话.- The colony management, mainly aims at the terminal service the conversation duty assignment, machine does for chooses the bull dozer, other machines share the terminal
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27130
    • 提供者:王朝
  1. catwork0509

    0下载:
  2. 拷贝构造和赋值操作符,C#和本机 C++ 代码的互用性-structure and copy assignment operator, the C# and C code for interoperability
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:235231
    • 提供者:张波
  1. stege2_javarmi

    0下载:
  2. a java-rmi code build a chat-room. to run this code , you need to know some basic idea about java-rmi. i spend three weeks to write this code which is also an assignment in my university (UNI.adelaide.au )
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:6736
    • 提供者:原代码
  1. cpusimulator

    0下载:
  2. a cpu simulator with readme file . this code also is my assignment finished last year. i also provide the requirement and test file in this tar.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:79230
    • 提供者:原代码
  1. 指派问题 

    0下载:
  2. 自己作的指派问题 不好意思 主要用于运筹学的指派问题-themselves to the assignment of major embarrassment for the assignment of tacticians
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15868
    • 提供者:独裁者
  1. xinchengxu

    0下载:
  2. 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorith
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5597
    • 提供者:lw
  1. VendorsEdit.aspx

    0下载:
  2. Rhino支持javascr ipt标准的所有特性,如赋值、运算、判断语句、循环语句、甚至简单的io操作。Rhino很简单易用,我以一个例子来说明,这个例子就是允许用户设定一个使用x,y两个变量进行一定逻辑算术运算(运算规则用户用javascr ipt定义),并允许用户对x,y赋值,然后运行得出计算结果-Rhino support all standard features, such as assignment, calculatio
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:15904
    • 提供者:yz
  1. 用ftp协议完成多线程断点续传的源码

    0下载:
  2.  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96233
    • 提供者:屠理峰
  1. 表达赋值

    0下载:
  2. 简单的赋值语句转化为四元式 只对单字符赋值 以及表达式的四元式转换 -simple assignment into four yuan-only assignment of single characters and expressions of 4 yuan conversion
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15504
    • 提供者:海文
  1. 基本语法:VHDL实例---条件赋值:使用多路选择器

    0下载:
  2. 基本语法:VHDL实例---条件赋值:使用多路选择器.rar-basic syntax : VHDL examples --- conditions assignment : use of multi-channel selector. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:张洪
  1. c++5

    0下载:
  2. 在设计良好的面向对象系统中,为了压缩其对象内部的空间,仅留两个函数用于对象的拷贝:一般称为拷贝构造函数(copy constructor)和拷贝赋值运算符(copy assignment operator)。我们将它们统称为拷贝函数(copying functions)。如果需要,编译器会生成拷贝函数,而且阐明了编译器生成的版本正象你所期望的:它们拷贝被拷贝对象的全部数据。 -in a well-designed object-o
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2789
    • 提供者:mahongmeitt
  1. GroupCopyEditToLabel

    0下载:
  2. C++Builder成批拷贝赋值的代码例程。-C Builder bulk copy of the code assignment routines.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:333820
    • 提供者:lf
  1. 06_01

    0下载:
  2. //Person类,包括读写属性:身份证号,姓名,性别,出生日期,家庭住址,电话和电子邮件。 //设计一个只读属性年龄,它根据出生日期得出年龄。在对电子邮件赋值时,检查格式是否正确,如果不正确,则抛出一个自定异常InvalidEmailFormatException(从ApplicationException继承)。-/ / Person categories, including reading and writing att
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14759
    • 提供者:张宸
  1. 2D_change

    0下载:
  2. 可以对图形进行各种几何变换,包括反转,平移,旋转,拉伸。并对其进行赋值变换。图形学的一个综合编程例子。-graphics can be right for various geometric transformation, including inversion, translation, rotation, stretching. And transform its assignment. An integrated graphics
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3975
    • 提供者:诺诺
  1. RegeditTest

    0下载:
  2. 1)向注册表中添加一个Test的目录。 2)向Test目录中建立一个DWORD类型的主键和一个字串类型的主键。 3)向建立的主键赋值。 4)从主键中读取键值,并显示读取结果(显示的方式以messageBox方式) -a) to add a registry Test directory. 2) Test directory to establish a DWORD type of primary key and a st
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:29841
    • 提供者:夏赟
  1. vc1011423523562

    0下载:
  2. 运筹学之指派问题的匈牙利算法。 运筹学上的一个经典算法-tacticians Zhi assignment of the Hungarian algorithm. Tacticians on a classical algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8853
    • 提供者:chiron
  1. zhipaiwenti

    0下载:
  2. 运筹学之指派问题的匈牙利算法。刚刚才看到的,不错哦-tacticians Zhi assignment of the Hungarian algorithm. Only just to see, oh well
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8937
    • 提供者:张毅
  1. classstudent

    0下载:
  2. 定义一个学生类,其中有3个数据成员有学号、姓名、年龄,以及若干成员函数。同时编写主函数使用这个类,实现对学生数据的赋值和输出。要求:(1)使用成员函数实现对数据的输入、输出(2)使用构造函数和析构函数实现对数据的初始化。-definition of a category of students, including three members of school data, names, ages, as well as several
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1004
    • 提供者:吴伟
  1. kll

    0下载:
  2. 自己设计的赋值兼容-their design assignment compatible
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2285
    • 提供者:任晓峰
  1. assignment_problem

    0下载:
  2. 某单位需要完成N项任务,恰好有N个人可承担这些任务。由于每人的专长不同,个人完成任务不同,所需成本也不同。若第i个人完成第将j项任务的成本为C(i,j),问题是如何分配这些工作任务,使总成本最小? 这类问题为指派问题。-units required to complete a certain task N, N just a personal commitment of these tasks. As the expertise o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:118388
    • 提供者:小宝
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org