联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Visual C++(275) 

[Windows编程] Elevator-simulation-C

模拟某校九层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。其中第一层是大楼进出层,电梯空闲时,将来本层候命;乘客可岁间进出任何层,对每个人来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。电梯的主要调度策略是首先响应沿当前行进方向最近端的请求,若改方向上无请求时,就改变移动方向。
Simulation of a nine-school teaching building elevator system. The building has an automatic elevator, can stay in each layer. Wherein the first layer is a layer out of the building, when the elevator is idle, the future of the layer-call passengers can access any layer between years, for everyone, he can tolerate a maximum wait time, waiting for the elevator once the time is too long he will give up. The main elevator scheduling policy is to first respond to the current direction of travel along the most proximal request, if no request to change the direction, to change the direction of movement. (2016-05-03, Visual C++, 6KB, 下载8次)

http://www.pudn.com/Download/item/id/1462256885355791.html

[Windows编程] CVOSAutoCheckSet

1.禁止屏幕保护 2.禁用电源管理 3.显示文件扩展名 4.显示全路径 5.设置网络访问用户组 6.设计禁止访问用户组 7.允许远程空密码访问 8.禁用Internet校时 9.禁用防火墙 10.禁用系统还原 11.设置自动更新 12.设置虚拟内存 13.拖动不显示窗口内容 14.删除无用文件 15.禁止Guest用户 16.禁止UAC 17.禁止WindowsSearch服务 18.设置系统日志 19.设置应用程序日志大小
1 prohibition of screen protection 2 disable power management 3 display file extension 4 show full path 5 set up the network access user group 6 design to prohibit access to user groups 7 allows remote password access 8 when the Internet is disabled 9 disable firewall 10 disable system restore 11 set auto update 12 set virtual memory 13 drag not to display the contents of the window 14 delete useless files 15 No Guest users 16 prohibition of UAC 17 prohibition of WindowsSearch services 18 set system log 19 set the application log size (2015-10-13, Visual C++, 428KB, 下载4次)

http://www.pudn.com/Download/item/id/1444700999277249.html

[单片机开发] C51example

1、实时时钟——DS1302 时钟量由单片机送LED数码管显示。LED数码管的使用方法见上文。参考程序1实现预置时间,由软件编程输入当前时间初值,运行程序后LED显示当前时间。参考程序2用按键实现(年、月、日)、(时、分、秒)这两种状态的切换。参考程序3实现按键校时,一个按键可进入或退出设置状态,进入设置状态后,一个键切换所需修改的位,两个键对数字进行加减修改,按键退出设置状态后即返回显示状态。
A real-time clock- DS1302 clock amount sent by the microcontroller LED digital display. LED digital tube use, see above. Reference procedure to achieve a preset time, enter the current time from the initial software programming, run the program, the LED displays the current time. 2 Use the keys to achieve reference program (year, month, day), (hours, minutes, seconds) to switch the two states. Reference procedure 3 to achieve key school, a key to enter or exit the setting mode, enter setup mode, a button to switch the bits you want to modify, add or subtract two keys on the numeric modify button to exit the setup display status after return . (2013-07-16, Visual C++, 9KB, 下载1次)

http://www.pudn.com/Download/item/id/2306916.html

[数学计算] aaa

某校大门外长度为L的马路上有一排树,每两棵相邻的树之间的间隔都是1米。我们可以把马路堪称一个数轴,马路的一端在数轴0的位置,另一端在L的位置;数轴上的每个整数点,即0,1,2,……,L,都种有一棵树。由于马路上的一些区域中的始点和终点的坐标都是整数,区域之间可能有重合部分。现在要把这些区域中的树(包括2端点)移走。计算还剩多少树?
There are several test cases in the input. Each case starts with an integer L (1 <= L < 2000000000) representing the length of the road and M (1 <= M <= 5000) representing the number of sections that are assigned for other use.  The following M lines each describes a section. A line is in such format:  Start End  Here Start and End (0 <= Start <= End <= L) are both non-negative integers representing the start point and the end point of the section. It is confirmed that these sections do not overlap with each other.  A case with L = 0 and M = 0 ends the input. (2013-04-29, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2222008.html

[人工智能/神经网络/深度学习] FCM

VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。
Realized VC++ FCM algorithm demo program, FCM algorithm is a clustering algorithm based on partition, the thought of it is making is divided into the greatest similarity between objects of the same cluster, and the similarity between different clusters school FCM algorithm requires two parameters is the number of clusters C, and the other is a parameter m. In general, C is much less than the total number of cluster sample, at the same time to ensure that C> 1. For m, It is a control a flexible algorithm parameters, if m is too large, then the clustering effect will be times, if m is too small, the algorithm will be close to the HCM clustering algorithm. (2013-04-23, Visual C++, 47KB, 下载9次)

http://www.pudn.com/Download/item/id/2212476.html

[人工智能/神经网络/深度学习] cPPfcmsf

VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。
VC++ to achieve the fcm algorithm demo program, FCM algorithm is a clustering algorithm based on partition and its ideology is made ​ ​ it is divided to the similarity between objects of the same cluster, and the similarity between different clusters most school FCM algorithma number of clusters C requires two parameters, the other is parameter m. In general, C is much less than the total number of the cluster sample, at the same time to ensure that C> 1. For m, it is a control the flexibility of the parameters of the algorithm, if m is too large, then the clustering effect will be times, while if m is too small, then the algorithm will be close to the HCM clustering algorithm. (2012-11-19, Visual C++, 49KB, 下载9次)

http://www.pudn.com/Download/item/id/2051904.html

[教育系统应用] Pkebiaopaiker

以前从网上下载的一个比较好的排课系统,排课系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。课表安排完全自动化(也可手工安排),排完后可进行调整,采用用随机安排方式,具有排课速度快、准确率高、效果好,并能自动计算教师教学工作量,多种格式的班级、教师、全校课程表的输出。主要功能包括:课表管理(新建、打开、删除课表)、基本设置(年级、班级、教师、课程)、
Previously downloaded from the Internet a better Course Scheduling System, Course Scheduling System " parallel backtracking algorithm, simply set good basic school information and arranging the constraints, the remaining things from the computer to complete. Courses fully automated (can also be manually arrangements) can be adjusted after row, using a random arrangement with arranging fast, high accuracy, good results, and can automatically calculate the workload of teachers and a variety of formats class, the teacher, the output of the whole school curriculum. Key features include: curriculum management (new, open, delete Timetable), the basic settings (grades, classes, teachers, curriculum) (2012-09-09, Visual C++, 1101KB, 下载39次)

http://www.pudn.com/Download/item/id/1988640.html

[教育系统应用] schalor

某校的惯例是在每学期的期末考试之后发放奖学金。发放的奖学金共有五种,获取的条件各自不同: • 1) 院士奖学金,每人8000元,期末平均成绩高于80分(>80),并且在本学期内发表1篇或1篇以上论文的学生均可获得; • 2) 五四奖学金,每人4000元,期末平均成绩高于85分(>85),并且班级评议成绩高于80分(>80)的学生均可获得; • 3) 成绩优秀奖,每人2000元,期末平均成绩高于90分(>90)的学生均可获得;
The practice of a school scholarships after each semester' s final exam. There are five of the awards, their different access conditions: • 1) Fellow of scholarship of 8000 yuan per person, the end of grade point average higher than 80 points (80), and one or more than one paper during the semester students will be awarded • 2) fifty-four Scholarship, 4000 yuan per person, the end of grade point average above 85 points (> 85), and class council scored higher than 80 points (> 80), students will be awarded • 3) results Excellence Award, 2000 yuan per person, and the end of grade point average higher than 90 points (> 90), students will be awarded (2012-07-27, Visual C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/1950857.html

[教育系统应用] pk

该软件主要是实现对学生成绩进行系统化的管理,首先必须对学生基本信息进行输入,其次可以读取显示学生的相关信息,然后可以删除和插入学生的课程,还有就是可按学号查询此学号的学生的相关信息,并按照总成绩算出的平均分的高低进行排序,还可以查询班级有关信息,如班级男女生人数及相应总平均分班级总人数和总平均分。及该学校的相关信息,如该校男女生人数,本科生专科升级研究生人数。由此来系统化管理学生成绩,并达到简易操作的目的。
This software is mainly to achieve student result of systematic management, must first to students the basic information input, secondly can read finds that students of relevant information, then can delete and insert student s course, and it is also may according to the student id inquires the student the student id and, in accordance with the relevant information of the overall average height calculate the sorting, still can inquires relevant information, such as class class number of male and female students and the corresponding class total average total number and total average. And the school of relevant information, such as the number of male and female students, undergraduate college graduate toll. Upgrade Thus to systematic management and achieve student achievement, the purpose of simple operation. (2011-05-25, Visual C++, 5KB, 下载3次)

http://www.pudn.com/Download/item/id/1546943.html

[WEB开发] giflib-4.1.6

GIF操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持多帧动画,自带颜色交错算法,完美避免gif颜色少的弊病。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或Windows的桌面工程、命令行工具中,更可以应用在Web应用中,视使用的Web应用主语言,通过jni, clr, php dll, asp dll等,通通全杀。 一库在求,gif无忧。
GIF operations library for c, c++, through the c# CLR, java jni and other letters to C#, Java, can also be closed to through dll python, delphi, powerbuilder, vb, etc, etc to use. Powerful, read out, write the perfect support for multi-frame animation, comes with color staggered algorithm, perfect to avoid the shortcomings of small gif color. This library is the most authentic, and can use the package to the project can also be used in embedded environment, C# environment, Java environment, PHP environment, python environment, Linux or Windows desktop engineering, command-line tool, but can be applied In Web applications, as the main language used in Web applications, through jni, clr, php dll, asp dll it, all full kill. At the request of a library, gif worry. (2010-08-23, Visual C++, 700KB, 下载51次)

http://www.pudn.com/Download/item/id/1276303.html

[教育系统应用] u

定义一个大学生类Graduate,私有数据成员:姓名,学号,校名,并为它定义带参数的构造函数、拷贝构造函数、析构函数和输出数据成员值的print( )公有成员函数,另定义研究生类Postgraduate,它以公有继承方式派生于类Graduate,新增加“研究方向、导师名”两个私有数据成员,并定义带参数的构造函数,拷贝构造函数、析构函数和输出研究生数据的print( )公有成员函数,另外,要求学号自动增加,且Graduate和Postgraduate的学号起始值不同。在主函数中定义派生类对象进行测试。
Definition of a college class Graduate, private data members: name, student number, school name, and define parameters for its constructor, copy constructor, destructor and member of the value of the output data print () public member function, the other definitions Graduate Class of Postgraduate, it to public inheritance derived class Graduate, additional " research, teachers were" two private data members, and define the parameters of the constructor, copy constructor, destructor and output data of the print graduate () public member function In addition, student number required automatic increases, and the Graduate and Postgraduate initial value of learning different number. Defined in the main function to test the derived class object. (2010-06-14, Visual C++, 9KB, 下载9次)

http://www.pudn.com/Download/item/id/1212648.html

[Windows编程] 8942_nettalk1.1demosrc

NetTalk是一个适用于局域网和因特网的可视软件 一. 开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二. 支持环境 Windows98/ME/2000/XP 三. 所涉及协议和标准 网络传输采用UDP协议(被封装成支持超时重传等机制的UDP类),音频压缩采用G.729标准,视频压缩采用H.263标准 四. 性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的采样率。 数据接收端队列缓冲延迟:30*3=90ms 数据发送端录音延迟:30ms 数据压缩解压耗时:<40ms 网络延迟:<100ms(我想校网情况应该不错 ) 总延迟:<260ms 根据VOIP标准,总延迟<300ms是人可以接受的,以上计算是保守的,实际情况可能会好得多。    带宽需求   数据类型 带宽需求(byte/sec) 带宽总需求(Kbyte/sec) 音频 1000*2 ~8.98*2 视频 ~8000*2 帧头 ~200*2
NetTalk是一个适用于局域网和因特网的可视软件 一. 开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二. 支持环境 Windows98/ME/2000/XP 三. 所涉及协议和标准 网络传输采用UDP协议(被封装成支持超时重传等机制的UDP类),音频压缩采用G.729标准,视频压缩采用H.263标准 四. 性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的采样率。 数据接收端队列缓冲延迟:30*3=90ms 数据发送端录音延迟:30ms 数据压缩解压耗时:<40ms 网络延迟:<100ms(我想校网情况应该不错 ) 总延迟:<260ms 根据VOIP标准,总延迟<300ms是人可以接受的,以上计算是保守的,实际情况可能会好得多。    带宽需求   数据类型 带宽需求(byte/sec) 带宽总需求(Kbyte/sec) 音频 1000*2 ~8.98*2 视频 ~8000*2 帧头 ~200*2 (2010-03-31, Visual C++, 322KB, 下载13次)

http://www.pudn.com/Download/item/id/1107227.html

[其他] StudentManager

(1). 学生学籍管理,录入、修改、查询、输出学生学籍信息,这些信息包括学生奖贷学金情况、学生注册、学生异动情况、学生军训情况、学生毕业情况。 (2). 学生成绩管理,录入修改、查询、输出学生入校成绩,各学期、各门课程的成绩信息,并支持按年级、班级等条件的统计、查询、报表输出。 (3). 学生档案的管理,即录入、修改、查询、输出学生档案信息,这些信息包括学生基本情况、学生简历情况、学生奖励情况、学生处分情况、学生家庭信息、学生体检情况。 C++程序,适合初学者
(1). Student student status management, input, modify, query, export student student status information, which include the Student Award Student Loan circumstances, students note Books, students transaction circumstances, students military training situation, the situation of students graduate. (2). Student performance management, entry modify, query, the output of students into grades, each semester, the course of the performance information and support for a year Grade, class and other conditions of the statistics, query, report output. (3). Student records management, namely, input, modify, query, export student records information, which include the basic situation of the students, student resume Circumstances, students awards circumstances, punishment of the students, student family information, student medical conditions. C++ program, suitable for beginners (2009-10-07, Visual C++, 965KB, 下载12次)

http://www.pudn.com/Download/item/id/930679.html

[Windows编程] Student_management_VC

随着各大院校的扩招,学生数量不断增加,学生管理成为学校管理中的重中之重。传统的学生管理方法,就学生的个人的自然情况出发,对其进行管理,但是,这种方法不但效率低,而且还要耗费大量的人力,已经不能满足各大院校的学生管理要求。 提高学生管理的管理水平,优化资源,尽可能地降低学校的管理成本,成为学生管理的新课题。学生管理系统是从学生管理的现状出发,根据学生管理的新要求进行开发设计的,它解决了学生管理中数据信息量大,修改不方便,对一系列数据进行统计与分析花费时间长等问题,帮助学生管理人员有效管理学生信息,成为高校管理中必不可少的管理工具。 本系统主要实现了以下功能:  学生信息录入  学生成绩录入  程序等级设置  学生违规处理  学生成绩排行  学生信息查询  学生成绩查询、打印
student management system (2009-09-01, Visual C++, 8022KB, 下载4次)

http://www.pudn.com/Download/item/id/896614.html

[教育系统应用] 2

定义一个大学生类Graduate,保护数据成员:姓名,学号,校名,并为它定义带参数的构造函数、拷贝构造函数、析构函数和输出数据成员值的print( )公有成员函数,另定义研究生类Postgraduate,它以公有继承方式派生于类Graduate,新增加“研究方向、导师名”两个私有数据成员,并定义带参数的构造函数,拷贝构造函数、析构函数和输出研究生数据的print( )公有成员函数,另外,要求学号自动增加,且Graduate和Postgraduate的学号起始值不同。在主函数中定义派生类对象进行测试。(字符串用char*表示)
Students define a category of Graduate, the protection of data members: name, school number, school name, and with the definition of parameters for its constructor, copy constructor, destructor and member of the value of output data print () public member functions, and the other definition of Graduate Class of Postgraduate, it derived from the public inheritance category Graduate, a new " research, mentor of the" two private data members, and define the parameters with the constructor, copy constructor, destructor, and print data output Graduate () public member function In addition, the request automatically increase its school, and Graduate and Postgraduate Student of the different start value. In the main function defined in derived class object to be tested. (Char* string with that) (2009-06-26, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/821957.html

[数据结构] yuyundonghui

参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。
The school serial number participating in Games is. Competition divides into men s event and women s event , the project serial number parts for the sum. The difference is bigger since every project participates in a number , some projects choose the first five , score order is 7 , 5 , 3 , 2 , 1 Still have some of projects taking the first three places , score only being 5 , 3 , 2 in proper order. Write a form for report counting procedure producing the various school report card and score. 2, demands the school report card producing every school , content includes every achievement project number , position in a name list (achievement) , full name and score per got by school Produce the group total points form for report , content including the school number , male person group total points , woman group total points and group total points. 3, testing data: Be that the odd number project chooses the first five to the serial number, the serial number is that the even number project c (2009-04-07, Visual C++, 135KB, 下载4次)

http://www.pudn.com/Download/item/id/705674.html

[系统编程] 08

学生管理系统 随着各大院校的扩招,学生数量不断增加,学生管理成为学校管理中的重中之重。传统的学生管理方法, 就学生的个人的自然情况出发,对其进行管理,但是,这种方法不但效率低,而且还要耗费大量的人力, 已经不能满足各大院校的学生管理要求。 提高学生管理的管理水平,优化资源,尽可能地降低学校的管理成本,成为学生管理的新课题。学生管理 系统是从学生管理的现状出发,根据学生管理的新要求进行开发设计的,它解决了学生管理中数据信息量 大,修改不方便,对一系列数据进行统计与分析花费时间长等问题,帮助学生管理人员有效管理学生信息 ,成为高校管理中必不可少的管理工具。 本系统主要实现了以下功能: 学生信息录入 学生成绩录入 程序等级设置 学生违规处理 学生成绩排行 学生信息查询 学生成绩查询、打印
err (2008-11-27, Visual C++, 584KB, 下载86次)

http://www.pudn.com/Download/item/id/590162.html

[IP电话/视频会议] 可视电话软件

NetTalk是一个适用于局域网和因特网的可视电话软件 一. 开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二. 支持环境 Windows98/ME/2000/XP 三. 所涉及协议和标准 网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准 四. 性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的采样率。 数据接收端队列缓冲延迟:30*3=90ms 数据发送端录音延迟:30ms 数据压缩解压耗时:<40ms 网络延迟:<100ms(我想校网情况应该不错J) 总延迟:<260ms 根据VOIP标准,总延迟<300ms是人可以接受的,以上计算是保守的,实际情况可能会好得多。
NetTalk is applied to a LAN and the Internet a video phone software. Windows 2000 Server Development Environment (2006-01-26, Visual C++, 4816KB, 下载705次)

http://www.pudn.com/Download/item/id/143063.html

[棋牌游戏] c++俄罗斯方块程序

俄罗斯方块源代码* 文 件 名: ToyBricks.c * 完成时间: 2001年9月 * 完成地点: 华东地质学院综合楼507机房 * 开发模式: SDK程序 * 开发环境: MS VC++ 6.0 * 作 者: 王岭 * 工作单位: 中国建设银行三水市(广东省)支行 * E - Mail: Mao_jzh@163.com */ /* 备注: * 这是一个简单的俄罗斯方块游戏程序,写程序时没有注释, * 这是我写程序时的一个坏习惯。毕业有半年了,也就半年没有写 * 过程序,周末闲着没事,捡起那些旧程序看看,顺便加上一些注 * 释。很怀念在学校写程序的那段日子,很怀念507。 */
Tetris source code* Document Name : ToyBricks.c* Completion Time : in September 2001* Location : East China Institute of Geology Building Room 507* Development of model :* SDK development environment : MS Visual C++ 6.0* Author :* Ling units : China Construction Bank Sanshui City (Guangdong Province) Branch* E-Mail : Mao_jzh@163.com*//* Note :* This is a simple game of Tetris procedures, no written procedures Notes* This is the procedure I wrote a bad habit. Half of the graduates, it is not written in six months* Guo procedures weekend idle with nothing to pick up those who look at the old procedures, Incidentally add some* Note release. Miss written procedures in the school during the day, miss 507.* / (2005-12-30, Visual C++, 5KB, 下载56次)

http://www.pudn.com/Download/item/id/137038.html

[按钮控件] 11!

会的N个学校编号为1~N.比赛分成M个男子项目和W个女子项目,项目编号分别为1~M和M+1~M+W.由于个项目参加人数差别较大,有些项目取前5名,得分顺序为7,5,3,2,1 还有些项目只取前3名,得分顺序为5,3,2.写一个统计程序产生各种成绩单和得分报表.基本要求:产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号,名次,姓名和得分 产生团体总分报表,内容包括校号,男子团体总分,女子团体总分和团体总分.
school No. 1 ~ N. contestants were divided into men item M and W-woman project, a number of M and M ~ ~ 1 M W. As projects vary greatly in the number of participants, some of the items from the former five, scoring the order of 7 , McCain also just take some items before the three scores sequence of incidents. write a variety of statistical procedures and report card scoring statements. the basic requirements : have the school report card, which includes schools of the achievements of each item Head, rankings, names and scores scores statements groups, including schools, the men's team scores, the women's team scores and scores groups. (2005-07-06, Visual C++, 33KB, 下载132次)

http://www.pudn.com/Download/item/id/1120654166621991.html
总计:275