搜索资源列表
debug-java
- 一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术-a simple compiler in procedures, he showed a lot of data types and abstract data types, and the right strings in the technical analysis
java编写的电话本实例程序
- java编写,控制台运行的电话本小程序! 展示了类的封装和调用! 对java新手学习有很大的帮助!
scan
- 本实例展示了并行前缀求和(也称作“scan”)的一种高效的 CUDA 实施途径。针对一个给定的数列,scan 可以计算出一个新的数列,其中每一个元素均为在输入列中该元素前面的所有元素的总和。 -This example shows the parallel prefix sum (also known as " scan" ) of an efficient CUDA implementation of the approach. For a given series, scan
8queens_by_MFC
- 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
Huffman
- 用C++的模板类实现的霍夫曼树及其编码过程,可视地展示霍夫曼树的结构。-Huffman tree and its encoding process to achieve C++ template class, visual display of the structure of the Huffman tree.
addpntrs
- 指针、数组的内存地址,展示了指针与数组之间的区别和联系-Pointer to the memory address of the array
ex5
- 一个c++程序用类来进行三个人的信息输入。用户可以进行信息展示,信息修改,包括名字,工作时间,id.还可以进行两个人的信息比较看是否相同-using classes for simple programme design. This programme can be used to keep information for two persons. Each of them has the following details or properties: identification
dll
- 用一个具有随机赋值,排序,输出功能的程序,展示动态链接库的相关操作-An application with random assignment, sorting, output function, display a dynamic link library-related operations
strTok
- 本示例程序详细展示了使用strTok的方法,是理解此库函数的重要参考。-This example shows the use of the program in detail strTok way to understand this is an important reference library functions.
RGB_Test
- 通过给定的RGB的颜色的值,生成单一颜色的图片,用于展示与对应输入的GRB值的颜色测试。VS2013编译。-By value given color of RGB, generating a single color image, the color used to show the corresponding test GRB input values. VS2013 compilation.
showallprocess
- 进程管理小程序,实现windows进程详细信息展示等。-show all process small tool
打印空心菱形
- 该程序实现了简单的打印空心菱形的C语言源代码,展示了图形打印基础知识。