- gpsmgr GPS Manager是一个用于从各种GPS单元下载
- gf2dec This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
- calc24 一个高效的计算24点的程序 可以选择是否交换运算参数顺序(不同顺序的加法或乘法) 可以选择是否根据运算符号的前后关系确定是否添加括号 可以选择随机产生四个数字 自动排除重复的计算表达式
- ds1302 时钟芯片
- OBJLoader 该程序能够实现把OBJ文件在OPENGL下功能重现
- sfd 中心型企业送货单打印软
资源列表
TestBorderLayout
- BorderLayout布局管理器。五个按钮,分布在东南西北中,可以拉伸而变化。-BorderLayout layout manager. Five buttons, the Roof : distribution, we can stretch and change.
C-menu
- C的菜单编程,用C语言的自己带的函数库,编写的菜单源程序。-C menu programming, C language to bring their own libraries, menu prepared by the source.
ChineseSet
- 可以查询所有的汉字及其他字符的编码。以前写的,比较弱。
PCA
- matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础
LCD
- 一个液晶的c程序 已经通过 可以用了 请大家指导
ListBox
- list box的应用,内部含有listbox所有常用的属性,提供参考。-Application list box, the internal listbox containing all the attributes used to provide reference.
VB-Access-login
- VB+Access登录程序 控件: TextBox、CommandButton、PictureBox、Timer、ADO-VB+Access login in TextBox、CommandButton、PictureBox、Timer、ADO
TestAsm
- asm测试程序,希望大家能用的到,第一配置RAD的时候可以测试下-asm test program, hope everyone can be in that first time you can configure the RAD-under-test
fudongchuangkou
- handan001开发的浮动窗体制作源代码-the floating form handan001 developed production source code
C-program-to-print-diamond-pattern-
- Diamond pattern in c: This code print diamond pattern of stars. Diamond shape is as follows:
DBServer
- * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If