-
本人自己编写的贝克汉姆头象计算器,虽然功能有点简单但心思十足希望大家多多支持...
本人自己编写的贝克汉姆头象计算器,虽然功能有点简单但心思十足希望大家多多支持-A calculator with the portrait of Beckham
- 2023-03-19 09:30:03下载
- 积分:1
-
生成 条形码VC
条形码生成器源程序,导出到bitmap,判断输入的内容是否正确,在view里面条形码,可以用手机扫描识别是否正确。提供源码供需要的朋友使用
- 2022-05-29 23:25:40下载
- 积分:1
-
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。...
统计学生成绩 已知n个学生的注册号和成绩,计算他们的平均成绩,并列出成绩最好的前t名学生的注册号和分数。-The software is used to stastic the student grade. For given n students, it caculates the average grade with given student ID and grade and list the best student ID and grade for t out of n .
- 2022-02-25 14:01:53下载
- 积分:1
-
八皇后的图形界面程序,c语言编写。
八皇后的图形界面程序,c语言编写。-eight Queen"s graphical interface procedures, c languages.
- 2022-07-16 16:18:36下载
- 积分:1
-
一个数据库的源代码是相对简单的实现基本的插入、查询。
一个数据库DBMS的源代码,比较简单,实现了基本的插入,查询等功能,实现了基本的sql语句-A database DBMS source code is relatively simple to achieve the basic insert, query and other functions, to achieve the basic sql statement
- 2022-03-22 21:26:47下载
- 积分:1
-
that a company has a customer reception center, the unit time to a random custom...
说某公司有一个顾客接待站,在单位时间内随机地有顾客到接待站询问,设每位顾客 的接待时间是某个范围内的随机值,设接待站只有一名接待人员,要求程序模拟统计 //在设定时间内,接待员的总空闲时间和顾客的平均等待时间。假定模拟数据已按顾客 //到达接待站的先后顺序依次存于某个正文数据文件中。对应每位顾客有两个数据,到达 ///时间和需要接待的时间。 //在计算机模拟程序中,程序按模拟环境中的事件出现顺序逐一处理事件。当一个事件 //结束时,下一个事件隔一段时间才发生,则程序中的模拟时钟立即推进到下一个事件 的发生时间,如一个事件还未处理结束之前,另有其他事件等待处理,则这些事件就 应依次排队等候处理。-that a company has a customer reception center, the unit time to a random customers to ask reception centers set up for each customer reception time is within the scope of a random value, is only a reception center set up to receive, process simulation requirements statistics// within a set time, the receptionist at the total idle between customers and the average waiting time. Simulated data has been assumed by the customer// Reception Center arrived in the order followed by the text stored in a data file. Corresponding two per customer data, arriving///time and the time required to receive.// In the computer simulation program, the process by simulation environment incidents each sequence
- 2022-01-30 22:04:42下载
- 积分:1
-
NMEA0183开发库
开发语言:Visual C++,C++开发工具:Visual Studio功能描述:它是解析NMEA 0183的协议的开发库,使用该库,可以非常方便,快捷地将从COM口读取的gps定位器的数据进行解析,例如:解析出当前gps定位器中的经度,纬度,高度,速度,状态等信息。
- 2022-03-24 16:51:58下载
- 积分:1
-
格式化磁盘
经典的C++格式化磁盘的代码,提供接口和内部实现,在vs2005中可以成功运行,并且提供选择要格式化的盘符的功能。
在对话框初始化时,先实现提示显示盘符,当选择好之后,点击格式化按钮,直接执行格式化选择的盘符,基本功能全部可以实现。
- 2022-02-12 21:26:01下载
- 积分:1
-
通过DDX(动态数据交换)选择目录
通过DDX(动态数据交换)选择目录-through DDX (dynamic data exchange) choose Contents
- 2023-08-30 13:20:02下载
- 积分:1
-
远程处理示例
这是一个简单的远程处理,用c#。服务器和客户端,操作简单。使用对象引用的服务器对象和客户机之间的通信是远程的心脏。他们远程访问体系结构,但是,为程序员提供一个更简单的过程。如果您配置客户端正确,你只需要创建远程对象,使用新的一个新实例(或从您的托管编程语言的实例创建函数)。您的客户端收到的引用服务器对象,然后你就可以调用它的方法,就好像物体在你的过程,而不是一个单独的计算机上运行。
- 2022-05-22 18:15:48下载
- 积分:1