搜索资源列表
c++文件日志
- C++环境下如何利用文件进行日志的操作,这个代码在解决日志方面提供了很好的借鉴作用-C environment how to use log files, the operation of the code in resolving the log provided a good reference
c_compile
- 写带关键字的脚本解析可以参考这个c编译器的实现方式,高效且灵活-wrote the scr ipt with the keyword analysis can refer to the c compiler in manner, efficient and flexible
libconfigure
- 一个读取配置文件的共享库.这个C库已经经过很长时间使用,现在已经比较稳定.-a configuration file to read the shared library. The C library has been used after a very long time, now more stable.
game-by-c
- 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-debugging environment of the READ or TC3.0. Run this procedure needs tc of several header files. Propose to amend the options menu to in
C++yinhangjia
- 大家来看看这个源码吧! 我是新手,有错的地方还请大虾门指出并指点。 哈哈!-everyone to look at the source! I greenhorn, the wrong place also requested that the door prawns and guidance. Ha ha!
C源程序一百例
- C源程序一百例 就是这个了 在没有别的什么了 看这用吧
convert_Fortran_Code
- 这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。
c
- msp430x20x1这个问件是他的的程序有文字说明的
AUKiller[C.P.U]
- 封杀劲舞团的代码. 转载请勿修改! 考虑到程序的完整性和更新性,还是把源码放出来吧~大家一起研究进步~如果还有什么东西没有写上我尽快补充~希望大家能够一起将这个程序改的完美 如果大家有喜欢的,就送给各位,本人也不是什么高手,只是尽力做着自己想要的东西,和大家一起分享成果。 程序介绍: 主要是针对劲舞团的,稍做修改可以针对其他程序或者游戏,关闭一切关于舞团的东东~~包括网站!主要是判断窗体的名称是否含有特征字符~~~具体请看源码
C++Primer
- C++ Primer第四版,光盘源码!如果你已经有电子书了,那赶快来下这个吧!
C内部排序
- 这个应该是C或者C++编的程序,有关排序的,*去可以下!-C or C + + compile procedures, the sequencing of the procession can go under!
ATMEL单片机的C编译器
- 1.ATMEL单片机的C编译器。ICCAVRV7.22B破解版。 2.请看readme.text.杀毒软件会把破解文件当中*病毒。请设置不要扫描这个文件。,1.ATMEL MCU C compiler. ICCAVRV7.22B cracked version. 2. See readme.text. Antivirus software, virus, Trojan horse which will crack the file. Please set do not scan the fi
game2.zip
- 这个是IPHONE里的一个游戏的源代码,有兴趣的可以下来看看啊,This is a game where IPHONE source code, you can download it
c++code.rar
- 这个文件是一个C++语音合成源代码 就是输入一段文字 可以用它转换成语音 ,This document is a C++ Speech synthesis is the source code input section of the text can use it to convert voice
c
- 机器狗穿还原完整可编译源代码,这个东西确实可以穿透还原.-Robot Dog wear to restore integrity to compile the source code, that can really penetrate the restore.
ctixian20040130
- 介绍一下这个程序的功能: 1,提醒功能。有约会提醒,记念日提醒,每日定时提醒,每周定提醒。 2,定时器。设定小时数,倒数时间,到0时弹出窗口提醒。 3,秒表。 4,日期计算。计算两个日期之间的天数,计算多少天后是几号。 5,倒计时。记录一个重要的日期,倒数天数。 6,当前日期。显示当前日期,计算这周是从某天开始的第几周。 (非原创)-Explain the function of this procedure: 1, to remind function. Have an appointmen
RScoding
- rs编码和解码功能函数,在网上找到的不少RS编码函数中,这个是比较完整的-rs encoding and decoding function, in-line to find a lot of RS coding function, this is a relatively complete
C
- C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
Objective-C.pdf
- objective-c是当下火热崛起的语言 是用来开发ios的程序标准语言 学习这个是很重要的-this book is useful to you
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c