资源列表
ACM.algorithm
- 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
RPG
- rpg小游戏例程,单文档类,图像类和小游戏的人物角色-the rpg game routine, single document class, image class, small game characters
KinectASMouseControl
- 利用微软的kinect体感器追踪手势做鼠标时的控制程序-Microsoft kinect body sensor to track mouse gestures do control procedures
des
- DES加密算法源代码,比较古老但底层,经典的DES加密算法,不多介绍了,源码比较全,20年代时候的DESl加密源码。-DES encryption algorithm source code is relatively old, but the underlying classic DES encryption algorithm, little introduction, the relatively full source the 1920s when DESl encryption sou
Cursor
- VC++彩色光标ColorCursor程序源码下载,也就是把鼠标的光标变成特殊的样子,而且是彩色的,如示例截图所示,光标就可变成以上四种样子,挺个性,其实,实际编程中我们不怎么这么用,本例仅是用于学习彩色光标的实现原理。-Source download of VC++ color Cursor ColorCursor program, that is, the mouse cursor into a special look and color, such as sample screensho
PickColor
- 又一个PickColor配色器|颜色选择器VC++源程序,拖动滑块可改变左框中的颜色,同时如果你对滑块的使用不熟悉的话,本程序同样可为您提供一份详实的使用报告。-Another color is PickColor | the color picker VC++ source, drag the slider to change the color of the left box, at the same time if you use the slider are not familiar w
print
- 库存盘点单的VB打印程序源码,将数据从Accesss数据库中读取出来,ADO控件的RecordSource执行SQL语句,调用过程,初始化MSFlexGrid控件,得到结果集显示库存商品信息。然后输入商品编号,可就此打印,特此提醒,测试本源码前,请先安装好打印机才可以哦。-Inventory count sheets VB print program source code to read data from the database accesss the ADO control Record
AutoSellMechine
- 这是一个MFC的编程,实现的功能是模拟自动售后机。具备计算,出货,打印小票,后台统计,图表显示的功能。方便自动售货机公司关于供货的决策。其中,出货,打印小票是模拟功能,并非实际功能。-This is a MFC programming, to achieve the function of automatic customer service machine. With the calculation, shipment, to print a small ticket, the backgro
float-hex
- 浮点数与十六进制转换,浮点数与十六进制转换-Floating-point numbers and hexadecimal conversion, floating point hex conversion
VB-image-database
- VB动态调用数据库中的图片并显示相关信息-VB dynamic invocation database image and display relevant information
CPictureCtrlDemo
- mfc 对话框加载图片文件显示,传入图片文件路径,或者读取文件内容到缓冲区。-MFC dialog box load image file, the incoming picture file path, or read the contents of the file into the buffer.
uC/GUI V3.98 之拼音输入法 VC 6.0
- uC/GUI V3.98 版之拼音输入法,于 VC 6.0 工程版下载解压后直接点选其 Simulation.dsw 给 VC 6.0 编译与模拟,直观的操作介面,方便对于移植拼音输入法至 uC/GUI 内的一个很好的参考例程.