-
拼图
拼图游戏小程序,可以选择三种不同游戏难度,通过点击图片交换方格位置,记录移动次数,尽可能少步骤地完成。(Puzzle game small program, you can choose three different game difficulty, by clicking on the picture exchange box position, record the number of moves, as few steps as possible to complete.)
- 2018-08-18 00:51:30下载
- 积分:1
-
espduino六轴机器人
WiFi+arduino开发板的六轴机器人控制,开发板16路舵机+2路电机,实际控制8个舵机+2路电机。
- 2022-03-19 20:04:05下载
- 积分:1
-
WindowsApplication3
自己用VB和Access编的一个邮件查询系统(Own use VB and Access Code for a mail query system)
- 2010-06-29 19:50:49下载
- 积分:1
-
Linux-pos-demo
一个用于商业POS机的内嵌程序,支持RFID和热敏打印,内附详细函数调用说明(A commercial POS machines for embedded programs, support for RFID and thermal printing, containing detailed description of the function call)
- 2011-11-30 13:43:02下载
- 积分:1
-
Encoder2
SourceCode Encoder AVR atmega8
- 2011-01-15 03:39:52下载
- 积分:1
-
ElectClass
说明: 本章实现了网上选课系统,通过该系统,学校不同角色的用户可以通过网路完成选课系统功能:管理员通过该系统实现对学生、教师、课程的添加和维护和学生成绩的维护;教师通过该系统实现查看课程选修情况和录入学生成绩;学生通过该系统实现选课、退课等功能(This chapter to achieve an online course system, through the system, the role of schools of different network users can complete the course selection system functions: administrator of the system implementation by students, teachers, curriculum additions, and maintenance and the maintenance of student achievement teachers View courses through the system to achieve elective conditions and student achievement entry students through the system to achieve enrollment, class functions return)
- 2010-04-15 14:43:41下载
- 积分:1
-
shortest-path
通信网络的架设问题 若要在n(≥10)个城市之间建设通信网络,只需要架设n-1条线路即可(With the Dijksra algorithm to network G from source points to the rest of the vertices of the shortest path)
- 2014-01-11 23:32:27下载
- 积分:1
-
slm
this is the program for finding peak power in ofdm using selective mapping
- 2014-01-21 12:08:42下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
TestTreeOwnerdraw
CMyTreeCtrl,自己编写的TreeCtrl类,完全自绘,响应WM_PAINT,可以拖动,可以设置图标,文本的字体、颜色,可以双行显示文本,以上操作皆可以动态操作,几乎包含了自定义树控件的所有操作,是研究美化控件的不错的参考(CMyTreeCtrl, own written TreeCtrl class, fully self-drawn, in response to WM_PAINT study beautify good reference control)
- 2021-01-22 14:48:41下载
- 积分:1