代码搜索:38 开发教程
找到约 10,000 项符合「38 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/280938/10277887
c 38.c
#include
#include
#include
/*加密子函数
这里采用加密函数是:
如果是数组,则不进行加密;
如果是字符,首先将a变成b,b变c,....依次类推,
然后再与加密字符异或*/
void EncryptFile(FILE *sfp,FILE *dfp,char pwd)
{
char ch;
www.eeworm.com/read/425965/10302834
gif 38.gif
www.eeworm.com/read/425965/10303514
gif 38.gif
www.eeworm.com/read/162005/10347068
pdf 38.pdf
www.eeworm.com/read/425180/10374267
cibo 38.cibo
www.eeworm.com/read/353914/10405888
c 38.c
程序三十九 PC键代码
/*
芯片: AT90S4434
频率: 8,000000 MHz
模式: Tiny
*/
#include
#include "kb.h"
#include
#asm
.equ __lcd_port=0x15
#endasm
#include
// 全局变量
void
www.eeworm.com/read/248627/10405955
jpg 38.jpg
www.eeworm.com/read/279561/10420091
bmp 38.bmp
www.eeworm.com/read/279273/10449383
txt 38.txt
简单的聊天程序
来源:Planet Source Code(tm)
聊天程序
NOTE: This program requires mswinsck.ocx
Assumes:
There are alot of things to set up in order for this code to work correctly. Here are the comple