-
yhsj
说明: 这是一个很简单的C++程序
也只是随手练练而已
我现在的水平还不行 不过 我一直都在努力(This is a very simple C program is only to practice it, I threw the level is not enough but I have been efforts)
- 2006-04-28 18:49:32下载
- 积分:1
-
WebSite1
说明: 水晶报表
导出excel格式
包含网格线(Crystal report export excel format containing grid)
- 2008-10-10 15:47:18下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
A
说明: 对简单的一些计算用计算器计算出来,包括加减乘除(Some of the simple calculated calculation calculator, including the Math)
- 2010-06-12 12:14:17下载
- 积分:1
-
Closepc1
可设置任意日期或时间的定时提醒和关机小工具(time remind and close computer tool)
- 2015-03-16 11:11:05下载
- 积分:1
-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1
-
vc-csv
Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。(Class Vc++ read and write csv file, this resource is to read and write CSV file very useful class. The method is very good, the code is written in a very simple, very suitable for use in the actual project. I tested, above code CSVOperator.h the, CSVOperator.cpp and StringParser.h copy to the project, can be used directly. In the CSV_OP.cpp file, the main method inside the detailed method of reading the file. Read this file config.csv.)
- 2013-04-19 10:54:25下载
- 积分:1
-
FakeLib
说明: 1.直接生产劫持对象文件 2.侦察可能劫持成功的对象(获取运行中的进程,列出其dll 选择劫持)(1. Direct production of hijacked object files 2. Detection of possible hijacked successful objects (get running processes, list their DLL selection hijacking))
- 2019-05-02 15:44:13下载
- 积分:1
-
desu
writes the word DESU in red and light green colors an infinite number of times
- 2012-03-19 05:54:58下载
- 积分:1
-
matrix
一个小型矩阵计算器
可视化界面
可以计算矩阵的加减乘和数乘(A small visual interface matrix calculator can calculate the matrix by the addition and subtraction by several)
- 2008-08-25 23:31:32下载
- 积分:1