Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 3-opt
Search - 3-opt - List
旋转的3维通道- Revolves 3 Uygur channel
Update : 2024-04-24 Size : 117760 Publisher : 站长

用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient's distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed a Shuttle mission after disinfection, and to continue the original standby. Assuming hue with the first-aid center, a medical
Update : 2024-04-24 Size : 15360 Publisher : 胡小勇

DL : 0
背包问题:一. 需求分析1.本程序中,表示背包和物品的元素限定为实型,物品的多少不限(可通过改变宏选择适当的数组长度).2.程序由用户和计算机的对话方式执行,在计算机的提示信息下由用户在键盘上输入规定的运算命令,相应的输入数据和运算结果显示在其后。3.程序执行的命令包括:1) 构造物品数组及相应的标识数组2) 对数组的当前状态求和3) 打印出所有符合要求的结果4.测试数据实型的任意数据均可,不能输入字符型数据-knapsack problem : 1. A needs analysis. This procedure, said the backpack and items elements is limited to type, the number of open-items (available through Acer change the selection of appropriate length of the array). 2. Procedures by the user and computer dialogue approach to the implementation of the computer under the message by the user at the keyboard input on the operation order, the corresponding input data and computing results in the following. 3. Procedures for the implementation of the order include : 1) Construction items array and the corresponding array logo 2) to the current status of the array summation 3) Print out to meet the requirements of all four results. Test data is the type of data can be arbitrary, can not be imported for character data
Update : 2024-04-24 Size : 7168 Publisher : 王想

1.增加了近40项后台核心设置,这些设置可以使大家可以很容易控制前台的显示,能按照自己的意愿调整各项参数。 2.将广告单独分开,可以由用户自由设置多项广告。并且可以通过修改模板使广告在适合的地方显示。 3.增加站点公告。 4.增加文章来源,专题,标题颜色设置等等。并且在HTML在线编辑器里增加即时图片上传,方便多图片管理。 5.文章投稿及评论都不再使用文本数据存储,这样可以更方便管理,以及审核等控制。 6.增加投票功能。-1. An increase of nearly 40 core background settings, these settings can make everyone can easily control the future, in accordance with their own will adjust various parameters. 2. Advertising alone will separate the user can set up a number of free advertising. And can change the templates so that the advertisements for the show. 3. Increase site notice. 4. Add article sources, thematic, heading color settings. In HTML editor online world has increased immediately upload pictures, photos and more convenient management. 5. Article submissions and comments are no longer in use text data storage, so can be more convenient management and control audits. 6. Increased voting.
Update : 2024-04-24 Size : 301056 Publisher : 张帅

DL : 0
cmjspy是一个远程控制软件 这个正式版本具有以下功能 对所控制的计算机进行非常方便的操作 1.目录管理 文件目录删除(不可复原),建立目录,上传下载文件,打开 文件移动文件目录。 2.桌面管理 可对桌面窗口图标及任意桌面元素进行,左右单击双击操作。 可在目标计算机进行文本输入操作。可发送消息, 及聊天功能。 3.系统操作 关闭运行程序,鼠标琐定,更改分辨率,重新启动,及关闭 计算机。获取键盘记录,发送email到指定信箱(email 包括 该机的ip地址和键盘记录) -cmjspy is a remote control software with the official version of the following functions under the control of the computer is a convenient operation. Directory management directory delete (not rehabilitation), the establishment of catalogs, uploading and downloading files, open files mobile directory. 2. Desktop management of window icon on the desktop and desktop arbitrary elements, about click click operation. The goal of computer text entry. May Send Message and chat. 3. The system shut down operating procedures, the mouse will admit, change resolution, restart and shut down the computer. Access keyloggers, send email to a designated mailbox (email including the machine ip address and keyloggers)
Update : 2024-04-24 Size : 28672 Publisher :

最有二叉搜索树生成程序,图形界面演示,VC6.0开发-most binary search tree formation process, a graphical interface presentations, the development of VC6.0
Update : 2024-04-24 Size : 35840 Publisher : 郭上华

验证卡布列克运算。任意一个四位数,只要它们各个位 上的数字是不全相同的,就有这样的规律: 1)将组成该四位数的四个数字由大到小排列,形成由这四个 数字构成的最大的四位数; 2)将组成该四位数的四个数字由小到大排列,形成由这四个 数字构成的最小的四位数(如果四个数中含有0,则得到的数不足 四位); 3)求两个数的差,得到一个新的四位数(高位零保留)。 重复以上过程,最后得到的结果是6174,这个数被称为卡布 列克数。-certification Roman computing. A four-digit arbitrary, as long as they all place on the same figure is incomplete, this is the law : a) the composition of the four four-digit figures with 7,10,13, formed by four of the greatest figures of the four-digit; 2) The composition of the four four-digit figures headed arranged by the formation of the four figures constitute the smallest of the four-digit (if 4 contains a few 0, then the less than 4); 3) 2 for the number of poor, received a new four-digit (high-reservations). Repeat the above process, the final result is 6,174, a figure known as the Roman few.
Update : 2024-04-24 Size : 1024 Publisher : 姚紫欣

编写一个程序生成两个线程(进程)模拟龟兔赛跑。 1、兔子进程优先级高,因而跑的快,但兔子进程随机发生一些睡眠。 2、乌龟进程优先级低,因而跑的慢,但乌龟进程不发生睡眠。 3、程序应能用动画方式显示龟兔赛跑的进程。 源程序如下:(我在vc6.0调试通过)-procedures for the preparation of a generation two threads (processes) simulation hand. 1, rabbits process high priority and thus run faster, but the rabbit random process some sleep. 2, turtles low-priority process, which run slowly, but the process does not occur turtles sleep. 3, procedures should be spent shown the race between animation process. Source : (I vc6.0 through debugging)
Update : 2024-04-24 Size : 1024 Publisher :

3*3 中值滤波的verilog代码实现,已经调试通过!欢迎提出宝贵意见!-3* 3 filtering to achieve the verilog code has been adopted debugging! Welcomed the valuable advice!
Update : 2024-04-24 Size : 49152 Publisher :

DL : 0
Windows CE 培训教程 课程介绍 1 主要讲解WinCE系统层面的开发知识,非应用层面介绍 2 讲解有关WinCE的基本知识、概念和开发的内容 3 要求熟悉C++及操作系统的基本知识 4 了解Windows操作系统的注册表知识 5 了解Windows的基本工作原理 6 了解基本嵌入式定义及基础-Windows CE training courses on a tutorial on the main level of the system WinCE development of knowledge , introduced the non-application of the two WinCE on the basic knowledge, development of the concept and content requirements familiar with the three C and the operating system to understand four basic knowledge of the Windows operating system Note Table 5 list knowledge of Windows to understand the basic working principle of six basic understanding and definition of embedded foundation
Update : 2024-04-24 Size : 24576 Publisher : linfan

编程使小键盘的数字键1,2,3,4,5,6,7作为电子琴按键,输入对应的七个音阶,通过实验箱的喇叭发出声音,并通过七段数码管显示输入音阶;若小键盘输入“R”则返回DOS,结束程序。-Programming small keyboard's numeric keypad ,36.2 as flower button. 7 corresponding to the input scale, experimental box speakers to make their voices heard, and through digital paragraph 107 of show that the scale; If small keyboard input "R" to return to DOS, closing procedures.
Update : 2024-04-24 Size : 33792 Publisher : 梁良

DL : 0
本软件带有源码,大家可以使用到任何一个地方,解压缩后在testReport/Release目录下是完整的可执行程序,可以点击查看报表效果。 这个系统现在采用如下思路: 1、提供多种报表格式。2、数据和格式完全分开,格式可以自动生成或者通过WORD的强大功能来完成。 3、能够完成各类复杂报表的展现,包括规则的和不规则的报表,固定的和不固定报表。 4、可以支持图片、动画甚至是音乐和Flash 5、支持报表打印、预览、查找、保存、更新和页面设置等功能 如问题可以给我发mail,我的信箱:zhang_zkun@cvicse.com -software with the source code, you can use any one place, decompress after testReport/Release directory is a complete executable. can click on the View statements effect. The system now uses the following ideas : one, to provide a variety of statements format. 2, data format and completely separate from the format can be created automatically or through the power of Word to complete. 3, to complete all kinds of complex statements of the show, including rules and erratic statements, fixed and fixed statements. 4, can support pictures, animation and even music and Flash 5, support statements Print, preview, search, preservation, Page Setup and update functions as the question can give me the mail, my mailbox : zhang_zkun@cvicse.com
Update : 2024-04-24 Size : 1482752 Publisher : zhang_zkun

Othereryi
DL : 0
设B是一个n×n棋盘,n=2k,(k=1,2,3,…)。用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方格外的所有方格。其中,一个L型条块可以覆盖3个方格。且任意两个L型条块不能重叠覆盖棋盘-Set B is an n × n chessboard, n = 2k, (k = 1,2,3, ...). With sub-rule method to design an algorithm so that: The number of L-type compartmentalization can live B coverage in addition to a special side of all the extra box. Among them, an L-bar may be covered by three grid. And any two L-bar can not be overlapping coverage chessboard
Update : 2024-04-24 Size : 236544 Publisher : 陈馨

DL : 0
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
Update : 2024-04-24 Size : 44032 Publisher : 孤鸿影

DL : 0
《MIP2005行政办公管理系统》是一款完全按中国中小型企业事业单位办公习惯及办公事物管理需要设计的现代化行政办公事务管理的系统,适用于所有企业事业单位及个人办公管理的需要。软件符合中国人及中国企业办公管理需要的使用办公管理功能,软件主要包括以下八个方面: 1、人事管理:人事档案,员工生日提醒,劳动合同,福利保险,应聘人员登记; 2、资产管理:资产管理,资产维修记录,资产报修报废预警,资产报废,厂家及维修部门信息; 3、车辆管理:驾驶人员登记,车辆登记,用车管理,车辆投保信息,车辆年检记录; 4、办公管理:工作计划,一周工作安排,工作日志,记事本,会议记录本,客户投诉登记表,来访登记,往来信函管理,宿舍管理,出差管理; 5、文件管理:公文管理,行文管理,规章制度,文件管理; 6、费用管理:电话费用,报销费用管理,车辆费用支出管理; 7、辅助信息:通讯录,航班查询,手机归属地,常用网址,邮编大全,出行指南,国际电话代码及时差; 8、系统功能:事件提醒,用户管理,在线用户,信息发布,锁定应用,重新登录等。 系统支持用户二次开发(本系统是利用MIP2005开发完成的)。无需安装,绿色软件。
Update : 2024-04-24 Size : 3625984 Publisher : 刘军

DL : 0
算法实现题2-3 邮局选址问题 « 问题描述: 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的 街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。 街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 « 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。 « 数据输入: 由文件input.txt 提供输入数据。文件的第1 行是居民点数n,1£ n£ 10000。接下来n 行 是居民点的位置,每行2 个整数x 和y,-10000£ x,y£ 10000。 « 结果输出: 程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是n 个居 民点到邮局的距离总和的最小值。 输入文件示例 输出文件示例 input.txt output.txt 5 1 2 2 2 1 3 3 -2 3 3 10
Update : 2024-04-24 Size : 64512 Publisher : 林总

车牌识别源码 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》打开--》CDipView的OnFileOpen 函数--》 调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新 自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画
Update : 2024-04-24 Size : 233472 Publisher : kongge

DL : 0
NVIDIA表示,《GPU Gems 3》的目的是让“软件开发和科学研究人员充分挖掘GPU的并行运算潜力”,同时其中描述的技术还能帮助游戏开发人员“创造极其逼真的人物角色、更好的光照效果和粘贴渲染合成效果”,并增强“金融模拟、金融分析,甚至病毒检测,尤其是NVIDIA CUDA编程架构”等非图形类应用。-NVIDIA said,
Update : 2024-04-24 Size : 26866688 Publisher : 陈亮

DL : 0
与金蝶看K/3集成的地磅系统,希望大家可以借鉴
Update : 2024-04-24 Size : 3914752 Publisher : xuwanchun

.netHFDate
DL : 0
日期类,特点包括: 1:提供1901-2049共150年的农历; 2:提供农历年月日时的干支信息; 3:提供24节气信息及计算方法。理论上计算几百几千年的节气还是没什么问题的,甚至可以精确到分/秒。 但对于普通人来说,无非是查查最近几年几十年的节气,并且只需要精确到日,最多精确到时罢了。 另:该程序在.net3.5下编写。编写好之后只做了少量的测试,查万年历对 比,均正确。但也有可能有计算错误的地方。如果大家在使用过程中 有任何错误,或者对其进行了修改等等,还请及时发一份给我, 谢谢! 作者:hf_163mail@163.com
Update : 2024-04-24 Size : 130048 Publisher : iaxk
« 12 3 4 5 6 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.