CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - resident

搜索资源列表

  1. Generic-Algorithm-for-TSP

    3下载:
  2. 运用优化遗传算法解决100个城市的TSP问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities TSP problem, which was to select a departure from the resident, after each city once again, and finally returned to the resident
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:128712
    • 提供者:李佳鹤
  1. BmpCapture

    0下载:
  2. 用VC++实现抓图程序源代码,居于热键激活功能-With VC++ Achieve capture source code, resident hotkey activation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:124399
    • 提供者:雨晨
  1. CINT

    0下载:
  2. This source file demonstrates how to make a routine resident. Notice 用C++语言开发数据库单用户系统  -This source file demonstrates how to make a routine resident. Notice to use C language to develop single-user database system
  3. 所属分类:Database system

    • 发布日期:2017-04-15
    • 文件大小:5910
    • 提供者:zlm
  1. cache

    1下载:
  2. 实现LRU算法的Cache源代码,可以用来支持整个系统中某种对象数量的个数限制,同时,通过LRU算法保证使用频度高的对象尽可能的驻留内存。 该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restricti
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:12392
    • 提供者:zzj
  1. ex2

    0下载:
  2. 旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem to a salesman to sell a number of city merchandise, known distance between each city (or travel). Him to select a departure from the resi
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:11100
    • 提供者:
  1. 200204135097

    0下载:
  2. 内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-Memory of the basic idea of the presence of the procedure is to remain in the memory
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:10532
    • 提供者:yiliang
  1. database_resident_connection_pooling

    0下载:
  2. ORACLE 11G引入了DRCP(database resident connection pooling)这个相当不错的功能,能够允许应用共享同一个数据库连接池。大大提高了访问ORACLE的效率。-ORACLE 11G introduced a DRCP (database resident connection pooling) this rather nice feature, can allow application sharing the same database connect
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:262122
    • 提供者:任毅
  1. Printscreen_to_file_TSR

    0下载:
  2. Terminate and stay resident program to dump printscreen info to a file.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:19849
    • 提供者:dhoom
  1. ISC366.ZIP

    0下载:
  2. C++中的中断处理, 创建一个内存驻留程序,大家可参考看看咋样-C++, interrupt handling, create a memory-resident programs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:150256
    • 提供者:pony
  1. lvxingshang_dongtai

    0下载:
  2. 旅行商问题动态算法 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Dynamic algorithm of a salesman traveling salesman problem going to a number of cities to sell goods, are known to the distance between cities (or travel). He want
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:141523
    • 提供者:caicai
  1. proj3_66

    0下载:
  2. 将驻留程序proj3_19添加到注册表的自动启动项,实现登陆自动执行驻留;使用SDK提供的函数编写窗口应用程序,在消息处理函数中设置定时器,当系统时间与设定的时间相同时,删除文件test.txt,实现固定时间删除某一文件;将notepad.exe赋给lpAppName,如有参数(可执行文件名)传人,追加到lpAppName后,删除文件test.txt,然后执行lpAppName中的命令,实现双击文本文件时,自动删除某一文件-The stay-resident program proj3_19 s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:1153228
    • 提供者:李倩倩
  1. antD

    0下载:
  2. 旅行商问题:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem: a number of sales going to the city to sell goods, known distance between cities (or passage). He selected one from a resident, goes throug
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1973
    • 提供者:hepeng
  1. DOCTOR

    1下载:
  2. 住院医生工作站,基于医院工作流,采用数据库3层架构设计,提高医生工作效率-Resident workstation, hospital-based workflow, using the database 3-tier architecture to improve the efficiency of doctors
  3. 所属分类:SQL Server

    • 发布日期:2017-05-16
    • 文件大小:4544434
    • 提供者:筱伯
  1. cyuyan

    0下载:
  2. c语言编程技巧:dos命令扩展;屏幕界面程序设计;内存驻留程序设计-c language programming skills: dos command extensions screen interface programming memory-resident program design
  3. 所属分类:OS Develop

    • 发布日期:2017-05-25
    • 文件大小:8205514
    • 提供者:hezhilong
  1. travelling_salesman

    0下载:
  2. 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条 从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。 -A number of sales going to the city to sell goods, known distance between cities (or travel). He selected one from a resident, goes through each city once, and finall
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1562
    • 提供者:张涵
  1. resident0.92

    0下载:
  2. 居民管理系统,自己做的,感觉还勉强可以,发上来和大家交流-resident management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:490810
    • 提供者:jason
  1. hjgl

    0下载:
  2. 常住人口 管理菜单:用户管理 | 增加数据 | 按(户号,户主姓名,姓名,身份证号,单位,车型)查询, 单位是自动生成. 分页查询powered by 25175.net-Resident population management menu: User Management | increase data | Press (family number, holder name, name, ID number, unit, model) query, the unit is automa
  3. 所属分类:Goverment application

    • 发布日期:2017-03-31
    • 文件大小:511522
    • 提供者:ll
  1. hjgl

    0下载:
  2. 25175户籍管理系统 v2.0 常住人口 管理菜单:用户管理 | 增加数据 | 按(户号,户主姓名,姓名,身份证号,单位,车型)查询, 单位是自动生成. 分页查询-25175 household registration system v2.0 Resident population management menu: User Management | additional information | By (household number, holder name, n
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:481253
    • 提供者:wyjun
  1. buluo

    0下载:
  2. 部落卫队问题 描述 原始部落byteland中的居民们为了争夺有限的资源,经常发生冲突。几乎每个居民都有他的仇敌。部落酋长为了组织一支保卫部落的队伍,希望从部落的居民中选出最多的居民入伍,并保证队伍中任何2 个人都不是仇敌。-Problem Descr iption primitive tribal Guard byteland residents in order to compete for limited resources, often conflict. Almost ever
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:903168
    • 提供者:ALINA
  1. zhujing

    0下载:
  2. 采用B/S模式,运用ASP.Net和连接后台数据库SQL SERVER,完成社区户籍管理系统的设计和代码编写及系统测试,实现一个基于web的小型信息管理系统,用来对小区的常住人口的基本信息进行管理,实现一般的查询、修改、增加、删除等功能。-By B/S mode, the use of ASP.Net and connecting back-end database SQL SERVER, complete the household registration management syste
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:1119143
    • 提供者:Amy
« 1 23 4 5 6 »
搜珍网 www.dssz.com