搜索资源列表
各种典型vb示例
- Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序,当某个指定日期到达时间会提醒你。 Bounce.zip 在桌面上打篮球的游戏程序。 FileCopier.zip 这个程序可以将任意的文件拷贝到同一网络上的任何地方。 FoxTOExce.zip 可以将FoxPro中的表格数据传输到excel中。 lock.zip 这是一个锁定计算机的程序。 MoviePlayer.zip 用户化的视频播放程序。 MultiBrowser.zip 可以同时
KFGLXT
- 业务管理:包括客房预订、入住登记、续住、换房、转账、其他服务提供、留言板、意见簿、走客结账、欠费结算。 ¯ 查询统计:包括历史单据、预订表、在住客人表、换房查询、转账查询、日经营状况、月收入状况、客房利用率、实时房态。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the stud
JDGL
- 业务管理:包括客房预订、入住登记、续住、换房、转账、其他服务提供、留言板、意见簿、走客结账、欠费结算。 ¯ 查询统计:包括历史单据、预订表、在住客人表、换房查询、转账查询、日经营状况、月收入状况、客房利用率、实时房态。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the stud
cjgl
- 本例主要用于管理学生成绩,主要有五大功能模块:(1)输入记录模块主要完成将数据存入单链表中的工作。(2)查询记录模块主要完成在单链表中查找满足相关条件的学生记录。(3)更新记录模块,更新记录模块主要完成对学生记录的维护。(4)统计记录模块,完成对各门功课最高分和不及格人数的统计。(5)输出记录模块,主要完成两个任务,一,对学生记录的存盘工作,二,实现将单链表中存储的学生记录信息以表格的形式在屏幕上打印出来。-In this case primarily for the management of
SenseTask
- Configuration for SenseTask application. * * When the timer fires, this application reads sensor data (light in * this case), averages the sensor readings, and displays the highest * 3 bits of the average to the LEDs. Unlike Sense, it
asm
- Project Descr iption A. Write an IA-32 assembly language program that will conduct the following task. 1) Read from the key board a series of pairs of a name and a score associated with all the students in a class. A name consists of alphabets o
POLL
- 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学习工作,仍然可以狂顶靓颖!-This software is a professional OCR character recognition engine, automatic identification code! Automatic removal COOKIE!
Assignment_1
- Exercise 1: cryptarithm_array.c (2.5 marks). A cryptarithm is a puzzle where digits have to be assigned to the letters of some words, dierent letters being assigned dierent digits, and no word starting with 0, such that a number of conditions
GoogleHacks
- Search engines for large collections of data preceded the World Wide Web by decades. There were those massive library catalogs, hand-typed with painstaking precision on index cards and eventually, to varying degrees, automated. There were the large d
RTX51_TINY
- rtx51 tiny Maximum Number of Defined Tasks: 16 Maximum Number of Active Tasks: 16 Required CODE Space: 900 Bytes Max Required DATA Space: 7 Bytes Required STACK Space: 3 Bytes/Task Required XDATA Space: 0 Bytes Timer: 0 System Clock
VB_MySQL
- 你的任务是在已有的数据库中读取数据 然后按照一定规律发送,例如一分钟发一次-Your task is to read in existing database according to certain rules and then send the data, for example, made a one minute
1
- 新成立的 Drunbee 银行,在福州开辟了办事处。他们对每个客户都有一个确定且唯一的 编号 ID,去银行办理业务的客户都会得到一个优先级 P,并在休息室等候。该银行打破传统, 并非总是从休息室中取优先级最高的客户办理业务。因此,银行的服务系统需要完成以下功 能: 0 系统停止工作,并且不再受理之后的所有业务。 1 ID P 休息室增加了一个编号为 ID,优先级为 P 的客户 2 优先级最高的客户办理业务,并离开休息室 3 优先级最低的客户办理业务,并离开休息室
EAdog
- STM32F10x Coocox COide sample project to initialize ST7565R on EADog 128x64 display. works well from ST-VL-Discovery but you need to power the LCD with an external 3v3 supply as the ST-Eval on PCB regulator is not up to the task Driven from
sizayunsuan
- 四则运算之加减法--C语言编程 计算机所能完成的一个基本功能就是完成数据的计算,譬如加法、减法等等。但是在任何一种计算机上,计算中能够使用的数字都是有一定范围的,超过了范围,就没法得到精确的结果。 你现在接受了一个任务,要编写一个高精度计算器的核心部分。所谓高精度计算器,就是可以计算很大很大的数据的计算器。而你所需要编写的程序,就是真正完成高精度加法和高精度减法运算的两个函数,因为程序其它的部分已经由别人编写好了。 函数的输入、输出接口也已经定义完成,譬如 plu
Tasks
- 问题描述:n个任务分配给n个人,任务j分配给人i的成本是C[i,j],希望完成所有任务的成本最低,算法如何设计? ★编程任务:给定任务表示如下表,编程计算所需完成任务最低的成本。 ★数据输入:输入数据由文件名为input.txt的文本文件提供。文件的第1行为任务总数(人数)n;在接下来的n行中,每行有n个自然数,表示成本。 ★结果输出: 程序运行结束时,将计算结果输出到文件output.txt中。 -Problem Descr iption: n tasks assigned t
1
- 问题描述: 一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,…,9。 编程任务: 给定表示书的总页码的10 进制整数n (1≤n≤109) 。编程计算书的全部页码中分别用到多少次数字0,1,2,…,9。 数据输入: 输入数据由文件名为input.txt的文本文件提供。 每
001Lonely-Senter
- 对于每一组输入数据,其第一行为三个整数 N、S 和 Q。其中 N(2<=N<=100) 表示环中站的个数。S(1<=S<=100) 表示货车的最大容量,即货车同时可以装载多少箱货物。而 Q(1<=Q<=100) 表示 B 平台所能放置的货物的总数,假定该系统中所有货运站 B 平台的最大容量都相同。 从第二行往后一共有 N 行,每行一的第一个数字代表该站 B 平台上货物的总数,之后的每个数字代表每箱货物运送到哪个站。 对于每组输入,你需要在独立的一行中输
ticket-machine
- 一个简单的课题,使用C++语言开发的,MVC模式设计,使用工厂模式设计数据的存储和访问方式。是为某公司面试时开发的代码。-A simple task, using C++ language development, MVC pattern design, use the factory pattern design data storage and access. Interview for a company code developed.
CPPexam10
- 1. 使用 C++标准模板库(STL)中的双向队列类(deque)重新实现实验九中实验任务2。 2. 声明一个整型数组,使用 C++标准模板库(STL)中的查找算法 find()进行数据的查找,然后应用排序算法Sort(),并配合使用标准函数对象Greater<T>对数据进行升序和降序排序。 -1 Use C++ Standard Template Library (STL) in the two-way queue class (deque) reimplement exp
Code
- 7-1 Tree Traversals Again(10 分) An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (with the keys numbered from 1 to 6) is traversed, the stack operations are:
