-
国密标准算法实现
国密标准算法实现,包括算法的标准文档及C语言的VS2017平台下的实现
- 2023-05-14 06:20:04下载
- 积分:1
-
kmeans
matlab机器学习中用于聚类,适用于样本数量相对较少的情况。(matlab machine learning for clustering, applies to a relatively small number of samples.)
- 2013-04-01 09:19:08下载
- 积分:1
-
dsp_foc
异步电机进行磁场定向控制,d-q轴解耦,间接磁场定向(FOC in asychronous motor)
- 2017-11-07 16:45:11下载
- 积分:1
-
STM32控制DS18B20采集tft2.8寸液晶屏显示
DS18B20驱动 TFT2.8寸SPILCD屏驱动 温度采集控制
- 2022-06-30 07:43:57下载
- 积分:1
-
Documentation help Csharp Svg
Documentation help Csharp Svg
- 2023-01-03 05:05:04下载
- 积分:1
-
ok-suit
说明: 一个实现外部排序的程序,其中gnerate.cpp为产生一个随机的文件,用于被排序。而caculate.cpp为外部排序程序。(A realization of the external sort program, which gnerate.cpp to generate a random file for be sorted. The caculate.cpp external sort program.)
- 2011-03-18 12:30:29下载
- 积分:1
-
wannianli
输入一个年份(1-3000),然后显示12个月的月历(Enter a year (1-3000), and then show the 12-month calendar)
- 2008-12-17 09:08:18下载
- 积分:1
-
CompilerWriting
how to create a compiler
- 2009-03-15 23:28:38下载
- 积分:1
-
lvgl的codeblocks仿真工程
LVGL的codeblocks仿真工程,都配置好的,可以直接打开运行
【核心代码】int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int nCmdShow)
{
/*Initialize LittlevGL*/
lv_init();
/*Initialize the HAL for LittlevGL*/
lv_win32_init(hInstance, SW_SHOWNORMAL, 800, 480, NULL);
/*Run the demo*/
lv_demo_widgets();
while(!lv_win32_quit_signal) {
/* Periodically call the lv_task handler.
* It could be done in a timer interrupt or an OS task too.*/
lv_task_handler();
usleep(10000); /*Just to let the system breath*/
}
return 0;
}
- 2021-08-23 00:31:02下载
- 积分:1
-
PEInfo(C++)
说明: 简单的PE文件分析器,主要是得到PE文件的各项信息,仅供初学者使用。(Simple PE file analyzer, mainly to get PE file information, for beginners only.)
- 2020-06-20 17:20:01下载
- 积分:1