-
SHA-1
SHA1算法、pdf资料、c代码、keil调试环境
(SHA1 algorithm, pdf information, c code, keil debugging environment)
- 2013-10-23 11:48:11下载
- 积分:1
-
ADO_SQL_linpder
在VC++环境下利用ADO操作SQL数据库,其中还包括了列表框的使用,绝对是学习ADO和VC界面设计的经典入门程序(in VC environment ADO SQL database operation, which also includes a list box use, ADO is a learning and VC interface design of the classic entry procedures. !)
- 2007-05-22 16:28:21下载
- 积分:1
-
workspace-AVR
AVR入门初级小程序,流水灯,定时器,中断等(AVR Starter primary applet, water lights, timers, interrupts, etc.)
- 2016-07-15 10:17:47下载
- 积分:1
-
gsc-1.2
基于Graphcut的分割程序,使用matlab封装,并使用了测地线距离,程序界面有好,有助于二次开发(segmentation based on Graph cuts and using geodiesic distance,the UI is friendly,and one can add own code on it)
- 2011-11-17 21:24:59下载
- 积分:1
-
流浪地球
说明: 主要功能:
①:录入玩家ID,显示历史排名前三的ID和分数;
②:玩家通过键盘上下键操纵蓝色小球(地球)躲避前方逐渐逼近的障碍物“)”,每成功躲避一次,就得到一分;
③:反馈玩家最终成绩,以及是否打破纪录,并显示最新纪录排名。(The main function:
Enter the player ID and display the ID and score of the top three in the historical ranking;
Players use the up and down keys on the keyboard to manipulate the blue ball (Earth) to avoid the obstacles that are approaching in front of them.
Feedback the player's final score, and whether to break the record, and display the latest record ranking.)
- 2020-06-30 15:44:25下载
- 积分:1
-
C# 创建SQL RAND()随机数查询数据库
C# 随机读取数据库中几条记录,使用了SQL语句中的RAND()来实现随机查询,根据生成的随机数查询记录,最终将查询的数据返回到DataTable对象中显示出来,实现本随机查询的核心代码如下示:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Student WHERE 学生编号=22050110+FLOOR(RAND()*10)");//创建了随机查询
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-22 05:10:03下载
- 积分:1
-
Intel82559driver
说明: intel 82559网卡驱动程序,包括使用手册等资料,内容详细。(intel 82559 NIC driver, including the use of manuals and other information detailed.)
- 2008-09-22 18:55:59下载
- 积分:1
-
stm32cubeide_107实例
用stm32CubeIde工具搭建并生成最小网络系统,PHY为LAN8720A
- 2021-05-06下载
- 积分:1
-
GetHardDiskId
获取硬盘序列号的动态库与调用源码!
可以获得所有硬盘的序列号,兼容2000/XP/2003操作系统!(Get hard drive serial number of the dynamic library and call the source! Access to all the hard drive serial number, compatible with 2000/XP/2003 operating system!)
- 2020-09-05 16:48:05下载
- 积分:1
-
OV7670
OV7670 FIFO摄像头的设置,包括SCCB,FIFO,图像采集等(The OV7670 FIFO camera settings, including the SCCB, FIFO, image acquisition)
- 2021-03-04 16:59:32下载
- 积分:1