CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - windows program
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - windows program - List
[
Data structs
]
windows_stack
DL : 0
C++BUILDER编的可以在WINDOWS下运行的栈的演示程序-C BUILDER series in the Windows stack running under the demonstration program
Date
: 2025-12-22
Size
: 380kb
User
:
李铭璜
[
Data structs
]
zuixiaoshengchengshu
DL : 0
演示Kruskal算法和Prim算法 集合的并,元素查找的操作及应用 说明: 代码均在vc++6.0环境下编译均通过 在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end() -Demo Kruskal algorithm and Prim algorithm and collection, elements of the search operation and application notes: code in vc++ 6.0 compiler environment through in non-VC++ 6.0 compiler environment please go to the U-turn paper windows.h and function end ()
Date
: 2025-12-22
Size
: 1kb
User
:
毕小凯
[
Data structs
]
CalcBigMulti
DL : 0
计算大数乘法的算法示例,windows控制台程序-Algorithm for calculating the multiplication of large numbers examples, windows console program
Date
: 2025-12-22
Size
: 8kb
User
:
和恶毒发
[
Data structs
]
Dijkstra
DL : 0
Dijkstra算法C程序实现,可以在windows和linux下运行,-Dijkstra algorithm C program can run under windows and linux,
Date
: 2025-12-22
Size
: 2kb
User
:
惠高潮
[
Data structs
]
xianchengtongbu
DL : 0
在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to, so in order to solve the synchronization problem, we need to thread synchronization mechanism. First of all, sharing of data resources to create two concurrent threads. In the absence of synchronization control mechanism, the observation of certain anomalies. For such problems, the use of two solutions: ① the use of Windows and mutex mechanism, ② the use of software programs, and compare the performance of both the merits of the program.
Date
: 2025-12-22
Size
: 2.44mb
User
:
小江
[
Data structs
]
bank
DL : 0
假设某银行有四个窗口对外接待客户,从银行开门起就不断的有客户进入银行。由于每个窗口在某时刻只能接待一个客户,因此在客户众多时需按先后顺序排队,设计一个程序,遵循先到者先办理的原则,模拟银行办理业务的效率最高,客户耗时最少的情形。-Suppose there are four windows of a bank receiving external customers, starting from the bank have continued to open the door into the bank of a customer. Since each window in a certain time only to receive a customer, so the customer when there are many basis having the order line, design a program to follow the principle of first come first served processing to simulate the most efficient bank operations, customer and time-consuming the least circumstances.
Date
: 2025-12-22
Size
: 3kb
User
:
lishan
[
Data structs
]
eight_queens_problem(win_program)
DL : 0
C#实现的八皇后问题(windows程序) 采用递归回溯算法,是理解回溯算法的好帮手-C# to achieve the eight queens problem (windows program) using a recursive backtracking algorithm ,is a good helper to understand backtracking algorithm
Date
: 2025-12-22
Size
: 440kb
User
:
鸟人
[
Data structs
]
notebook
DL : 0
实现对原始数据的保存、读取,按姓名查找,记录的插入、删除,程序有美观的界面并且程序建立在windows窗口下,所有的操作均可以通过鼠标完成,而且界面友好,易于操作。 -To achieve the preservation of the original data, read, search by name, record insert, delete, the program has beautiful interface and the program established under the window in the windows, all operations can be done by mouse, and user-friendly, easy to operate.
Date
: 2025-12-22
Size
: 1.9mb
User
:
万辉
[
Data structs
]
bank
DL : 0
假设某银行有2个窗口对外接待客户,从早晨银行开门起不断有客户进入银行,由于每个窗口在某个时刻只能接待一个客户。因此在客户人数众多时需要在每个窗口前顺次排队,对于刚进和银行的客户。如果某个窗口的业务员正空闲,则可上前办理业务。反之,若个窗口均有客户所占,他便会排在为数最少的队伍后面。编制一个程序模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。 -Suppose there are two windows of a bank' s foreign hospitality customers, banks are open from morning onwards there have been customers into the bank, because each window at a time, only to receive a customer. Therefore, customers need a large number of sequential line up in front of each window, entered, and for the bank' s customers. If a window salesman is free, can be approached to conduct business. Conversely, if the windows are customers of, he would row in behind the ranks of the least number. The preparation of a program to simulate the bank' s business activities and the calculation of this day the customer in the bank' s average length of stay.
Date
: 2025-12-22
Size
: 2kb
User
:
qianlei
[
Data structs
]
OllyDBG_1.10
DL : 0
OllyDbg是运行在Windows 95、Windows 98、Windows ME、Windows NT 和 Windows 2000系统下的一个单进程、多线程的分析代码级调试工具。它可以调试PE格式的执行文件及动态链接库,并可以对其打补丁。“代码级”意味着您可以直接与比特、字节或处理器指令打交道。OllyDbg 仅使用已公开的 Win32 API 函数,因此它可以在所有 Windows 操作系统及后继版本中使用。但是由于我没有对 XP 系统进行彻底测试,因此不能保证 OllyDbg 功能的充分发挥。注意:OllyDbg 不支持对 .NET 程序的调试。-OllyDbg is running Windows 95, Windows 98, Windows ME, Windows NT and Windows 2000 systems under a single process, multi-threaded the analysis code level debugging tool. It can debug the implementation of the PE format files and dynamic link library, and can patch it. " Code level" means that you can directly deal with bits, bytes, or processor instructions. The OllyDbg Win32 API functions using only public, so it can be used in all Windows operating system and the successor version. However, because I did not thoroughly test XP system, and therefore can not guarantee OllyDbg give full play to function. Note: OllyDbg does not support the NET program debugging.
Date
: 2025-12-22
Size
: 4.97mb
User
:
德润
[
Data structs
]
Bank
DL : 0
银行排队模拟系统 设计一个程序模拟银行叫号系统。 假设某银行有5个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。 要求在服务时段内显示如下实时信息和统计信息: 1) 每个窗口正在办理业务的顾客的顺序号 2) 目前等待顾客人数 3) 每个顾客得到服务之前已等待的时间单位数 并在所有顾客离开后,显示如下统计信息: 1) 顾客等待的平均时间单位数 2) 每个窗口服务的顾客数 -Bank queuing simulation system Design a program to simulate the bank calling system. Suppose a bank has five service windows, a unified calling system. In the service period, the number per unit of time customers have random arrival of each new customer to get a sequence number, queued for service queue, wait for the call. Each service windows finished with a staff of customer service, the customer immediately leave, the staff calls the next customer, the window displays the next customer service number. Then get called customer service number. Assume that each customer needs service time is also random. Try to design program to simulate the scenario described above. Requirements in the service period shows real-time information and statistics are as follows: 1) Each window is for business customers the sequence number 2) the number of customers currently waiting 3) receive services each customer waiting time before the number of units And in all customer left, displays the fol
Date
: 2025-12-22
Size
: 2.21mb
User
:
酉永松
[
Data structs
]
bank
DL : 0
数据结构程序设计,实现以下问题:某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-Data structure program design, to achieve the following questions: a total of six banking hall business window with queuing system broadcasts called the number, the bank' s business is divided into funds, bank cards, financial cards, three. Specify the 1st window provident fund business, the bank card business specified window 2,3,4, 5,6 wealth card business specified window. However, if the windows are all busy 5,6 and 2,3,4 windows free time, financial cards can also be one of the windows 2,3,4 idle processing. Customer collar number, can be used as input to complete business information requirements can be displayed at any time six operating state of the window.
Date
: 2025-12-22
Size
: 204kb
User
:
毛小婷
[
Data structs
]
shujujiegou_calculate
DL : 0
基于MFC的计算器程序。类型同windows的计算器程序。利用数据结构的知识。-MFC-based calculator program. Type with the windows calculator program. Using the knowledge of the data structure.
Date
: 2025-12-22
Size
: 2.27mb
User
:
wang
[
Data structs
]
labview
DL : 0
本系统由主对话框模块、系统配置模块、仿真算法模块、曲线输出模块等四大模块组成。 主对话框模块:VC++设计界面的优越性更体现在其对话框的设计,所以本程序选择基于对话框的Windows程序(MFC微软基础类风格)。由于VC++6.0提供了大量的控件,用户只需用鼠标将需要的控件拖到用户区的位置即可。 属性表模块:设置了对个对象的属性,每个属性页对应一个对话框,所以设计了四个属性页:CPageDHL、CPageCJ、CPageQK、CPageSmith,这四个属性页类分别对应:单回路控制、串级控制、前馈控制、Smith控制的参数。 仿真算法模块:负责实现对单回路控制、串级控制、前馈控制、Smith控制等控制系统进行仿真。 曲线输出模块:该模块主要是根据系统产生的输出数据画出仿真曲线。曲线输出在一个带网格的编辑框中,网格是为了让用户能根据曲线估计出各个时刻的输出值。如果需要查看具体的数据,可以通过选择菜单数据/查看输出数据。 - The system consists of the main dialog module , the system configuration of four modules module , the simulation algorithm module , curve output modules and other components. Main dialog module : VC++ interface design superiority is more reflected in its design of the dialog box , select Windows program so that the program (MFC Microsoft Foundation Classes style ) based on the dialog . Since VC++6.0 offers a number of controls, the controls will require users to use the mouse to drag the position of the user area . Property sheet module : Set up properties on objects , each corresponding to a property page dialog box , so the design of the four property pages : CPageDHL, CPageCJ, CPageQK, CPageSmith, which correspond to the four property page class : Single- loop control , cascade control , feedforward control, Smith control parameters. Simulation algorithm module : responsible for implementing the single-loop control , cascade control , feedforward control, Smith control, control
Date
: 2025-12-22
Size
: 18kb
User
:
嘿嘿呦一个呦
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.