- e001_orcad9book 对于学习PCB设计和ORCAD做原理图的朋友有很大的帮助
- 8051跑馬燈
- Wrox.Beginning.C.Sharp.3.0.An.Introduction.to.Obj Beginning CSharp 3.0 An Introduction to Object Oriented Programming
- Swing-StarCraft 用javase swing写的简单的星际争霸游戏程序
- asmtut Introduction to Saturn Assembly Language Written by Gilbert Fernandes Edited and Maintained by Eric Rechlin
- DSP2808-source-code TI公司的源代码
资源列表
baohu
- 保护源代码,可以保护你设计的程序,不被别人偷看-Protect the source code, you can protect your design process, not to be peek
Base64101
- Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
bbuyyLotteeryu
- 购买彩票程序源码。该程序源码能购买两种彩票,福彩与与体彩。其中用到了随机数。-Program source to buy lottery tickets. The program source code is able to buy two lottery tickets, the Fucai with Lottery. Which uses a random number.
begin
- 一个小小的动画程序,可以做一些程序的开始动画。-A little animation program that can do the beginning of the animation program.
Countdown
- Countdown program in c-Countdown program in c++
BFSK
- 在simulink中搭建的BFSK模块,供大家参考-the BFSK block which is building in simulink
bigint100
- 大数加减法,实现20为的整数加减乘法,采用正常计算逻辑编写-Large numbers subtraction method
BinAdd
- 用来实现数据结构中算法二进制数加1的功能 -binadd
bltree
- c++实现的创建一棵平衡二叉树(注释的很详细哦)-c++ to achieve a balanced binary tree (oh, very detailed notes)
BOOKYSYS1
- IT IS NOT BAD ,AND II IS USEFULL TO THE FRESH MAN THAT WHO LEARN C
c-clock
- 脑中可以在特定的时间响起。设置闹钟定时可以响起,-Set alarm timing can ring
c105
- 变温度为华氏摄氏度 然后让你知道温度为多少华氏摄氏度-#include < stdio.h> void main(){ double f,c printf( 请输入华氏温度: ) scanf( lf ,&f) c=5.0/9.0*(f-32) printf( 与华氏温度 .2lf对应的摄氏温度是: .2lf\n ,f,c) }