搜索资源列表
设置时间使程序自动运行
- 本程序可以设置程序为自动被执行,使用方便,使程序在您需要的时候被自动执行!-this program can be set to automatically process implementation, user-friendly process, in the time you need to be self-executing.
OnTop_src
- this program will set icon in system tray and it will list the programs on top
USBSerial
- 读取U盘序列号,保存在USBSerial数组里。 2). 验证 第一次运行程序读取U盘序列号存放在 C:\Windows\system32\USBSerial.dat文件中 以后运行检验读取到的U盘序列号与保存在文件中的是否一致, 若相同,置 gTag 为1 若不一致,置 gTag 为0 -Read U disk serial number, stored in an array USBSerial inside. 2). Verified for the firs
SetConcoleTitle.Zip
- 自己做的控制台小程序,设置了控制台标题。360可能报毒!-Own console program, set the console title. 360 may be reported toxic
color-control
- 颜色控制程序,对字体颜色的设置及变换。适应初学者-Color control program, set the font color and transform. Adapt to beginners
Sort-for-random-numbers-
- 本程序是随机生成一组数,然后对它们进行排序。-This program is a set of randomly generated number, then sort them.
lua-5.2.1.tar
- lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
DoubleColorBall
- 此程序为控制台程序,完成简单的双色球自动购买功能,以写入文件形式代替打印,客户可自主进行机选或者手动选择,也可以对同一组号下多注-This program is a console program, complete a simple two color automatic purchase, to write to a file instead of printing in the form of customer autonomous machine selection or manual
LINES
- 这个程序可以用来设置显示线型,为初学者提供思路。-This program can be used to set the display linear, and provide ideas for beginners.
Win32MFC
- win32程序中手动搭建环境,调用mfc对话框-the win32 program manually set up the environment, calling mfc dialog
suanfuyouxian
- 给定一个上下文无关文法,根据算法设计一个程序,求文法中每个非终结符的 FirstVT 集和LastVT 集。依据文法和求出的相应FirstVT和 LastVT 集生成算符优先分析表。-Given a context-free grammar, algorithm design a program, find a grammar for each nonterminal the FirstVT the set and LastVT set. The basis the generated oper
maze
- 本代码实现的是一个简单迷宫问题。以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,豁得出没有同路的结论。 基本要求为: 首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序,求得的通路一三元组(i,j,d)的形式输出,其中:(i,i)指示迷宫中的一个坐标,d表示走到下一坐标的方向。-The implementation of the code is a simple maze. A m* n t
decisiontree-text-classfication
- 机器学习——决策树文本分类 基于vs2012编写,内有训练文本集。-machine-learning text classfication by decisiontree,program in the visualstudio2012.include a set of text to train.
saolei
- 完成了扫雷程序的整体框架算法,可调试,可设置雷的个数-Completed the demining program overall framework algorithm, debugging, you can set the number of mine
FFT
- 其中的函数FFT用于计算一组数据的快速傅里叶变换,输入参数为一个数组,元素个数为2的n次方。程序包含FFT排序算法和蝶形运算。-Function which Fast Fourier Transform FFT calculation for a set of data, the input parameters for an array of n number of elements in a power of 2. Program includes sorting algorithms an
Clock
- C++ 时钟类的实现,闹钟功能。程序可以自动获取系统时间,也可用户自己设置时间。闹钟通过蜂鸣实现,-Achieve C++ clock class, alarm clock function. Program can automatically obtain the system time, the user can also set up their own time. Achieved by beep alarm,
CYnReadLoad
- 控制台程序,读取散乱的TXT文档数字数据,并按规定的格式输出TXT文档,输入输出的TXT文档格式一定程度可设置,传上来供大家参考学习-Console program, read TXT files scattered digital data, according to the prescribed format output TXT document, TXT file format to some degree of input and output can be set up for yo
DUIPAIXU
- 给出一组关键字无序记录用堆排序算法进行排序的程序-Given a set of keywords to sort the records by disorderly heap sort algorithm program
Kinescope
- 运行程序,打开程序主界面。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-Run the program, open the main program interface. In the main window screen video module, the user can set the video file name and location, and you can capture
zhongguo
- 中国剩余定理(不互质的情况) 对互质的情况,处理起来比较方便,可以直接套模板 本题给出不互质的模线性方程组,求出满足方程的最小正整数解 方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can directly set the template of th