-
以太网通讯例子
以太网通讯例子-服务器,配合以太网通讯例子-客户端用-Ethernet communication example- server, with the Ethernet communication example- a client with
- 2023-01-11 12:05:03下载
- 积分:1
-
STM32F单片机IAP方法 --源码
FPEC(FLASH Program/Erase controller 闪存编程/擦除控制器),内嵌的FPEC模块负责对内置闪存的(含主存储器和信息块)写操作,当然还有擦除。
它的寄存器随便读,但改写就需要先把FPEC解锁,而且一旦解锁 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-12 00:24:40下载
- 积分:1
-
TDBF是本地数据访问组件为Delphi,BCB,Kylix,FreePascal。它的基地…
TDBF is a native data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don t need any special installer programs. The DB engine code is compiled right into your executable
- 2022-08-09 11:05:55下载
- 积分:1
-
动态连接库,自己做的
动态连接库,自己做的-dynamic link libraries do for myself
- 2023-02-25 13:20:03下载
- 积分:1
-
vb prepared by the Beijing public transport system, the Beijing public transport...
vb prepared by the Beijing public transport system, the Beijing public transport system for VB version of the source code, available for study and research purposes
- 2022-07-19 17:17:43下载
- 积分:1
-
C语言实现贪吃蛇
//: Snake.c
/* * * * * * * * * * * * * * * * * * * * * * *
// Project: RedSnake(贪吃蛇)
// Author: Problue
// Version: 1.0
// Date: 19:55 2012-10-29
* * * * * * * * * * * * * * * * * * * * * * */
#include
#include
#include
#include "pcc32.h"
// 定义地图的尺寸及坐标
#define MAP_WIDTH 32 // 地图宽度
#define MAP_HEIGHT 32 // 地图高度
#define OFFSET_X 1 // 地图左右的边距
#define OFFSET_Y 1 // 地图上下的边距
#define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度
#define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度
#define GotoMap(x, y) gotoTextPos((x) * 2, (y))
// 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物
#define BS_SPACE 0
#define BS_SHEAD 1
#define BS_SBODY 2
#define BS_STAIL 3
#define BS_FOOD 4
// 蛇默认长度
#define SNAKE_MIN_LEN 5
// 定义蛇运动方向: 上、下、左、右
#define DIR_UP 1
#define DIR_DOWN 2
#define DIR_LEFT 3
- 2022-05-15 19:59:34下载
- 积分:1
-
将BMP图像变成JPEG的图像源代码,值得一试啊
将BMP图像变成JPEG的图像源代码,值得一试啊-It turn BMP image into JPEG image,it is deverse to test.
- 2022-03-14 20:37:58下载
- 积分:1
-
数控铣床的代码自动生成软件
数控铣床加工G代码自动生成软件,很好的参考资料-CNC milling machine G code to automatically generate software
- 2022-03-24 04:54:33下载
- 积分:1
-
截图软件,有快捷键功能,可以调用系统画图和照片查看器进行编辑和查看
截图软件,有快捷键功能,可以调用系统画图和照片查看器进行编辑和查看。全屏截图,选择截图,快捷键用钩子实现,对于初学编程的人比较有用。Screenshot of the software, there are shortcut keys function, you can call the system drawing and photo viewer for editing and viewing. Full-screen screenshot, select shots, shortcuts hook used to achieve more useful for the novice programmer person.
- 2023-02-07 03:05:05下载
- 积分:1
-
打开关闭光驱门
打开关闭光驱门-drive to open closed doors
- 2022-01-26 02:48:18下载
- 积分:1