- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我尝试将 c
初始化为 char c[2] = {'\0'};
并得到相同的结果,并更改了 strncpy(( char *)c, tmp, 1);
到 strncpy(c, tmp, 1);
也有相同的结果。
还将 strcat(tmp, (char *)c)
更改为 strcat(tmp, c)
,结果相同。
我还尝试在 c 上使用 memset()
,使用空字节,结果相同。它在 10.10.5 上仍按预期执行,但在 10.11.6 上还向字符串添加 ??s?
执行。
我一直在练习一些 C,并决定在工作中编写一个文本解析器。它从文件中读取数据并根据传递给它的不同参数对其执行操作。一种选择是将文件中的所有文本转换为 Pig Latin,这在 OS X 10.10.5 上运行良好,但我在家里展示了我的女朋友 (OS X 10.11.6)(谁帮助我从简单的脚本迁移语言 Python/JS),它开始在每个单词的同一位置的字符之间放置随机字节。这是我的 10.10 机器上的代码和输出。
main.c
#include "parser.h"
int main(int argc, char *argv[])
{
if(argc < 2){err("Program Requires at Least One Argument.");}
if(argc > 6){err("Too many arguments.");}
int i = 1; // for indexing args (don't care about arg 0)
/* loop over the arguments to find any parameters
we don't look at last argument, as it should be
the file name */
for(i = 1; i < argc - 1; i++) {
if(strcmp(argv[i], "-v") == 0) {v = 1;}
else if(strcmp(argv[i], "-p") == 0) {p = 1;}
else if(strcmp(argv[i], "-c") == 0) {c = 1;}
else {err("Invalid Argument.");}
}
strcpy(flnm, argv[argc-1]);
parse(flnm);
return 0;
}
解析器.c
void parse(const char *fn)
{
FILE *f = fopen(fn, "r");
if(!f) {err("File does not exist.");}
if(v == 1) {
while(xfscanf(f) != 0) {
vwlCnt(buff);
printf("%s\n", buff);
}
printf("File \"%s\" contains %d vowels.\n", fn, v_cnt);
}
if(p == 1) {
FILE *fp = fopen("out.txt", "w+");
if(!fp) {err("File write error.");}
while(xfscanf(f) != 0) {
pigLat(buff);
fputs(buff, fp);
}
fclose(fp);
}
if(c == 1 && v + p != 2) {
if(p == 1) {FILE *fp = fopen("out.txt", "r"); cat(fp);}
else {cat(f);}
}
fclose(f);
}
void pigLat(char *str)
{
int con = 0;
char *c[1];
char *tmp = TEMP(str);
switch(tmp[0]) {
case 'a':
case 'A':
con = 0;
break;
case 'e':
case 'E':
con = 0;
break;
case 'i':
case 'I':
con = 0;
break;
case 'o':
case 'O':
con = 0;
break;
case 'u':
case 'U':
con = 0;
break;
default:
con = 1;
break;
}
if(con == 1) {
printf("%c\n", tmp[0]);
strncpy((char *)c, tmp, 1);
for(int i = 0; i < sizeof(tmp); i++) {
tmp[i] = tmp[i+1];
}
strcat(tmp, (char *)c);
strcat(tmp, "ay ");
strcpy(buff, tmp);
} else {strcat(tmp, "ay "); strcpy(buff, tmp);}
printf("%s\n", tmp);
}
解析器.h
#ifndef __parser_h__
#define __parser_h__
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
int p; // pig latin argument;
int v; // vowel count argument
int c; // cat arg
int v_cnt; // vowel count
char vwl; // vowel char
char flnm[64]; // file name
char buff[32]; // file scan buffer
void err(const char *msg); // error function
char *newTemp(char *str); // creates a 32B temp pointer on heap
int xfscanf(FILE *f); // simple fscan
void cat(FILE *f);
void parse(const char *fn); // file parsing function
void vwlCnt(char *str); // counts vowels in string
void pigLat(char *str); // pig latinize string
#define TEMP(X) newTemp(X)
#endif
输入文件
With less than one week of competition left in the 2016 Rio Olympic Games, empty stadium seats seem to be stealing the spotlight away from some of the world's most decorated athletes.So far 88% of the more than 6 million total tickets have been sold in Rio de Janeiro, Olympic organizers said Wednesday. That's less than the London Games in 2012 and the Beijing Games in 2008, which both sold 96% of their tickets. But it's much better than the 2004 Games in Athens, where just 67% of the event tickets were purchased.Attendance has been strong for marquee events such as gymnastics and sports in which Brazil has been expected to excel, such as soccer and beach volleyball. Still, large swaths of empty seats can be seen at many venues, most notably at the track and field stadium.
输出
ithWay esslay hantay oneay eekway ofay ompetitiioncay eftlay inay hetay 0162ay ioRay Olympicay ames,Gay emptyay tadiumsay eatssay eemsay otay ebay tealingsay hetay potlighttsay awayay romfay omesay ofay hetay orld'sway ostmay ecorateddday athletes.ay oSay arfay 8%8ay ofay hetay oremay hantay 6ay illionmay otaltay icketstay avehay eenbay oldsay inay ioRay eday aneiro,Jay Olympicay organizersay aidsay ednesdayy.Way hat'sTay esslay hantay hetay ondonLay amesGay inay 0122ay anday hetay eijingBay amesGay inay 008,2ay hichway othbay oldsay 6%9ay ofay heirtay ickets.tay utBay it'say uchmay etterbay hantay hetay 0042ay amesGay inay Athens,ay hereway ustjay 7%6ay ofay hetay eventay icketstay ereway urchasedd.pay Attendanceay ashay eenbay trongsay orfay arqueemay eventsay uchsay asay ymnasticcsgay anday portssay inay hichway razilBay ashay eenbay expecteday otay excel,ay uchsay asay occersay anday eachbay olleyballl.vay till,Say argelay wathssay ofay emptyay eatssay ancay ebay eensay atay anymay enues,vay ostmay otablynay atay hetay racktay anday ieldfay tadium.say
例如,在 10.11.6 上,seatssay
以 seats?c?ay
或任何其他随机的几个字节结束。我不确定造成这种情况的原因,当我注意到该行为但无法找到解决方案时,我尝试更改一些代码,我只会让事情变得更糟。
我没有包含整个 parser.c
文件,因为其他函数是不相关的。 xfscanf
简单地执行 fscanf
并在到达 EOF
时返回 0。 *newTemp
从传递给它的字符串中创建一个临时字符串,返回一个指向该字符串新副本的指针,这样元音计数函数就不会破坏原始字符串(我用 X 替换了元音在那个函数中)。
如能提供任何帮助或指导,我们将不胜感激!
最佳答案
问题似乎是 Google 云端硬盘在进行用户在评论中建议的更改后无法正确同步的结果。代码现在可以工作,使用这些更改:
重组 pigLat
以使用 While 循环而不是 For 循环
int i = 0;
while(tmp[i] != '\0') {
tmp[i] = tmp[i+1];
i++;
}
Ensures that null bytes don't end up being moved to where they should not be moved, and sizeof(tmp) is not going to return the actual size, only 32B as is defined
初始化c
char c[2] = {'\0'};
程序现在按预期运行。
关于OS X 版本之间的 C 问题导致未定义的行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39040336/
在几个 SO 的问题中,有这些行可以访问代码的父目录,例如os.path.join(os.path.dirname(__file__)) returns nothing和 os.path.join(o
我想用 Python 更改文件模式。 os 模块具有三个功能上看似相同的功能: os.chmod os.fchmod os.lchmod 这三个版本有什么区别? 最佳答案 chmod 用于更改路径指定
考虑: pipe_read, pipe_write = os.pipe() 现在,我想知道两件事: (1) 我有两个线程。如果我保证只有一个正在读取 os.read(pipe_read,n) 而另一个
这个问题不太可能帮助任何 future 的访问者;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况有关,这些情况并不普遍适用于互联网的全局受众。为了帮助使这个问题更广泛地适用,visit
让我们以硬盘驱动器/网络接口(interface)为例。它由多个进程共享。现在多个进程可能会向硬盘驱动器发出并发命令来读取数据。当数据可用时,内核如何知道哪个进程的数据已准备好?操作系统和硬盘驱动器之
嗨,我正在尝试编写像这样的原子写入函数...... with tempfile.NamedTemporaryFile(mode= "w", dir= target_directory) as f:
net.Conn接口(interface)提供了 SetTimeout 方法,我应该用 os.Timeout 检查返回的错误.但是我看不到在返回的 os.Error 上调用 os.Timeout 的方
我正在使用 os 模块在我的 Django 项目 settings.py 文件中具有相对路径。变量 SITE_ROOT 设置为 settings.py 文件的当前工作目录,然后用于引用同样位于同一目录
正如我们所知,Windows 接受 "\" 和 "/" 作为分隔符。但是在python中,使用的是"\"。例如,调用 os.path.join("foo","bar"),将返回 'foo\\bar'。
我有以下工作目录:/Users/jordan/Coding/Employer/code_base ,我想要获取绝对路径的文件位于 /Users/jordan/Coding/Employer/code_
在 Python 中,如果路径中包含“~”,我能否确定扩展的用户调用将是绝对路径? 例如,这个表达式是否总是为真? path = '~/.my_app' os.path.expanduser(path
我是 Django 项目的初学者。Django 项目的 settings.py 文件包含这两行: BASE_DIR = os.path.dirname(os.path.dirname(os.path.
我有一个旧 MAC OS 文件存储中的文件集合。我知道集合存在文件名/路径名问题。问题源于我认为在原始操作系统中呈现为破折号的路径中包含一个代码点,但 Windows 与代码点斗争,并且其中一个包含
Ubuntu怎么安装mac os x主题呢?下文小编将为大家分享ubuntu14.04安装mac os x主题教程,安装MAC OS X&
我有一个 Firefox OS 应用程序,我希望在该应用程序之外打开一个链接(该链接指向不同的站点,在应用程序中打开它会使应用程序在没有强制的情况下无法使用)。我怎么做? Related bug re
我想为 Firefox OS 编写我的应用程序.使用什么样的语言(如 Android 的 Java 和 iOS 的 Objective C++)和工具(如 Eclipse、Xcode)? 最佳答案 适
我正在尝试创建一个 Palm OS 应用程序,以每 X 分钟或几小时检查一次网站,并在有数据可用时提供通知。我知道这种事情可以在新的 Palm 上完成——例如,当应用程序不在顶部时,我的 Centro
我需要在 Firefox OS 中显示全屏图像。我有一个具有 qHD 分辨率(960x540 像素)的“峰值”开发预览手机。 如何确保我的应用程序在其他具有不同屏幕分辨率的 firefox-os 设备
我正在尝试在 Firefox OS 中安装一个新的语言环境,但我不确定我是否正确地按照这些步骤操作。 首先,我尝试使用 Mercurial 下载所需的语言环境:它对我不起作用,Mercurial 说访
我有这个shell脚本Test.sh: #! /bin/bash FILE_TO_CHECK="/Users/test/start.txt" EXIT=0 while [ $EXIT -eq 0 ];
我是一名优秀的程序员,十分优秀!