This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
New translations main.c (Chinese Simplified)
l10n_v0.2.x
linlin
4 years ago
parent
61f00df61a
commit
2d0b469671
1 changed files
with
23 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+23
-0
lang/zh/gklearn/gedlib/lib/libsvm.3.22/svm-toy/gtk/main.c
+ 23
- 0
lang/zh/gklearn/gedlib/lib/libsvm.3.22/svm-toy/gtk/main.c
View File
@@ -0,0 +1,23 @@
/*
* Initial main.c file generated by Glade. Edit as required.
* Glade will not overwrite this file.
*/
#include <gtk/gtk.h>
#include "interface.h"
void svm_toy_initialize();
int main (int argc, char *argv[])
{
GtkWidget *window;
gtk_set_locale ();
gtk_init (&argc, &argv);
window = create_window ();
gtk_widget_show (window);
svm_toy_initialize();
gtk_main ();
return 0;
}
Write
Preview
Loading…
Cancel
Save