-
3ds file loader with opengl
(GLUT LIBRARY)
3ds file loader with opengl
(GLUT LIBRARY)
- 2022-06-01 23:23:09下载
- 积分:1
-
怎样锁定计算机,并防止用户通过CTRL+ALT+DEL结束进程
怎样锁定计算机,并防止用户通过CTRL+ALT+DEL结束进程-How to lock the computer, and to prevent users CTRL+ ALT+ DEL Ending the process
- 2022-04-02 06:56:10下载
- 积分:1
-
用c++实现对excel中数据的操作,导入,导出,修改,查询列号和行号等等,结合我之前上传的一个exceltest程序看,更容易理解...
用c++实现对excel中数据的操作,导入,导出,修改,查询列号和行号等等,结合我之前上传的一个exceltest程序看,更容易理解-With c++ Realize excel data on the operation, import, export, modify, query column and line number, etc., combined with before I upload a exceltest procedures look, easier to understand
- 2022-05-23 20:23:35下载
- 积分:1
-
文档中详细的介绍了wince编程,对嵌入式开发有很大的帮助!
文档中详细的介绍了wince编程,对嵌入式开发有很大的帮助!-Document describes in detail the wince programming, embedded development has a lot of help!
- 2022-06-17 15:33:07下载
- 积分:1
-
// for(i=1 i<=n i++)
// {
// scanf(" d",&w)
// HT[i].wi = w
// }
// for(i=1 i
- 2022-10-10 11:05:03下载
- 积分:1
-
C#在WINCE系统上播放声音
PDA数据采集器,采集异常数据数据时,发出警告声音。
- 2022-01-26 04:47:13下载
- 积分:1
-
C++ Builder开发者的很好的参考资料
C++ Builder开发者的很好的参考资料-C Builder development of good reference
- 2023-07-22 14:05:06下载
- 积分:1
-
TrueType的实施过程中,一个非常好的源码哦,你可以下来
TrueType的实现过程,很好的源码哦,可以下来-TrueType s implementation process, a very good source Oh, you can down
- 2022-04-17 15:16:08下载
- 积分:1
-
how to Process
how to Process-Thread command-line
- 2022-11-11 17:05:04下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1