搜索资源列表
dllexe
- 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
ReflectionDynamciCreateTest
- 实现动态创建程序集 其中使用了C#高级技术:反射及其自定义特性-create dynamic collection procedures which use the C# Senior Technical : reflection and self-definition Characteristics
187crystal
- 如何直接动态加载水晶报表文件,具体怎么创建见源码。-how dynamically loaded directly Crystal statements document, see how to create the source code.
exp15612
- 从线性表中删除所有其值重复的元素,使得所有元素的值都不相同。如对于线性表,执行此算法后变为,要求线性表可由用户动态创建并且程序可执行演示。-table from linear to delete all of its elements repeat value, making the value of all the elements not the same. As for the linear scale implementation of this algorithm into after
MFC线性表动态实现
- 线性表的MFC实现源代码,线性表的申请、创建、插入、删除、查找、清空、销毁的C语言动态实现
DynamicMenu
- c#创建动态菜单 代码非常简洁,对于学习者非常有帮助-c# create dynamic menu code is very concise, very helpful for the learners
DynPropGrid_src
- 用于C#动态属性控件代码,提供了动态创建属性控件的方法和例子-Dynamic properties for the C# control code, dynamic creation of attributes to provide control methods and examples
CreateWebDir
- c#动态创建虚拟目录,C#可动态设定目录,-c# dynamically create a virtual directory, C# can be dynamically set the directory,
Exp29_3_2
- 使用顺序栈模板,用字符作参数定义字符栈,完成压栈和出栈操作, 顺序输入26个字母,输出为逆序。 2) 修改顺序栈类,当栈满时,执行StackFull()操作;动态创建一个是原来的栈空间 的两倍的空间,把原来栈中的内容放入新栈,再删除原栈空间。-The order of the stack using the template, the definition of character with the character as a parameter stack to complete
tongyongkongjian
- C#写的一个通用控件,通过读取数据库动态创建按钮实现对数据库的增加,删除,更新!具有通用性,是一个编译为dll的组件,可以复用!-C# to write a generic control, dynamically create button by reading the database to achieve the database to add, delete, update! Is universal, is a compilation of components for the dll
ConsoleApplication1
- 【C#多线程】 动态创建多个线程后 需要关闭其中某个线程的解决实例。-】 【C# multi-threaded dynamic creation of multiple threads need to close them after the settlement of a thread instance.
WindowsFormsApplication1
- 通过C#实现的,动态创建combox对象并将其在界面上显示-Through the C# implementation, dynamically created objects and combox displayed on the interface
csharp
- 动态创建数据库 动态创建数据库 动态创建数据库-Dynamically create a database to dynamically create a database to dynamically create a database to dynamically create a database to dynamically create the database
CSharp
- 适用于C#初学者的几个小程序,可以加深对这门语言的理解 包括有以下内容: 1.C#获取当前程序所在的文件夹.rar 2.C#界面皮肤(带例子).rar 3.C#如何使用托盘控件的实例源码.rar 4.C#文本加密解密算法示例源代码.rar 5.C#在开机时自动启动程序.rar 6.C#自定义皮肤.rar 7.CS聊天程序.rar 8.WPF模拟Windows+7气象源码.rar 9.玻璃按钮.rar 10.导出Excel格式.rar 11.导出ex
Recursive-generation-sub-menu-code
- 实现递归法动态创建子菜单,代码简单易懂。-Recursive method to dynamically create a sub-menu, the code is easy to understand.
lianxi3
- 用c#编写的可读写txt的程序,该程序可以动态创建文件名,并可实验存储海量数据。同时还可以实时存储最新的300行数据-Can read and write txt program written in c#, the program can dynamically create a file name to store massive amounts of data can experiment. Can also be stored in real time the latest 300 ro
6_1
- 1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStuden
NoConfigWCF
- 无配置文件创建wcf服务器和客户端,没有配置文件,动态创建-No config create wcf service and client
queue
- 队列的基本程序代码,比如入队,出队,取队头,此代码用链表的方式采用的FIFO(first in first out),新元素(等待进入队列的元素)总是被插入到链表的尾部,而读取的时候总是从链表的头部开始读取。每次读取一个元素,释放一个元素。所谓的动态创建,动态释放。因而也不存在溢出等问题。由于链表由结构体间接而成,遍历也方便。-The basic code of the queue, for example into the team, the team, the first team to t
chartLine4
- 基于DotnetBar的Chart库,做的一个实时动态曲线显示例子。通过按键创建一条曲线实例,曲线有随机函数生成数据。 功能1:调整X轴时间 功能2:多条曲线堆叠显示与分离显示的切换(Chart Library Based on DotnetBar, do a real-time dynamic curve display example. Create a curve instance through the button, the curve has a random function
