This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ImageReadingDoc.cpp : implementation of the CImageReadingDoc class | |
// | |
#include "stdafx.h" | |
#include "ImageReading.h" | |
#include "ImageReadingDoc.h" | |
#ifdef _DEBUG | |
#define new DEBUG_NEW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# no matching characters | |
8e5a {拚-厶+ㄊ} | |
8e65 {犬旁+屯} | |
8eb0 {云阝} | |
8ec8 {艸頭+契} | |
8ef7 {似彐} | |
8f57 {艸頭+舌} | |
8f6b {革貴} | |
8fd5 {奧鳥} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rime schema | |
# encoding: utf-8 | |
schema: | |
schema_id: bopomofo_foolproof | |
name: 注音完整輸入 | |
version: "1.0" | |
author: | |
- 佛振 <[email protected]> | |
- 魏藥 <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
#include<stdlib.h> | |
#include<string.h> | |
#include<time.h> | |
int main(){ | |
void *a, *b; | |
struct timespec start, end; | |
unsigned int i; | |
a = malloc(128); |