-
ScreenKinescope
用C#实现的录屏软件,录制为AVI格式。获取文件大小及帧数,然后输入开始帧数和结束帧数,单击“分割”按钮,即可分割该视频文件。(C# implementation with screen recording software, recording to AVI format. Get the file size and number of frames, and then enter the start and end frame number of frames, click the " Split" button, you can split the video file.)
- 2011-06-04 23:07:20下载
- 积分:1
-
C#获取CPU、内存、磁盘使用率
- 2021-11-05 00:37:22下载
- 积分:1
-
dm365_gpio_drv_yr
dm365gpio口驱动,编译成功,可以轮流输出高低电平.需要手动mknod,加载驱动后在命令行或在shell脚本里加入mknod /dev/dm365_gpio c 199 0(dm365gpio driver)
- 2014-09-21 23:04:54下载
- 积分:1
-
HttpHelperV1.8-Net2.0版
说明: http访问工具类,非常经典。推荐使用!使劲推荐(HTTP access tool class, very classic. Recommended! HTTP access tool class, very classic. Recommend using HTTP access tool class, very classic. Recommended! HTTP access tool class, very classic. Recommended use)
- 2020-12-25 20:15:03下载
- 积分:1
-
MC9S12XEQ384-CAN0
飞思卡尔芯片MC9S12XEQ384-CAN0的发送和接受中断,以及io闪灯例子程序。
- 2023-04-15 05:25:03下载
- 积分:1
-
pulse-measurement
这是基于STC89C52编程开发的脉搏检测器,里面包含PCB原理图,程序代码和一篇参考论文。(This is based programming development STC89C52 pulse detector, which contains PCB schematics, program code and a reference papers.)
- 2013-12-13 20:40:50下载
- 积分:1
-
Longest Common Subsequence (Dynamic Programming)
#include
#include
const int M = 100;
//記錄序列X和Y的LCS的長度
int c[M][M];
//二維陣列b記錄搜索方向,1-對角線方向;2-向上;3-向左;4-向上或向左
int b[M][M];
//lcs 記錄得到的LCS字元
char lcs[M];
// LCS最大長度
int nlcs = 0;
/*
功能:
- 2022-05-14 23:36:44下载
- 积分:1
-
csuanfa
C/C++的常见算法集合,非常经典,很适合初学者(C/C++ Common algorithm collection, very classic, it is suitable for beginners)
- 2008-06-20 03:34:26下载
- 积分:1
-
renyan_2
基于图像4个方向通道的滤波,增强小目标与周围背景的对比度(4 direction of the channel-based image filtering, enhanced small target contrast with the surrounding background)
- 2014-11-10 11:09:54下载
- 积分:1
-
TestSQLite
本实全例主要帮助,初步学习C#下开发WINCE运行数据库SQLITE的学习之用。很实用。(Originally solid whole example main help, first step study C# study of the bottom development WINCE movement SQLITE it with.Very practical)
- 2015-03-12 09:43:10下载
- 积分:1