-
一个商品销售系统
一个商品销售系统-a sales system
- 2022-03-30 10:11:29下载
- 积分:1
-
一个VB写的UDP协议的C/S模式的服务程序
一个VB写的UDP协议的C/S模式的服务程序-a VB UDP written in C/S mode service procedures
- 2022-03-18 06:08:34下载
- 积分:1
-
数据结构之对栈的应用之实现各个进制的转换
数据结构之对栈的应用之实现各个进制的转换-Data structure on the stack of applications to achieve the various hexadecimal conversion
- 2022-02-04 11:29:57下载
- 积分:1
-
用aspvbScript实现数据结构中的排序算法
用aspvbScript实现数据结构中的排序算法-aspvbScript use data structure of the algorithm
- 2023-04-08 06:10:03下载
- 积分:1
-
opencv图像绘制
资源描述
介绍opencv特有的数据结构cvmat,可用作opencv的作图,图像成分分析
- 2022-01-26 01:24:32下载
- 积分:1
-
代码茂 LCD4bit.c
空 LCD_Enable(void)
{
output_high(LCD_EN) ;
delay_us(100) ;
output_low(LCD_EN) ;
delay_us(500) ;
}
//Ham Gui 4 位杜代替 Ra 液晶屏
无效 LCD_Send4Bit (无符号字符型数据)
{
output_bit (LCD_D4,数据与 0x01) ;
output_bit (LCD_D5,数据 & 0x02) ;
output_bit (LCD_D6,数据 & 0x04) ;
output_bit (LCD_D7,数据 & 0x08) ;
/ /
- 2023-08-23 22:00:03下载
- 积分:1
-
PFC实例是参照PB6.51版本的PFC的example做的,里面的注释基本都是用中文重新写过,方便大家阅读,本PFC实例没有使用SQLSPY、DEBUG服务和...
PFC实例是参照PB6.51版本的PFC的example做的,里面的注释基本都是用中文重新写过,方便大家阅读,本PFC实例没有使用SQLSPY、DEBUG服务和数据窗口属性服务,但是增加了一些实例,如:带进度条的检索工具,SQL语法分析,数据窗口缓存服务等。-PFC PB6.51 example is the reference version of the example of PFC done inside of the Notes which are re-written in Chinese, facilitate reading, the examples do not use PFC SQLSPY, DEBUG window service attributes and data services, but an increase of some examples, such as : the progress of the band Search tools, SQL syntax analysis, data window cache services.
- 2023-03-04 10:50:03下载
- 积分:1
-
简单的聊天
此代码是只有简单的聊天系统。开发此应用程序由 PHP 和 Mysql。那里有很多的 JSP。
- 2022-08-15 21:26:44下载
- 积分:1
-
界面清新的datagridview控件,一个商务系统
界面清新的datagridview控件,功能简易的商务系统,适合初学者借鉴的C#代码
- 2022-06-12 08:17:22下载
- 积分:1
-
Single linked list in reverse order, more than a stack of public storage space,...
单链表倒序 ,多个栈公用一块存储空间,以及迷宫问题的求解 -Single linked list in reverse order, more than a stack of public storage space, as well as solving a maze problem
- 2023-08-13 19:55:03下载
- 积分:1