搜索资源列表
bin2txt
- 把二进制按制按照DEBUG的形式输出到屏幕或文件。-put by the binary system with DEBUG output in the form of paper or screen.
linkaccess
- 制作连接数据库的实例。当程序运行之后,程序将查询当前工作目录下的名字为jdbc.mdb的数据库,然后通过jdbc-odbc桥进行数据库的连接,最后判断数据库的连接状态,并且将数据库的连接结果打印输出到屏幕显示。-production connect to the database example. When running, the procedures will be for the current working directory under the name of the databas
log4cplus-1.0.2.tar
- log4cplus是C++编写的非常有名的开源的日志系统。log4cplus具有线程安全、灵活、以及多粒度控制的特点,通过将信息划分优先级使其可以面向程序调试、运行、测试、和维护等全生命周期; 你可以选择将信息输出到屏幕、文件、NT event log、甚至是远程服务器;通过指定策略对日志进行定期备份等等。
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
编制Josephus问题的程序
- 一、需求分析 (1)、以结构体变量linklist表示利用单循环链表建立的Josephus环变量。其中num表示链表中的元素号码,也即Josephus环问题中成员的号数。next表示指向下一个结点的地址指针。 (2)、人数n,每次出列人号数m,开始时的人的号数s均可设定。 (3)、按给定的数据输出Josephus环问题的解,把每次出列的人的号数输出到屏幕上 (4)、测试数据以n=8,m=4,s=1为例,则执行结果为:
rq
- 根据给定文法,先求出first集合、follow集合和select集合,构造预测分析表(要求预测分析表输出到屏幕或者输出到文件);-According to the given grammar, first find the first set, follow the collection and select a collection, structure prediction analysis table (which requires prediction of the table to
common
- 日志记录类,该类可以设置日志的级别,并根据不同的级别记录到文件或者输出到屏幕-Logging categories, such can set the log level, and depending on the level of records to a file or output to the screen
111
- 这个程序利用标准输入流接收用户从键盘输入的 数据,利用标准输出流将运算结果输出到屏幕。-This procedure using a standard input stream to receive the user from the keyboard input data, using a standard output stream computing results will be output to the screen.
shell
- 截获dos控制台输出到屏幕信息的vb源代码,这个比较难,我搞了一周才弄出来,希望大家有用-Tihis is a vb code for geting information of dos screen output
SystemClock
- 系统小时钟的源码,调用系统时间,输出到屏幕-System clock source, call the system time, output to screen
CapScreen
- 抓图好帮手(CapScreen)是一款完全免费的专业级屏幕捕捉软件,能够让您得心应手地捕捉到需要的屏幕截图。捕捉图像方式灵活,主要可以捕捉整个屏幕、活动窗口、选定区域、固定区域等,图像输出方式多样,主要包括文件、剪贴板、画图和打印机。软件具有捕捉图标、光标、设置捕捉前延时、常用图片编辑、墙纸设置等功能。捕捉到的图像能够以保存图像文件、复制到剪贴板、输出到画图、打印到打印机等多种方式输出。-Grab a good helper (CapScreen) is a completely free sc
b
- 输入一个英文句子,识别出其中的单词,并转化为单词的原型,输出到屏幕上。-Enter an English sentence, to identify one of the words, and words into a prototype, the output to the screen.
debug_canvas
- 将MIDlet运行时的debug信息输出到屏幕-output debug info to front screen when MIDlets running.
block
- 实验内容: 1 创建类Block用来描述长方体,私有数据成员length、width、height记录长方体的长、宽、高。要求用成员函数实现以下功能: 成员函数input用来从键盘分别输入长方柱的长、宽、高; 成员函数volume计算长方体的体积; 成员函数output输出长方体的体积。 2 编写一个程序,设计一个满足如下要求的时间类 Ctime 1) 用下面的格式输出时间:时:分:秒 2)输出在当前时间上加上25秒后的时间 3)设置时间值
Prop
- 一个做属性表单的程序,里面添加3个属性页,并将属性页中的内容输出到屏幕上-Attribute of a form to do the procedure, which added three properties page, and the contents of the output property page to the screen
Rand
- 随机数产生器。模拟随机数的产生,并可以把产生的数据输出到屏幕。-A rand number tool
nancy
- 本程序实现将一个文件中的内容拷贝到另一个文件中,文件名由命令行参数给出 如果没有给出第一个文件名则会给出错误信息。如果没有给出第二个文件的名字则 将第一个文件的结果输出到屏幕上。-Implementation of the program will copy the contents of a file to another file, the file name given by the command-line argument is given if no file name w
huffmantree-code
- 此代码为哈弗曼编码,主要功能是输入结点数以及权值,构造出哈夫曼树,并且把构造结果输出到屏幕,结果会显示哈夫曼树的左孩子和右孩子以及双亲节点等-The code is Felicity Huffman coding, the main function is to enter a nodal points and weights, construct a Huffman tree, and the result is output to the screen structure, results
test
- 1. 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩 2. 从键盘输入10个学生的以上内容,存入文件stud.dat,关闭文件 3. 打开stud.dat文件,将数据读出,查看是否正确写入,关闭文件。 4. 打开文件stud.dat文件,读出数据,将10个学生按照平均分数从高到低进行排序, 分别将结果输出到屏幕上和另一文件studsort.dat中。 5. 从studsort.dat 文件中读取第2,4,6,8,10个学生的数据。 -Practice rea
输出字符
- 请输出ASCII值为33~126的内容到文本文件“ASCII.TXT”中,再从文件中读出,输出到屏幕上。(Please output the ASCII value of "33~126" to the text file "ASCII.TXT", then read from the file and output to the screen.)