-
Linux设备驱动
说明: linux驱动开发基础资料,同时包括测试代码(Linux driver development infrastructure, including test code)
- 2020-06-22 11:40:01下载
- 积分:1
-
C#制作简单的倒计时程序
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _01Timer
{
public partial class Form1 : Form
{
System.DateTime TimeNow = new DateTime();
TimeSpan TimeCount = new TimeSpan();
public Form1()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
- 2022-03-01 00:39:36下载
- 积分:1
-
HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理
C#HttpHelper实现了C#HttpWebRequest抓取时无视编码,无视证书,无视Cookie,并且实现的代理的功能,使用它您可以进行Get和Post请求,可以很方便 的设置Cookie,证书,代理,编码问题您不用管,因为类会自动为您识别网页的编码。 HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理。
- 2014-08-02下载
- 积分:1
-
remoteDesktop_GDI32_mirrorDriver
屏幕录制,远程桌面传输,基于Windows图形驱动的屏幕截图技术,api hook,win32 gdi ,mirrorDriver(Screen recording, remote desktop transmission, based on the Windows graphics driver screenshots technology, api hook, win32 gdi, mirrorDriver)
- 2020-06-26 14:20:01下载
- 积分:1
-
segmentation
基于K均值算法和互信息熵差的算法,可以有效地确定分类数,从而该算法对医学图像进行自动优化分割。(K means algorithm based on entropy and mutual information algorithms, can effectively determine the classification number, so that the algorithm for automatic optimization of medical image segmentation.)
- 2021-03-24 16:49:15下载
- 积分:1
-
GuessNumber
界面不是很好看,但是功能完善的还行,挺有趣的一个游戏,手机上有的。(Interface is not very good looking, but also featured the line, a very interesting game, and some mobile phones.)
- 2011-06-01 16:43:30下载
- 积分:1
-
SUN
基于UC/OS-II的温度实时监测系统, 控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。(Based on UC/OS-II real-time temperature monitoring system, the control CPU comes with a temperature sensor and the temperature on the digital display or LCD when the temperature is greater than the set value alarm alarm buzzer driver and uploaded to the PC via the serial port the PC gives instructions to eliminate warning alarm is canceled restart interrupted by an alarm from the key into reasonable arrangements for UC/OS-II real-time tasks, rational use of UC/OS-II mechanism for all types of events (semaphores, message mailboxes , message queues, event flag groups, etc.).)
- 2020-12-21 15:39:08下载
- 积分:1
-
WIFIrobot
MCS-51系列单片机Wifi模块视频小车C语言源程序(MCS-51 series microcontroller Wifi module video car C language source code)
- 2012-11-26 20:52:18下载
- 积分:1
-
开发板使用手册
说明: linux 2440 开发板使用手册,包括linux实验说明,编程(linux 2440 board test and programming manual)
- 2020-06-18 21:20:02下载
- 积分:1
-
jfr2017yi
说明: 视觉惯性里程计、视觉实时定位与地图构建、单目相机解决方案(Vision inertial odometer, vision real-time positioning and map construction, monocular camera solution)
- 2020-04-03 16:05:39下载
- 积分:1