代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/328431/13027076
c 学生成绩管理系统源代码.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*其它说明*/
#include "string.h" /*字符串函数*/
#include "conio.h" /*屏幕操作函数*/
#include "mem.h" /*内存操作函数*/
#include "ctype.h" /*字符操作函数*/
#include "al
www.eeworm.com/read/241790/13120264
cpp 1-2.cpp
//错误!!
//因为:+连接的俩个字符串至少一个不是直接字符串
#include
#include
int main()
{
const std::string exclam="!";
const std::string message1="Hello "+", world"+exclam;
std::cout
www.eeworm.com/read/320097/13432925
cpp bm.cpp
//字符串匹配算法
//BM(Boyer Moore)算法,区分大小写
#include
#include
#define pat_length 34 //模式字符串长度
int compare(unsigned char *t, unsigned char *p);
int shift_compare(int match);
in
www.eeworm.com/read/313128/13596121
cs hexcon.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Fingerprint
{
class HexCon
{
// 把十六进制字符串转换成字节型和把字节型转换成十六进制字符串 converter hex string to byte and by
www.eeworm.com/read/311844/13624748
c 101.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*标准库函数*/
#include "string.h" /*字符串函数*/
#include "ctype.h" /*字符操作函数*/
#define MAX 50 /*定义常数表示记录数*/
struct ADDRESS /*定义数据结构*/
www.eeworm.com/read/484404/6324503
h uartgetput.h
#ifndef __UART_GET_PUT_H__
#define __UART_GET_PUT_H__
// UART初始化
extern void uartInit(void);
// 通过UART发送一个字符
extern void uartPutc(const char c);
// 通过UART发送字符串
extern void uartPuts
www.eeworm.com/read/321910/6336445
cs sqlstring.cs
using System;
using System.Collections;
//51aspx.com
namespace OnLineExam.DataAccessHelper
{
//对传递过来的字符串进行处理的类
public class SQLString
{
//公有静态方法,将SQL字符串里面的(')转换成('')
public static Stri
www.eeworm.com/read/266315/6353228
c 1234.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*其它说明*/
#include "string.h" /*字符串函数*/
#include "conio.h" /*屏幕操作函数*/
#include "mem.h" /*内存操作函数*/
#include "ctype.h" /*字符操作函数*/
#include "al
www.eeworm.com/read/489485/6471901
h uartgetput.h
#ifndef __UART_GET_PUT_H__
#define __UART_GET_PUT_H__
// UART初始化
extern void uartInit(void);
// 通过UART发送一个字符
extern void uartPutc(const char c);
// 通过UART发送字符串
extern void uartPuts
www.eeworm.com/read/489486/6471911
h uartgetput.h
#ifndef __UART_GET_PUT_H__
#define __UART_GET_PUT_H__
// UART初始化
extern void uartInit(void);
// 通过UART发送一个字符
extern void uartPutc(const char c);
// 通过UART发送字符串
extern void uartPuts