代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/147407/12554546
c strchr.c
#include
#include
void main(void)
{
char title[64] = "Jamsa\'s C/C++/C# Programmer\'s Bible!";
char *ptr;
ptr = strchr(title, 'C');
if (*ptr)
print
www.eeworm.com/read/147407/12554573
c strrchr.c
#include
#include
void main(void)
{
char title[64] = "Jamsa\'s C/C++/C# Programmer\'s Bible!";
char *ptr;
if (ptr = strrchr(title, 'C'))
printf("Rightmos
www.eeworm.com/read/147406/12554635
c comment2.c
/* Program: COMMENT.C
Written by: Kris Jamsa
Date written: 05-01-01
Purpose: Illustrates the use of comments in a C program. */
#include
void main(void)
{
printf (
www.eeworm.com/read/147406/12554638
c comment.c
// Program: COMMENT.C
// Written by: Kris Jamsa
// Date written: 05-01-01
// Purpose: Illustrates the use of comments in a C program.
#include
void main(void)
{
printf ("Ja
www.eeworm.com/read/147406/12554734
c printfok.c
#include
void main(void)
{
int result;
result = printf("Jamsa\'s C/C++/C# Programmer\'s Bible!\n");
if (result == EOF)
fprintf(stderr, "Error within printf\n");
}
www.eeworm.com/read/334652/12581798
java test.java
/**
* A client to test
*/
import java.io.*;
public class Test {
public static void main(String[] args) {
Manager aManager = new Manager();
ProjectManager aPM = new Pro
www.eeworm.com/read/333961/12650348
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/146311/12659504
ini progconf.ini
[Programmer]
Language=1
ComputerNo=10000000
Programmer=0
Port=0
CpuType=17
LockChip=0
ChipErase=1
BlankCheck=0
FlashProgram=1
EEPromProgram=0
VerifyFlash=0
VerifyEEProm=0
CalibSerial=1
F
www.eeworm.com/read/238030/13910857
m dspapp.m
%******************************************************************
%* *
%* Objective: This program is designed to aide the components. *
%* design of Image Disponal Progra
www.eeworm.com/read/300325/13919388
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 ;