▍1. lucky38
hangle unicode used AI
从多媒体文件中搜索给定的视频帧号,这些帧有一个start_code标志位,本算法是融合顺序和预测相结合的方法,算法的执行时间以及内存空间都比较少。(search the presibed viedo frame in multimedia files,with the startcode flag.Use the predict algorithm and sequence algorithm. The algorithm demand small time and little memory space.)
to check the user has the administration rights is more complicated in windows 7, this is the sample to check it.
包括汉诺塔、杨辉三角、求根值等c程序,在VC++6.0运行没问题。(Including the Tower of Hanoi, Yang Hui triangle, the value of such c rooting process running in VC++6.0 no problem.)
Gives the user s desired number of Fibonacci Sequence
this is the library to compress and decompress any file. I found it on Net
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。(Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.)
使用哈弗曼编码技术进行数据压缩和解压缩,缺点在于只能用于文本(Havermann coding techniques using data compression and decompression, disadvantage is that the text can only be used)
base64 decoder to decode the original char from base64 encoded string(base64 decoder)
VC中容器和游标的使用,一个简单的例子。。(VC cursor in the containers and the use of a simple example. .)
对于给定的两个线段,程序输出这两个线段之间的距离(For a given two line segments, the program output that the distance between two line segments)
自己写的一个检测某个程序是否运行来改变系统分辨率的控制台程序(Writing own a Detect whether a program is running to change the system console resolution procedures)
说明: 在mfc单文档下的p程序 通过碰撞检测实现了模型的抓捕(Mfc Single Document in p under the collision detection procedure realize the model to capture)
求解符号三角形问题.给定一行符号(比如+和-),按照同号为+异号为-的原则计算第二行直至下面的行,最后的一行只有一个符号,要求统计各个符号的个数.(Problem solving triangle symbols. Given his symbols (such as+ And-), in accordance with the same number is+ Different number- the principle of calculation of the second line until the following line, the last line there is only one symbol, all symbols requested statistics number.)
基本7022芯片的抄表测试程序.代码与抄表终端一致(Basic 7022 chip meter test procedure. Code consistent with the meter reading terminal)
DOS文件系统操作工具dosfstool源代码。(DOS file system to operate tools dosfstool source code.)