Welcome![Sign In][Sign Up]
Location:
Search - leader-following

Search list

[Other resourcewan1

Description: 这个版本只是修正了一些BUG,由于没有经过VC老大的同意就把 VITCIE (1.2 Alpha)修改了,如果VC老大有意见的话,我会把这个下载删除,这个版本的版权属于VC老大。同时由于官方网站没人回答问题并且已经被黑客黑了,所以我把相关讨论的连接改到本论坛,在此特别声名,并不是盗VC老大的版。   本版本做了以下修正:   1、修正购物车无法调整数量及邮费计算的BUG   2、增加商品类别排序功能   3、修正商品图片上传BUG   4、完成相关代码优化,速度更快   5、修正部分用户无法登录的BUG   6、修正推荐产品表格不会换行BUG   7、修正商品删除BUG   8、修正无法发表商品评论的BUG   9、修正登录后浏览器跳转的问题   10、FLASH广告发布BUG   11、增加会员积分自动增加的功能并可以后台设置增加量 -this version is that some BUG, without the consent of VC eldest put VITCIE (1.2 Alpha) change the VC if some of the eldest, I will delete the download, this version of the copyright VC leader. Because the official website Meirenhuida issues and hackers have been black, so I discussed the related link diverted to this forum, in this particular reputation, not pirated version of the VC leader. This version made the following amendments : an amendment to Cart unable to adjust volume and postage BUG two terms, the commodity sequencing feature three categories, as amended commodities picture upload BUG four complete code optimization, faster 5, that some users unable to log the BUG 6, recommend products that form not-for-7 line BUG amended to delete BUG eight commodities, commodities that can n
Platform: | Size: 574234 | Author: 万男 | Hits:

[ERP-EIP-OA-Portalwan1

Description: 这个版本只是修正了一些BUG,由于没有经过VC老大的同意就把 VITCIE (1.2 Alpha)修改了,如果VC老大有意见的话,我会把这个下载删除,这个版本的版权属于VC老大。同时由于官方网站没人回答问题并且已经被黑客黑了,所以我把相关讨论的连接改到本论坛,在此特别声名,并不是盗VC老大的版。   本版本做了以下修正:   1、修正购物车无法调整数量及邮费计算的BUG   2、增加商品类别排序功能   3、修正商品图片上传BUG   4、完成相关代码优化,速度更快   5、修正部分用户无法登录的BUG   6、修正推荐产品表格不会换行BUG   7、修正商品删除BUG   8、修正无法发表商品评论的BUG   9、修正登录后浏览器跳转的问题   10、FLASH广告发布BUG   11、增加会员积分自动增加的功能并可以后台设置增加量 -this version is that some BUG, without the consent of VC eldest put VITCIE (1.2 Alpha) change the VC if some of the eldest, I will delete the download, this version of the copyright VC leader. Because the official website Meirenhuida issues and hackers have been black, so I discussed the related link diverted to this forum, in this particular reputation, not pirated version of the VC leader. This version made the following amendments : an amendment to Cart unable to adjust volume and postage BUG two terms, the commodity sequencing feature three categories, as amended commodities picture upload BUG four complete code optimization, faster 5, that some users unable to log the BUG 6, recommend products that form not-for-7 line BUG amended to delete BUG eight commodities, commodities that can n
Platform: | Size: 574464 | Author: 万男 | Hits:

[matlableader_follower_matrix

Description: leader-follower聚类算法的matlab实现-leader-follower clustering algorithm matlab realize
Platform: | Size: 1024 | Author: wang | Hits:

[Linux-Unixspserver-0[1].8.5.src.tar

Description: spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。 spserver 使用 c++ 实现,目前实现了以下功能: 1.封装了 TCP server 中接受连接的功能; 2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制; 3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。 4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架) -spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (please refer to: SPWebServer: a web server based on the framework of SPServer)
Platform: | Size: 71680 | Author: Eagle518 | Hits:

[Windows DevelopCode_Leader

Description: 这是一本好书,我找了很久才找到的哦 最后花钱才下载到的,拿出来共享 Code Leader Using People, Tools, and Processes to Build Successful Software Patrick Cauldwell 做软件行业主管必须看的书,我看过了,一定错不了-This is a good book, I am looking for a long time to find the money before the last oh, download, and out to share Code LeaderUsing People, Tools, and Processes toBuild Successful SoftwarePatrick Cauldwell competent to do the software industry must look at the book, I see had certainly not wrong
Platform: | Size: 3092480 | Author: 利群 | Hits:

[JSP/Javaj123

Description: 一、责任链模式 现有 “战士”、“班长”、“排长”、“连长”,“营长”五种角色,当有人要请假时要进行以下处理 1.只能是下级象上级请假(如“排长”只能向“连长请假”) 2.班长可以批准1天内的假期,排长批5天,连长批10天,营长批20天,20以上不准假 请用责任链模式处理以下情况,输出具体的批准过程: 1.战士请12天假 2.排长请3天假 -First, the existing chain of responsibility pattern of " fighters" , " squad leader" , " platoon" , " company commander" , " battalion commander" five roles, when it was time to leave to carry out the following 1. Can only be lower, as higher levels leave (such as " platoon leader," only to " leave the company commander" ) 2. The squad leader can be approved within 1 day of the holiday, five days a platoon leader of the grant, the company commander approved 10 days, battalion commander approved 20 days, more than 20 are not allowed to leave, please chain model to deal with the responsibility of the following circumstances, the output of specific approval process: 1. soldiers requested 12 days leave 2. 3 days, please leave a platoon leader
Platform: | Size: 1024 | Author: 樊昔 | Hits:

[Mathimatics-Numerical algorithmszhizheshengcun

Description: 问题的提出:17世纪法国数学家加斯帕的一本《数学的游戏问题》描述了许多有趣问题,约瑟问题就是其中之一: 15名基督教徒和15名异教徒同乘一船航行,途中风浪大作,危机万分,领航者告诉大家,只要将全船的一半人投入海中,其余人就能幸免。大家都同意这个办法,并协定者30人围成一圈;由第一个人起报数,每数至第9人便把他投入海中,下一个接着从1开始报数,第9人又被投入海中,依次循环,直至剩下15人为止。问题是如何排法使投入海中的人全为异教徒? 编程的思路:此问题有人把它的答案隐示于下列詩句中: From numbers’ aid and art, (依靠数字的和魔力,) Never will fame depart! (声誉决不会离你而去!) 这句诗中元音字母依次为:oueaiaaeeiaeea,分别用1、2、3、4、5代替a、e、i、o、u,便得一排数(划线得数字表示基督教徒,不划线的表示异教徒)。 4 5 2 1 3 1 1 2 2 3 1 2 2 1 故所求排法诗4个基督教徒,5个异教徒,再2个基督教徒,1个异教徒,…可以证明,这种排法所有的基督教徒都是安全的。 -Of the problem: the 17th century French mathematician Gaspard s a "mathematical game problem " describes the many interesting questions, Joseph is one of them: 15 Christians and 15 pagans sail with the boat ride, the way storm comes up, extreme crisis, the leader tell you that as long as half of the whole ship into the sea, the rest can be spared. We all agree with this approach, and there were 30 agreements circle the first person from the reported number, the number to 9 for each person put into the sea in his next start and then reported from a number of people has been put into 9 The sea, in cycles, until the remaining 15 people so far. The question is how to arrange method to make the people into the sea are all infidels? Programming idea: the problem was the answer to it implicitly in the following verse: From numbers aid and art, (relying on numbers and magic) Never will fame depart! (reputation will never leave you!) Poem vowel sentence were: oueaiaaeeiaeea, were re
Platform: | Size: 12288 | Author: yinlingzhi | Hits:

[Special EffectsVisual-software-choice

Description: 近十年来,NI在机器视觉和图像处理方面一直是领导者。NI视觉软件包含于两个软件一NI视觉开发模 块和用于自动检测的NI视觉生成器(NI Vision Builder for Automated Inspection)。视觉开发模块包含 数以白计的视觉函数,NI LabVIEW, NI LabWindows/CVI, C/C++、或Visual日asic可以使用这些函数 来编程创建功能强大的视觉检测、定位、验证和测量应用程序。Vision日uilder AI是一个交4_式的软件环 境,无需编程即可配置、基准对比和发布机器视觉应用程序。这两个软件包都可与NI图像采集卡以及 NI紧揍型视觉系统(NI Compact Vision System协同工作。下面的10个主题概述了选择视觉软件时所 需要考虑的要点。 -In the last ten years, NI in machine vision and image processing has been is the leader. NI visual software includes in two software development model a NI vision And for the automatic detection of NI visual generator (NI Vision Builder for Automated Inspection). Visual development module contains Hundreds of thousands of millions of white Visual function, NI LabVIEW, NI LabWindows/CVI, C/C++, or Visual th asic can use these functions To programming create powerful visual inspection, orientation, verification and measurement applications. Vision, uilder AI is a/4 _ type software ring Environment, no programming can configuration, and release benchmarks machine vision applications. The two packages can be and NI image acquisition card and NI tight beat type visual System (NI Compact Vision System work together. The following 10 topics outlined the choice when visual software Need to consider the main points.
Platform: | Size: 277504 | Author: 刘恒 | Hits:

[Documents201041402429SHIYAN1

Description: 为了更好地管理设计过程中所产生的资料文档,我们开发一个软件工程课程设计管理系统。教师和学生可以应用该系统实现如下功能: 1、学生使用自己的姓名和学号(密码)登陆后,可以从题库中选择一个题目,并且填写同组的其他同学的姓名,学号,班级,小组长等。且选题一旦保存就不能再更改。 2、学生可以修改自己的密码。可以查询自己的选题情况。学生可以查询自己的课程设计成绩。 3、学生在课程设计的各个阶段的工作报告上传至该系统。 4、教师使用姓名和工资号(密码)登陆后,可以查看学生的选题情况;可以查看学生的设计报告,填写学生的项目进度情况,并且给出最后的分数。 5、教师可以修改自己的密码。教师-In order to better manage the design process the data generated by the document, we have developed a software engineering course design management system. Teachers and students can use the system to achieve the following functions: 1, students use their own name and student number (PIN) after landing, you can select a topic from the exam, and fill in the name of the same group of other students, school, class, team leader and so on. And can not be changed once you save the topic. 2, students can change their own passwords. You can check their topics circumstances. Students can check their curriculum design achievements. 3, students in the work report of the various stages of curriculum design uploaded to the system. 4, teachers use the name and salary number (PIN) after landing, you can view a student' s topics circumstances You can view the student' s design report, fill in the progress of the students' projects, and give the final score. 5, teachers can modify their own pa
Platform: | Size: 4096 | Author: 邓鹏展 | Hits:

[ADO-ODBCroom-manager-system-by-ssh

Description: 1.总体目标 请假管理系统的主要任务是解决本校关于学生在线请假的问题。实现学生请假信息对辅导员、系领导透明,使辅导员、系领导及时把握学生的请假情况,及时与学生沟通,提高教学质量。 1.1功能 本系统需要满足以下功能,分别是学生登录系统填写请假事由,查看历史请假记录;辅导员登录系统审批请假条,打印请假条,查询学生请假记录;系领导登录系统审批请假条,打印请假条,查询学生请假记录。用户主要面向学生,辅导员及系领导,通过输入用户名及密码登录系统,进行上述操作,实现对学生在线请假的高效无误管理。 -1. The overall objective The main task of leave management system is to solve the school about the student to leave the issue online. Leave achieve student information to counselors, department leader transparent, so counselors, department leader to grasp the students leave, and timely communication with students, improve teaching quality. 1.1 Functional         The system needs to meet the following features, which are the subject of the student s login system fills leave, view the history of leave records instructor log approving leave requests, print excuse for students to leave record inquiry Department of Leadership log approval excuse for print written request for leave, Discover the students leave records. Users mainly for students, counselors and department leaders, by entering a user name and password to log in the system, carry out such operations, to achieve efficient and correct students online leave management.
Platform: | Size: 22595584 | Author: jixiaoyu | Hits:

[OpenCVmakevideo

Description: 对输入的一个彩色视频与五张以上照片,用OpenCV实现以下功能或要求: 1.命令行格式:“xxx.exe 放视频与照片的文件夹路径”,(例如 MyMakeVideo.exe C:\input )【假设该文件夹下面只有一个avi视频文件与若干jpg文件】; 2.将输入的视频与照片处理成同样长宽后,合在一起生成一个视频; 3.这个新视频中,编程生成一个片头,然后按幻灯片形式播放这些输入照片,最后按视频原来速度播放输入的视频; 4.新视频中要在底部打上含自己学号与姓名等信息的字幕; 5.有能力的同学,可以编程实现镜头切换效果-For a color video input with five or more photos, use the following functions or OpenCV requirements: 1. command line format: " xxx.exe put video and photo folder path" (for example MyMakeVideo.exe C: \ input) [Assuming that only one folder below avi video file with several jpg file] 2. the incoming video and photo processing into after the same length and width, together generate a video 3. the new video, program generates a leader , then press the Enter photo slideshow, press the video input original video playback speed 4. New video to be marked at the bottom containing subtitles own student number and name and other information 5. the ability of students, can be programmed realization of lens shift effect
Platform: | Size: 28672 | Author: qian | Hits:

[Otherleader-following 自适应动态规划仿真

Description: 本代码运用自适应动态规划理论,结合BP神经网络,设计实现多智能体系统的一致控制。其中的控制率是由HDP框架的BP神经网络基于智能体的实时状态数据自适应产生的。(leader-following consensus by adaptive dynamic programming)
Platform: | Size: 7168 | Author: lhjyml | Hits:

CodeBus www.codebus.net