代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/474326/6820699
c strcase.c
#include
#include
void main(void)
{
printf(strlwr("Jamsa\'s C/C++ Programmer\'s Bible!\n"));
printf(strupr("Jamsa\'s C/C++ Programmer\'s Bible!\n"));
}
www.eeworm.com/read/474326/6820707
c strchr.c
#include
#include
void main(void)
{
char title[64] = "Jamsa\'s C/C++ Programmer\'s Bible!";
char *ptr;
ptr = strchr(title, 'C');
if (*ptr)
printf("
www.eeworm.com/read/474326/6820719
c strcpy.c
#include
#include
void main(void)
{
char title[] = "Jamsa\'s C/C++ Programmer\'s Bible";
char book[128];
strcpy(book, title);
printf("Book name %s\n", book
www.eeworm.com/read/474326/6820720
c strxfrm.c
#include
#include
void main(void)
{
char buffer[64] = "Jamsa\'s C/C++ Programmer\'s Bible";
char target[64];
int length;
length = strxfrm(target, buffer,
www.eeworm.com/read/474326/6820725
c strrchr.c
#include
#include
void main(void)
{
char title[64] = "Jamsa\'s C/C++ Programmer\'s Bible!";
char *ptr;
if (ptr = strrchr(title, 'C'))
printf("Rightmost o
www.eeworm.com/read/474326/6820737
c strdup.c
#include
#include
void main(void)
{
char *title;
if ((title = strdup("Jamsa\'s C/C++ Programmer\'s Bible")))
printf("Title: %s\n", title);
else
www.eeworm.com/read/395703/8158944
po tntjv0tipofdaycat.po
# Copyleft (C) 2006 Copyleft
# This file is distributed under the same license as the TntJvTipOfDay unit.
# JVCL adaption.
# JVCL adaption.
#
msgid ""
msgstr ""
"Last-Translator: Jordi March
www.eeworm.com/read/395703/8158977
po tntjv0tipofdayeng.po
# Copyleft (C) 2006 Copyleft
# This file is distributed under the same license as the TntJvTipOfDay unit.
# JVCL adaption.
# JVCL adaption.
#
msgid ""
msgstr ""
"Last-Translator: Jordi March
www.eeworm.com/read/394773/8207243
q15 twiddles.q15
;
;FFT Twiddle factors for a complex fft radix 2 with 1024 points
;
;Programmer: Manfred Christ, Program version: 0.99, Program date: 23.08.90
;
.if N>8
; STAGE 4
.word 030fch ;
www.eeworm.com/read/393570/8275235
q15 twiddles.q15
;
;FFT Twiddle factors for a complex fft radix 2 with 1024 points
;
;Programmer: Manfred Christ, Program version: 0.99, Program date: 23.08.90
;
.if N>8
; STAGE 4
.word 030fch ;