搜索资源列表

  1. STM32-HX8352A

    0下载:
  2. STM32 刷屏显示图片 #include "GUI.h" #include "LCD_ConfDefaults.h" #include <math.h> #include <stdlib.h> -STM32 refresh display pictures# include " GUI.h" # include " LCD_ConfDefaults.h"
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-18
    • 文件大小:3719168
    • 提供者:王良进
  1. TANCHISHE

    0下载:
  2. #define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5-#include <dos.h>#define LEFT 0x4b00#define RIGHT 0x4d00#define D
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:55296
    • 提供者:冷卿枫
  1. csma-c

    0下载:
  2. CAMA防碰撞机制的实现,#include <windows.h> #include <process.h> /* _beginthread, _endthread */ //#include <stddef.h> //#include <stdlib.h> //#include <conio.h> #include "Random.h" #includ
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:GHG
  1. eluosifangkuai

    0下载:
  2. 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #de
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-18
    • 文件大小:275456
    • 提供者:天河
  1. Huffman-codec

    0下载:
  2. 哈夫曼编译码器#include<iostream.h>//该程序实验哈夫曼树的建立、编码、译码三个基本功能 #include<stdio.h> #include<stdlib.h> #include<string.h> #include<fstream.h> typedef struct{ //结构体-Huffman codec
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:窦妮婉
  1. txl

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> /*屏幕操作函数库*/ #define A " ┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\n" #define B "┆ 班级 ┆ 姓名 ┆ 编号 ┆  电话号码 ┆    家庭住
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:hechuwei
  1. wuziqi101

    0下载:
  2. 五子棋小游戏#include< stdlib.h> #include< time.h> #include< stdio.h> #include< conio.h> int chess[169]={0} /*棋盘*/struct chess_t/*作为辅助,即是作为建意*/{ char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/}chess_a[169] -Goba
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:ssrktinfr
  1. warehose

    0下载:
  2. linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:sunguangjiang
  1. about-indias-temple

    0下载:
  2. 用于计算印度神庙的柱子问题,怎样子才能以最快速的方式算出其最优顺序。-#include stdio.h #include stdlib.h void move(char getone,char putone) { printf( c-> c\n ,getone,putone) } void hanoi(int n,char one,char two,char three) {
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:林莫
  1. robotsV2

    0下载:
  2. VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:168960
    • 提供者:尚当
  1. Filemon-

    0下载:
  2. 系统监控,文件操作等,源代码 例子 模拟器等-file monitor,c++ #include stdlib.h #include string.h #include fstream.h #include time.h #include dos.h
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:546816
    • 提供者:haha
  1. 110325dj9p6ik6j9iniiii

    0下载:
  2. STM32实时时钟功能的标准库实现首先是bsp驱动,包括初始化函数RTC_Init()和设置时间函数RTC_Set()。 接下来就是<time.h>中的相关函数,我只实现了我认为最重要的函数 time_t time(time_t *time) time_t mktime(struct tm *timeptr) struct tm *gmtime(const time_t *timer) 以及辅
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:大鹏集成
  1. stdlib

    0下载:
  2. Aic94xx SAS SATA driver hardware registers definitions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:fhfietl
  1. GET-MT4-DATA

    1下载:
  2. 本指标能实时导出MT的行情数据,供Advanced GET8使用,以下是注意事项: 1、只测试了GET8 2、本指标附加到行情图表后,能导出当前周期的数据保存到MTexpertsfiles目录里面,从M1,M15,,,一直到MN周期均可 3、将GET的数据目录指定到MTexpertsfiles,并且将日期格式设定为YYYY,MM,DD 4、至于股票数据,那更简单,启动通达信(或者以通达信为核心的股票软件,如中信证券的股票
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Huang wei
  1. ATMEGA-128

    0下载:
  2. // //功能描述:通过串口调试助手向串口0发送符合相应协议的数据包,128解包并通过串口1控制sim900a发送相应的内容(协议为$,send message,tele number,content*) //配合SIM900A 发送一条英文短信 永远在线 自动重拨、-SIM900A#include <avr/io.h> #include <avr/signal.h> #include <
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:
  1. sfp-util

    0下载:
  2. These are copied glibc stdlib longlong.h. -These are copied glibc stdlib longlong.h.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:qrtgzp
  1. _cstddef

    0下载:
  2. on evc3 evc4 including stdlib.h also defines setjmp macro.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:ciwunie
  1. stdlib

    0下载:
  2. Work around x86 x86-64 libvpx build breakage caused by postproc_x86.c.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:jffengls
  1. string

    0下载:
  2. The C++ standard says that <stdlib.h> declares both ::foo and std::foo But this isn t done in QNX version 6.3.2 200709062316.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:beimkxue
  1. assert

    0下载:
  2. Replace bionic libc stdlib assert.c which logs to stderr with our version which does LOGF. To be effective, add CFLAGS += -UNDEBUG and explicitly link in assert.c in all build modules.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:tangxingth
« 1 2 3 4 5 6 7 89 10 »

源码中国 www.ymcn.org