资源列表
qme
- 利用http协议实现网络通信,是基于c语言编写(Use the HTTP protocol to realize network communication, is based on the c language)
3968494
- vb dde 创建快捷方式,Vb dde create shortcuts(Vb to create a shortcut of dde, vb dde create shortcuts)
and
- 制作个性化界面以及实现制作多国语言切换,值得推荐给大家(Make personalized interface and realize the multinational language switch, recommend it to everyone)
DLL源码启动
- 从内存中加载EXE 把代码写成DLL 加了接口函数 可以用别的文件调用(Load EXE from memory)
php会员管理系统
- php会员管理系统 直接在线修改登录等(PHP member management system, online modification, login and so on)
七言唐诗
- 一个简单的七言唐诗网页,用Table布局,没有用CSS(Simple seven words Tang poetry web page, with Table layout)
被调用的写启动函数
- 用易语言写的exe 可以编译成DLL 功能是把自身写入启动项 可以用黑月编译(Using easy language to write the EXE can be compiled into a DLL function is to start with the self compiled)
银行储蓄系统
- 简单的银行储蓄系统,用C语言实现开户,销户,存取款,修改密码功能。(Bank savings system, using C language to achieve the opening of accounts, account, access, modify the password function.)
qrxwy
- 利用网易的免费空间做的网络u盘,还不完善但是有借鉴价值(Use the free space of netease do u disk, network is not perfect but has a reference value)
wgmost-crogramming-interests
- 包含了c语言中的几乎所有的库函数,适用于爱好c编程的初学者,(Contains almost all of the c language library functions, applicable to the interests of the c programming beginners,)
独立按键-数码管显示键值
- 按下独立对应的按键时候下独立按键,数码管上显示相应的值(Press the independent key, and display the corresponding value on the digital tube)
print
- 输出函数,实现简单的C语言输出。即使用printf函数。(#include<stdio.h> int main(){ printf("hellow word!\n"); return 0; })