资源列表
hd
- 在BCB中不使用GDI+计算灰度的公式,以及具体的算法例子-not use GDI Gray calculation formula, as well as specific examples of the algorithm
cov
- DVB系统中的卷积交织和解交织通用方法,可实现任意形式的卷积交织器和解交织器-DVB system of convolution intertwined deinterleaver common method can be arbitrary forms of convolution interleaver reconciliation interleaver
vb_prime
- 在vb.net的平台上图形化的编写了prime 算法。
黄金分割
- C编程
使用了OpenGL的图形包
- 使用了OpenGL的图形包,实现用橡皮筋技术绘制折线或者矩形。绘制的形状可有右键选择-Using the OpenGL graphics package, to achieve technical draw a line with a rubber band or a rectangle. May have to draw the shape of the right choice
24point
- LISP有关24点的小程序,使用common lisp编写-LISP on a small 24-point program prepared by the use of common lisp
Tree
- 多线程画树,在多线程的同步与异步中,线程互相不干扰出错,画出的树-Multi-threaded draw trees, many at the synchronous and asynchronous threads, the threads do not interfere with each other is wrong and draw the tree
area
- 求梯形面积 运用的是C#开发环境 ,简单的窗口设计-area
huffman
- 1.赫夫曼编码实现给定信源的编码. 2.在输入信源的概率后,输出各自的编码-this is a huffman code
PosPrinter
- java编写的pc机上的pos机 带打印功能的简单的pos机打印类-Print a simple POS machine class
lyj
- 小型的计算器,可以实现发声的功能,能完成很多计算功能-Small calculator, which can sound, able to complete a lot of computing power
shiyan2
- 编写一个控制台应用程序,程序中有两个类定义,一个是创建程序时系统自动创建的类Class1,一 个是用户自定义的Student类, 要求该类包含私有字段:学号(字符串)、姓名(字符串)和性别(字符),具有三个属性:学号(读写)、姓名(只读)、性别(读写), 具有有参构造方法、具有同时显示学生个人信息的方法。在Class1类的Main方法中完成以下功能: (1)从键盘上输入一个学生的个人信息(学号、姓名、性别)。 (2)修改该学生的学号和性别。 (3)打印修改前后该学生的个人信