-
LC-tries
LC_trie 算法程序源代码(LC_trie algorithm source code)
- 2021-01-12 10:48:49下载
- 积分:1
-
gs
光栅图形矢量化方法分析与评价,一篇不错的书籍(Raster graphics vector analysis and evaluation methods, a good book)
- 2014-02-21 03:01:05下载
- 积分:1
-
VTK-8.2.0
说明: VTK是一个用于图像处理的开源软件系统,3D图形、体积渲染和可视化。VTK包括许多高级算法(例如,曲面重建、隐式建模、抽取)和渲染技术(例如硬件加速体积渲染,LOD控制)。(VTK is an open-source software system for image processing, 3D
graphics, volume rendering and visualization. VTK includes many
advanced algorithms (e.g., surface reconstruction, implicit modelling,
decimation) and rendering techniques (e.g., hardware-accelerated
volume rendering, LOD control).)
- 2020-08-23 14:58:17下载
- 积分:1
-
stock
在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。
(Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Provisions can only choose 2 adjacent stones piled into a heap of new and new pile of stones a few in mind for its combined score. Try to design an algorithm to calculate the n heap into a pile of stones the minimum scores and maximum scores.)
- 2007-12-25 00:34:14下载
- 积分:1
-
k-means
k-means算法实现WEB搜索,用模拟退火,对K-means聚类算法进行数据挖掘(k-means algorithm WEB search)
- 2021-04-28 23:28:43下载
- 积分:1
-
VirtualDesktopRelease
C#实现的虚拟桌面源代码,开源项目源码。(C# source code to achieve the virtual desktop, open source projects)
- 2011-12-24 23:26:14下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
BitmapMenu
vc——创建带有图标的菜单BitmapMenu(vc- create a menu with icons BitmapMenu)
- 2011-07-24 20:59:03下载
- 积分:1
-
校电赛-LED
蓝牙串口控制普通了的灯的各种模式,以stm32c8t6为核心(Bluetooth Serial Port Configuration)
- 2019-07-09 14:58:47下载
- 积分:1
-
apzlicamitn
说明: 猫吃老鼠问题的算法程序的VC完整应用程序代码,(Cat eating Mouse problem algorithm program VC complete application code,)
- 2018-12-31 13:55:57下载
- 积分:1