-
CCP(Vector)
Vector公司推出的汽车标定CCP底层源码(Vector auto calibration CCP launched the underlying source)
- 2021-04-28 15:28:44下载
- 积分:1
-
databaseTrans
Mysql数据库不同版本之间的转换,包括了详细的makefile文件编写,可运行(Mysql database conversion between different versions, including a detailed write the makefile, could run)
- 2011-11-19 11:03:23下载
- 积分:1
-
MPC5604B_UARTreceive
MPC5604的串行通信接口接收程序,已调试好,有需要的可以拿走了(MPC5604 serial communication interface to receive the program, has been debugged, the need to be able to take away)
- 2021-01-07 16:08:52下载
- 积分:1
-
模拟退火算法
这是一种解决tsp问题的源代码,从其他论坛上考过来的借来一用,如果对您有帮助我是很开心的,不信勿喷
- 2023-04-22 14:05:04下载
- 积分:1
-
oled jy901 stm32
基于stm32的jy901oled显示测量角度(A jy901oled display measurement Angle based on stm32)
- 2020-07-22 11:48:44下载
- 积分:1
-
C# 判断WPF页面是否运行在浏览器环境下
C# 判断WPF页面是否运行在浏览器环境下,还可以使用BrowserInteropHelper.Source属性进行深入检测,具体的实现代码如下:
private void Page_Loaded(object sender, RoutedEventArgs e)
{//判断WPF页面是否运行在浏览器环境下
string MyInfo = "";
if (System.Windows.Interop.BrowserInteropHelper.IsBrowserHosted)
{//还可以使用BrowserInteropHelper.Source属性进行深入检测
MyInfo = "当前WPF页面是运行在浏览器环境下!";
}
else
{
MyInfo = "当前WPF页面不是运行在浏览器环境下!";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButton.OK);
}
- 2022-03-22 08:29:15下载
- 积分:1
-
clusteringtt
说明: matlab聚类分析代码聚类分析代码聚类分析代码聚类分析代码(cluster analysis cluster analysis matlab code code code cluster analysis cluster analysis code)
- 2011-03-17 22:01:43下载
- 积分:1
-
ICON
ICON图标提取工具,可以提取exe以及dll文件程序的所有icon图标。(ICON icon extraction tool to extract the program exe and dll files for all icon icon.)
- 2011-05-11 11:25:44下载
- 积分:1
-
disk
磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。(Disk is the high-speed, large capacity, rotating, direct access storage device. As a secondary computer system memory, to carry out heavy work input and output in modern computer systems often also have a number of requests to access the disk input and output requirements. System can use a strategy, as far as possible the best order of implementation of the disk access requests. As the disk access time is mainly affected by the impact of seek time T, which requires use of appropriate seeking algorithms to reduce the seek time. This experiment requires students to design a disk scheduling simulation program, observe the dynamic process scheduler. Experiments for students to understand and grasp the disk scheduling functions.)
- 2010-05-29 16:06:53下载
- 积分:1
-
c# winfrom 天气获取demo
一个天气获取的小demo,使用c#语言,winfrom界面进行开发。可以获得现在比较关心的pm2.5等等,界面友好,使用简单
- 2022-03-13 10:46:37下载
- 积分:1