搜索资源列表
zhengque
- 给定程序中,函数fun的功能是将形参给定的字符串、整数、浮点数写到文本 文件中,再用字符方式从此文本文件中逐个读入并显示在终端屏幕上。 -Given program, the function fun feature is the parameter given string, integer, float written text File, and then one by one to read from character mode and displayed on th
VC.NETstringdemo
- 收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者-Collected VC.NET string operation demonstrates some examples of source code, such as connection strings,
StaffManagement
- 经典的MIS(信息管理系统),添加,修改,删除员工信息,在窗口界面上实时显示。必要的按钮功能都写好了。 使用前需要修改数据库连接字符串strConn, 从以下命令你可以了解该系统使用的数据库表设计: CREATE TABLE [dbo].[tb_Staff]( [No] varchar NULL, [Name] varchar NULL, [Salary] [float] NULL, [Evaluation] varchar NULL ) ON [PRIMARY