搜索资源列表
shilianglianghua
- 这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分.-this procedure is the use of small-c language prepared by the Vector Quantization a small procedure, the interface vc part of the operation.
Vbboid
- 制作这个程序的目的是因为我见过了该程序的相关c、c++、delphi、java版本,惟独没有VB版。我的一个C++朋友说VB不适合于这个功能,看看是不是这样!-produced the purpose of this procedure is because I have seen the relevant procedures c, c, delphi, java version, except no VB version. One of my friends said C VB are no
CreateThread函数使用
- 这个代码是C/C++多线程初学者必看的第一个程序代码。-C / C multithreading beginners Watchable of a code.
daxiaoxiezhuanhuan
- 输入一个字符,如果它是大写字母,则把它变成小写字母,如果是小写字母则把它变成大写字母,其他字符不变.这个是我们大学的一个C语言作业算法!-importation of a character, if it is capital letters, put it into lowercase letters, If lowercase letters put it into capital letters, other characters unchanged. this is our univer
chain11111
- [转贴]简单链表的实现.txt我刚学C不久,看到链表这就写了这个.给刚学C的朋友们,希望大家共同进步,也希望高手们也看看提出缺点和不足. 谢谢!-[posted] simple Chain realized. Txt I just learning C shortly, Chain saw it was this. just learning to C friends, we hope that common progress, experts also hope to see also r
unknow
- ,这个系统是我在大2的时候自己编写的。感觉还可以。也许有-,C-C++,交通/航空行业/transportation applications
C51-123
- C51的一些误区和注意事项(ZT) 1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量 的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个 变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是... -C51 some errors and attention to the business (ZT) 1) C taboo absolute
12654845adsf48
- 我是才刚刚学习的C++,编制这个程序花费了两个星期的时间,我知道它没有多大用处,只是希望大家能帮助我学好C++!这是一个模拟图书馆操作的程序!-I was just learning C, the preparation of this procedure spent two weeks time, I know it is of little use, I just hope that we can help me learn C! This is a simulation library o
c++hexi
- c++核心编程技术 c++的爱好者来看看这个吧,很精典的-c c core programming technology enthusiasts to look at the bar, the very classical
c++testquestion
- 这个是北京邮电大学关于C++的考试题库,题型丰富,概括了C++的所有知识点
C++
- 这个是数据结构的大作业,里面包含很多数据结构的经典算法,如各种排序算法等
C++baogao
- 这个是我大一时的C++报告,写的不好,但是可以抛砖引玉!
c++
- 这个工程详细实现了用户输入密码时截获用户输入密码程序
c++2
- 这个程序详细介绍了用C++设计基于数据库启动的电子辞典
c++4
- 这个工程详细实现了用C语言编程获取WPS的文件密码
c++5
- 这个工程详细实现了不同数据存储模式之间的数据转换
c++6
- 这个工程详细实现了文件字符统的计(数组应用)
c++7
- 这个工程详细实现了用C++编制字符过滤的程序
c++11
- 这个工程实现Linux下编程实现服务器与客户端的连接
c++primer
- 这个例子实现了素数的产生,我认为很好,和大家分享一下!