-
OTM9605A_CPT5.0_MIPI
用于手机模组中显示屏上,用来点屏的初始化代码(On the display module for mobile phones used to point screen initialization code)
- 2021-02-21 14:39:43下载
- 积分:1
-
CPP
Basic manual for programming in c++
- 2013-12-05 07:56:28下载
- 积分:1
-
Genetic-Algorithm-matlab
使用matlab实现遗传算法,内容正确,方法简单(Genetic algorithm matlab code)
- 2013-12-31 21:43:29下载
- 积分:1
-
cmopso
典型的多目标粒子群算法(CMOPSO),附测试函数,注解详细,适合学习参考(A typical multi-objective particle swarm optimization (CMOPSO), attached to the test function, annotation detailed reference for learning)
- 2013-11-30 10:40:24下载
- 积分:1
-
可穿戴心率、血氧饱和度测量设备
用stm32测量血氧饱和度和心率。传感器为max30102。在oled上显示。效果较好(Blood oxygen saturation and heart rate were measured by stm32. The sensor is max30102. Display on oled. get a good effect.)
- 2017-06-29 12:00:47下载
- 积分:1
-
luowenfeng
建立试题库文件,随机产生n个题目;
题目涉及加减乘除,带括弧的混合运算;
利用栈求解表达式的值;
随时可以退出;
保留历史分数,能回顾历史,给出与历史分数比较后的评价(
The establishment of test database file, the subject of n randomly generated topics related to addition, subtraction, mixed operations with parentheses use the value of the expression stack solution ready to quit to preserve the historical scores, can look back at history, and history gives the comparison of scores Evaluation
保留历史分数,能回顾历史,给出与历史分数比较后的评价)
- 2020-12-29 23:09:01下载
- 积分:1
-
Teaching-plan
数据结构课程设计,使用图实现教学计划安排(Data structure curriculum design, teaching plan using graph implementation)
- 2013-06-12 12:06:52下载
- 积分:1
-
通过C#的程序实现分离数据库功能
C#分离数据库功能,这个功能相信对于熟悉SQLSERVER的程序开发者不陌生了,本示例演示C#编写程序,实现数据库分离功能。C#分离数据库将执行以下代码:
try
{
SqlCommand cmd = new SqlCommand();//创建数据库命令对象
con.Open();//打开数据库连接
cmd.Connection = con;//设置连接属性
cmd.CommandText =//设置要执行的SQL语句
"sp_detach_db @dbname= + this.comboBox1.Text+";
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("分离成功");//弹出消息对话框
}
catch(Exception ey)
{
MessageBox.Show(ey.Message);//抛出异常信息,弹出消息对话框
}
- 2022-04-06 22:36:25下载
- 积分:1
-
MUTEX
互斥量、临界区、信号量和时间的作用与区别(Mutexes, critical sections, semaphores, and the time difference between the role and)
- 2012-02-01 21:56:30下载
- 积分:1
-
dflash
AURIX TC297 flash 驱动例程(AURIX TC297 flash operation demo)
- 2021-01-08 11:08:52下载
- 积分:1